/* -- 	Body */

body	{font-size:12px; 
	color:#000000; 
	font-family:verdana, arial; 
	background-color:#ffffff;
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;}


/* --	Text */

h1	{font-size:16px; 
	color:#000000;
	font-weight:bold;
	font-family:arial, verdana; }

h2	{font-size:14px; 
	color:#000000;
	font-weight:bold;
	font-family:verdana, arial; }	

h3	{font-size:12px; 
	color:#000000;
	font-weight:bold;
	font-family:arial, verdana; }

p	{font-size:12px; 
	color:#000000; 
	font-family:verdana, arial; }

/* --	Listen */

ul	{font-size:12px; 
	color:#000000; 
	font-family:verdana, arial; 
	list-style-type:square; 
	}

li	{font-size:12px; 
	color:#000000; 
	font-family:verdana, arial;
	list-style-type:square;}

/* --	Formulare */

input	{font-size:10px; 
	color:#775533; 
	font-family:verdana, arial; 
	background: #F7F7F7;}

textarea	{font-size:10px; 
		color:#775533; 
		font-family:verdana, arial; 
		background:#F7F7F7;}

select	{font-size:10px; 
	color:#775533; 
	font-family:verdana, arial; 
	background:#F7F7F7;}

		

/* --	Links im Text */
		
.textlink:link 	{
   		color:#993333;
    	text-decoration:none;
    	background-color:transparent; }


.textlink:visited {
    	color: #993333;
    	text-decoration:none;
    	background-color:transparent; }


.textlink:hover {
   		color:#725435;
    	text-decoration:underline;
    	background-color:transparent;}


.textlink:active {
    	color:#993333;
    	text-decoration:none;
    	background-color:transparent; }



/* --	Navigation */

/* -- 	Navigation Links */

.navLeft {font-size:12px; 
	color:#000000; 
	font-family:arial, verdana; 
	text-decoration:none; } 

.navLeft:hover {font-size:12px; 
	color:#890C08; 
	font-family:arial, verdana;
	text-decoration:none; } 
	
.navLeftSelected {font-size:12px; 
	color:#890C08; 
	font-family:arial, verdana; 
	text-decoration:none; }
		
/*-- Specials */
.imageband {
	margin-top: 30px;
	margin-bottom: 20px;
}

.imageband img {
	padding-right: 34px;
}

.imageband img.last {
	padding-right: 0px;
}

.imageband_twocol {
	margin-top: 20px;
	margin-bottom: 30px;
}

.imageband_twocol img {
	padding-right: 10px;
}

.imageband_twocol img.last {
	padding-right: 0px;
}

.inline_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 8px;
}
	
/*-- Products */
div.products {
	margin-top: 50px;
}

div.products img {
	padding: 2px;
}

div.products a {
	text-decoration: none;
	border: 2px solid #725435;
	display: block;
	float: left;
	line-height: 0;
	height: 124px;
	width:  124px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.products a:hover {
	border-color: #993333;
}
	
/*-- Hairstyling */
#slider {
    width: 500px; /* important to be same as image width */
    height: 333px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider #sliderContent {
    width: 500px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 500px;
    height: 50px;
    background-color: #000;
/*  we do not want to display any title badge at this point

	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;*/
    filter: alpha(opacity=0);
        -moz-opacity: 0;
    	-khtml-opacity: 0;
        opacity: 0;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}

#facebook_like {
	margin-top: -50px;
	margin-bottom: 20px;
	margin-left: 300px;
}
