@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

html, body{
	height: 100%;
	width: 100%;
}

body  {
	color: #666666;
	font-size: 170%;
	background-color:#fdeeed;
}

/*-----------------------------------------------allgemeine Container-----------------------------------------------*/

#container { 
	width: 980px; 
	height: 580px;
	position: absolute; 
	left: 50%; 
	margin-left: -490px;
	top: 50%;
	margin-top: -290px;
	display:inline;
} 

#sidebar1 {
	float: left; 
	width: 255px; 
	padding: 0px;
	margin: 0; 
	height: 580px;
	background: url(../images/bbw3/bg_links.jpg) no-repeat;
}

#mainContent{
	float: left;
	width: 490px;
	padding: 0 0 0 20px; 
	margin: 0;
	height: 580px;
	background: url(../images/bbw3/bg_mitte.jpg) repeat-x #FFFFFF;

}

* html #mainContent{
	margin-bottom:-3px;
		}

*+ html #mainContent{
	margin-bottom:-3px;
		}

#sidebar2 {
	float: right; 
	width: 215px; 
	padding: 0;
	margin: 0;
	height: 580px;
	background: url(../images/bbw3/bg_rechts.jpg) no-repeat;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-----------------------------------------------Menue links-----------------------------------------------*/

#containerLeft{
	margin: 24px 0 0 17px;
	height: 556px;
}

#logo{
	width: 202px;
	height: 86px;
	background:url(../images/bbw3/logo.jpg) no-repeat;
}

#menu{
	margin-top: 60px;
}

#menu li{
	margin-bottom: 30px;
}

#menu a{
	color: #808080;
	text-decoration:none;
	font-size: 1em;
	letter-spacing: 0.02em;
	font-weight:lighter;
}

#menu a:hover{
	color: #000000;
}

#menu li a.active{
	color: #000000;
}

#menu li ul{
	margin-top: 10px;
}

#menu li ul.submenu li{
	margin-bottom: 5px;
	font-size: 0.8em;
}

#menu li ul.submenu li a{
	color: #666666;
}

#menu li ul.submenu li a:hover{
	color: #e479aa;
}

#menu li ul.submenu li a.active{
	color: #e479aa;
}
/*-----------------------------------------------Mitte-----------------------------------------------*/

#text{
	margin: 169px 0px 0 0px;
	line-height: 140%;
	height: 410px;
	width: 470px;
}

#text p{
	clear: both;
}

#text h1{
	margin: 0 0 15px 0;
	font-size: 1em;
	font-weight: bold;
}

#text h2{
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
}

#text ul {
	margin-top: 20px;
}

#text li {
	float: left;
	margin-right: 8px;
}

.duftactive{
	color: #000000;
}

.dufttext{
	font-size:88%;
	}
	
.dufttext{
	font-size:88%;
	
	}

.sorttext{
	font-size:88%;
	color:#e479aa;
	}

#bildtext_c{
	margin: 169px 0px 0 0px;
	line-height: 140%;
	height: 410px;
	width: 470px;
	}

#textschmal{
	float:left;
	width:310px;
	}

#bild{
	margin: 0px 0px 0 50px;
	float:left;
	width:103px;
	}
	
#buttons img{
	margin-right: 30px;
}

/*-----------------------------------------------Footer Menue-----------------------------------------------*/

#footermenu{
	width: 470px;
	position:absolute;
	bottom: 10px;
}

#footermenu ul{
}

#footermenu li{
	display: inline;
	margin-right: 29px;
}

#footermenu a{
	color: #585858;
	text-decoration:none;
}

#footermenu a:hover{
	color: #000000;
}

#footermenu a.active{
	color: #000000;
}