/* *********************** Aufbau des Headers *********************** */

.logoPosition {
	position:			absolute;
	left:				260px;
	top:				15px;
	z-index:			1;
}

.bannerPosition {
	position:			absolute;
	top:				0px;
	left:				415px;
}

/******** Platz fuer Alternative Bildinhalte oder Backgrounds **********/
#eyecatcher {

}

#eyecatcher2 {

}


/**************************** Top Navigation **************************/

ul.navigationBox, ul.cmsNavigationBox {
	
	padding:			0;
	list-style:			none;
}

ul.navigationBox a, ul.cmsNavigationBox a {
	display:			block;
	padding:			0 15px;
	height: 			20px;
	line-height:		20px;
	color: 				black;
	font-size:			10px;
	font-variant:		small-caps;
	font-weight:		bold;
 	text-decoration: 	none;
	background-color: 	transparent;
	border-left:		1px solid #666666;

}

ul.navigationBox a:hover, ul.cmsNavigationBox a:hover {
	display:			block;
	padding:			0 15px;
	height: 			20px;
	line-height:		20px;
	color:				#CC0000;
	font-size:			10px;
	font-variant:		small-caps;
	font-weight:		bold;
 	text-decoration: 	none;
	background-color: 	transparent;
	border-left:		1px solid #666666;
}

ul.navigationBox li, ul.cmsNavigationBox  li {
	margin-top:			300px;
	float:				right;
}


/***************************** Boxengrundformate ***********************/

div.kategorieNavigation, div.meinKonto, div.suchBox, div.herstellerBox, div.angebotBox, div.empfehlenBox, div.newsletterBox, div.counterBox, div.linkBox, div.sprachBox, div.partnerBox, div.warenkorbBox, div.katalogBox, div.bestsellerBox {
	width:				170px;
	margin-bottom:		7px;
}

