/* ####################################################### */
/* Generelle HTML-Tags */
/* ####################################################### */

body {
	background-repeat: repeat-x;
	background-image: url(../img/bg.jpg);
	background-color: #FFFFFF;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#03527F;
	font-size:11px;
	line-height:16px;
}

.bg_main {
	background-image:url(../img/bg_main.jpg);
	background-color: #ffffff;
}

.bg_login {
	background-image:url(../img/bg_login.jpg);
	background-color: #e8e8e8;
}

.bg_login_white {
	background-image:url(../img/bg_login_white.jpg);
	background-color: #ffffff;
}

p {
	padding: 0px;
	margin: 0px;
}

strong {
	font-weight: bold;
	font-size: 15px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F77F27;
	padding: 0;
	margin: 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom: 14px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#DB0000;	
}

h4 {
	color:#FFFFFF;
	font-size: 11px;
	margin: 1px 0px 14px 0px;
	padding: 0;
	line-height:13px;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;
	margin-bottom: 2px;
}

a:link, a:active, a:visited { 
	text-decoration: none;
}

a:hover { 
	color: black; 
	text-decoration: none; 
}

a:focus{-moz-outline: none}

a img {
	border:none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

/* HTC */
#logo img {
	behavior: url(media/iepngfix/iepngfix.htc);
	width:204px;
	height:62px;
}

/* --------------------- DIVERSES ------------------------ */

.text {
	margin-top: 8px;
	padding-right: 10px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}

.textStart {
	margin-top: 8px;
	padding-right: 10px;
	font-size: 11px;
}

.bgHeadline {
	background-image:url(../img/bg_headline.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 130px;
	left: 0px;
	text-align: right;
	width: 423px;
	height: 116px;
}

.headline {
	padding-right: 26px;
	padding-top: 10px;
}

.bgProduct {
	background-image:url(../img/bg_product.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 287px;
	left: 23px;
	text-align: right;
	width: 156px;
	height: 280px;
}

.product {
	padding-right: 18px;
	padding-top: 10px;
}

.bgProductsList {
	background-image:url(../img/bg_products_list.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 130px;
	left: 0px;
	width: 145px;
	height: 110px;
}

.ProductsListPos {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 145px;
	height: 110px;
}

.ProductsList {
	padding-right: 26px;
	padding-top: 10px;
}

.bgProductDetails {
	background-repeat: no-repeat;
	position: absolute;
	top: 130px;
	left: 415px;
	width: 408px;
	height: 200px;
}

.bgProductDetails .top {
	background-image:url(../img/bg_product_details_top.png);
	width:408px;
	height:72px;
}

.bgProductDetails .middle {
	background-image:url(../img/bg_product_details_middle.png);
	width:408px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.bgProductDetails .productsStart {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bgProductDetails .bottom {
	background-image:url(../img/bg_product_details_bottom.png);
	width:408px;
	height:30px;
}

.aboutText {
	padding: 0px 36px;
}

.productsStartText {
	padding: 0px 36px;
	padding-bottom: 20px;
}

.productDetails {
	padding: 0px 16px;
}

.allDayAllPlay {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 380px;
	height: 58px;
}

.allDayAllPlayStart {
	margin-top: 0px;
	margin-bottom: -18px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 380px;
	height: 58px;
}		

ul.allDayAllPlay {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type:square;
	line-height: 15px;
	padding-left: 40px;
	width:180px;
}

ul.productDetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: disc;
	color: #F77F27;
	line-height: 15px;
	margin: 10px 30px;
	padding-left: 140px;
}

/* Farben und sonstige Text-Auszeichnungen */
.blue {
	color:#03527F;
}

.recommended {
	color:#F77F27;
	font-weight: bold;
	font-size: 10px;
}

/* ####################################################### */
/* Rollover-Menü - HORIZONTAL */
/* ####################################################### */

#nav {
	position: absolute;
	top: 4px;
	left: 57px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 500px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px;
}
	
#nav a:hover {
	background-position: 0 -30px;
}

#nav a:active, #nav a.active {
	background-position: 0 -60px;
}
	
#home a  {
	width: 61px;
	background: url(../img/nav/home.gif) top left no-repeat;
}	

#products a  {
	width: 91px;
	background: url(../img/nav/products.gif) top left no-repeat;
}	

#bugClub a  {
	width: 88px;
	background: url(../img/nav/bug_club.gif) top left no-repeat;
}		

#quickShop a  {
	width: 100px;
	background: url(../img/nav/quick_shop.gif) top left no-repeat;
}	

#about a  {
	width: 89px;
	background: url(../img/nav/about.gif) top left no-repeat;
}	

.activeHome {
	background-image: url(../img/nav/highlight.gif);
	background-position: 15px 0px;
}

.activeProducts {
	background-image: url(../img/nav/highlight.gif);
	background-position: 92px 0px;
}

.activeBugClub {
	background-image: url(../img/nav/highlight.gif);
	background-position: 182px 0px;
}

.activeQuickShop {
	background-image: url(../img/nav/highlight.gif);
	background-position: 276px 0px;
}

.activeAboutUs {
	background-image: url(../img/nav/highlight.gif);
	background-position: 370px 0px;
}

/* ####################################################### */
/* SUBMENU: Rollover-Menü - VERTIKAL */
/* ####################################################### */

ul#subnav {
	margin: 0;
	padding: 0;
	z-index: 50;
}

#subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

#subnav li a {
	display: block;
	height: 10px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 0px 0;
	width: 95px;
}

#subnav a:hover {
	background-position: -95px 0;
}

#subnav a:active, #subnav a.active {
	background-position: -95px 0;
}

#spruceMousse a{
	background-image:url(../img/nav/products/spruce_mousse.gif);
}

#curlBooster a{
	background-image:url(../img/nav/products/curl_booster.gif);
}

#detangler a{
	background-image:url(../img/nav/products/detangler.gif);
}

#stylingGel a{
	background-image:url(../img/nav/products/styling_gel.gif);
}

#hairSpray a{
	background-image:url(../img/nav/products/hair_spray.gif);
}

#inspiration a{
	background-image:url(../img/nav/about/inspiration.gif);
}

#mission a{
	background-image:url(../img/nav/about/mission.gif);
}

#contactUs a{
	background-image:url(../img/nav/about/contact_us.gif);
}

.subnavHighlight {
	position: absolute;
	left: 34px;
	top: 10px;
	background-repeat:no-repeat;
	height:100px;;
	width: 110px;
	z-index: 40;
}

.activeSpruceMousse {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 8px;
}

.activeCurlBooster {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 29px;
}

.activeDetangler {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 49px;
}

.activeStylingGel {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 69px;
}

.activeHairSpray {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 87px;
}

.activeInspiration {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 38px;
}

.activeMission {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 58px;
}

.activeContact {
	background-image: url(../img/nav/products/highlight.gif);
	background-position: 10px 78px;
}

/* ####################################################### */
/* Nun folgen einige spezielle Styles, die man hier und da brauchen kann */
/* ####################################################### */

.border-bottom {
border-bottom: 1px dotted #dbdddc;
}

.abstand {
margin: 10px 0 10px 0; /* fuer Abstaende oben und unten */
}

.marginRight5 {
	margin-right: 5px;
}

.colorRed {
	color:#DB0000;
}

.colorWhite {
	color:#FFFFFF;
}