div.kategorieNavigation h2, div.suchBox h2, div.herstellerBox h2, div.angebotBox h2, div.empfehlenBox h2, div.newsletterBox h2, div.counterBox h2, div.sprachBox h2, div.partnerBox h2, div.warenkorbBox h2, div.katalogBox h2, div.linkBox h2, div.bestsellerBox h2 {
	height:				25px;
	line-height:		25px;
	color:				#FFFFFF;
	text-indent:		10px;
	background-image: 	url(http://shop-neu.comet-coma.com/images/head-contentleft-hg_2009.png);
	background-repeat: 	no-repeat;
	font-size:			12px;
	font-variant:		small-caps;
	font-weight: 		bold;
}
/* *********************** Header - Mein Konto ********************** */
div.meinKonto h2 {
	height:				25px;
	line-height:		25px;
	color:				#FFE3C3;
	text-indent:		10px;
	background-image: 	url(http://shop-neu.comet-coma.com/images/head-contentleft_red-hg_2009.png);
	background-repeat: 	no-repeat;
	font-size:			12px;
	font-variant:		small-caps;
	font-weight: 		bold;
	border-top: 		1px solid #000000;
}
/* ****************** Ende - Header - Mein Konto ******************** */


div.kategorieNavigation ul, div.meinKonto ul, div.angebotBox ul {
	list-style: 		none;
}

div.kategorieNavigation li, div.meinKonto li, div.angebotBox li {
	width:				160px;
	padding:			0px;
	margin:				0px;
	line-height:		17px;
	
	text-align:			left;
	padding-left:		10px;
}

div.kategorieNavigation[class] li, div.angebotBox[class] li {
	width:				160px;
	background-color:	#303030;
	border-top:			1px solid #666666;
	border-bottom: 		1px solid #000000;
}

div.meinKonto[class] li {
	width:				160px;
	background-color:	#CC0000;
	border-top:			1px solid red;
	border-bottom: 		1px solid #000000;
}

div.kategorieNavigation li a, div.angebotBox li a {
	text-decoration:	none;
}

div.kategorieNavigation li a:hover, div.angebotBox li a:hover {
	text-decoration:	none;
}

div.meinKonto li a {
	color: 				#FFCC99;
	text-decoration:	none;
}

div.meinKonto li a:hover {
	color: 				#FFFFFF;
	text-decoration:	none;
}

div.kategorieNavigation li.secondNavigation {
	text-indent:		8px;
}

div.kategorieNavigation li.thirdNavigation {
	text-indent:		16px;
}


/* *********************** Aufbau Mein Konto *********************** */

div.meinKonto fieldset {
	padding-left:		10px;
	padding-top:		5px;
	text-align:			left;
	background-color:	#CC0000;
   	border-top:			1px;
	border-top-color:	red;
	border-top-style:	solid;
	border-bottom:		1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;	
}

div.meinKonto fieldset input {
	width:				147px;
	height:				18px;
	padding-left: 		3px;
	margin-bottom:		3px;
	color: 				#990000;
	background-color:	#FFE3C3;
	border: 			1px;
	border-color:		#000000;
	border-style:		solid;
}

div.meinKonto fieldset span input {
	width:				74px;
	margin-top:			3px;
	color: 				#FFE3C3;
	font-size:			9px;
	font-weight:		bold;
	background-color:	#990000;
	border-color:		#FFCC99;
	border-style:		solid;
}


/* *********************** Suche Formatierung *********************** */

div.suchBox fieldset {
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-indent:		10px;
	color: 				#666666;
	background-color:	#303030;
	border-top:			1px;
	border-top-color:	#666666;
	border-top-style:	solid;
	border-bottom:		1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

div.suchBox fieldset select {
	width:				147px;
	display:			block;
	margin-bottom:		2px;
	
}

div.suchBox fieldset input {
	width:				115px;
	height:				18px;
	float:				left;
	padding-left: 		3px;
	color: 				#000000;
	background-color:	#999999;
	border: 			1px;
	border-color:		#000000;
	border-style:		solid;
}

div.suchBox fieldset span input {
	position: 			relative;
	top:				2px;
	width:				30px;
	height:				20px;
	margin-left:		2px;
	margin-top:			-2px;
	color: 				#999999;
	background-color:	#272727;
	border-color:		#000000;
	border-style:		solid;
}


/* *********************** Hersteller *********************** */

div.herstellerBox fieldset {
	border:				0px;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-indent:		10px;
	background-color:	#303030;
	border-top:			1px;
	border-top-color:	#666666;
	border-top-style:	solid;
	border-bottom:		1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

div.herstellerBox select {
	width:				150px;
	display:			block;
}



/* *********************** Aufbau Weiter empfehlen *********************** */

div.empfehlenBox span {
	display:			block;
	padding-left:		10px;
	line-height:		20px;
	text-align:			left;
	background-color:	#303030;
	border-top:			1px;
	border-top-color:	#666666;
	border-top-style:	solid;
	border-bottom:		1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}



/* *********************** Aufbau Newsletter *********************** */

div.newsletterBox fieldset {
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	background-color:	#303030;
	border-top:			1px;
	border-top-color:	#666666;
	border-top-style:	solid;
	border-bottom:		1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

div.newsletterBox fieldset input {
	width:				147px;
	height:				18px;
	padding-left: 		3px;
	color: 				#000000;
	background-color:	#999999;
	border: 			1px;
	border-color:		#000000;
	border-style:		solid;
}

div.newsletterBox fieldset span input {
	width:				74px;
	margin-top:			3px;
	margin-bottom:		3px;
	color: 				#999999;
	background-color:	#272727;
	border-color:		#000000;
	border-style:		solid;
}

div.newsletterBox p {
	font-weight:		bold;
}


/*********************** Aufbau Counter ************************* */

div.counterBox h4 {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	font-size:			11px;
	line-height:		17px;
}

/*********************** Aufbau Sprachen ************************* */

div.sprachBox span {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
	padding-top:		5px;
}


/*********************** Aufbau Partnerprogramm ************************* */

div.partnerBox h4 {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
}


/*********************** Aufbau Warenkorb ************************* */

div.warenkorbBox h4 {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
}


/*********************** Aufbau PDF Katalog ************************* */

div.katalogBox h4 {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
}

/*********************** Aufbau Links Freunde/Partner ************************* */

div.linkBox h4 {
	display:			block;
	text-align:			left;
	font-weight:		normal;
	font-size:			11px;
	line-height:		17px;
}

div.link01 	{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/ebay-logo.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
div.link01:hover
			{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/ebay-logo_over.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
			 
div.link02 	{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/myspace-logo.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
div.link02:hover
			{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/myspace-logo_over.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
			
div.link03 	{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/stardust-logo.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
div.link03:hover
			{background-position:center; 
      		background-image:url(http://shop-neu.comet-coma.com/images/stardust-logo_over.png); 
      		background-repeat:no-repeat; visibility:visible; border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000000}
			 
			

/*********************** Aufbau Bestsellerliste ************************* */

div.bestsellerBox ol {
	width:				155px; 
	position:			relative; 
	list-style:			none;
	left:				10px;
	text-decoration:	none;
	color:				#FFFFFF;
}

div.bestsellerBox li {
	width:				155px; 
	text-decoration:	none;
	text-align:			left;
	padding-bottom:		5px;
}