#navigationsBox {
	width:						100%;
	position:					relative;
	left:							5px;
	top:							5px;
	padding-bottom: 	10px;
	text-align:				left;
	
}

/* Allgemeine Informationen zu den Navigationsheadlines und Navilinks */
/* Alle Navis und Linkdefinitionen koennen weiter unten noch mit zusaetzlichen Infos gesetzt werden */
/* Sollen nur die weiter unten aufgefuehrten Styles gelten, muessen diese hier entfernt werden */

/* ----------------------------------------------------------------------------------------------------------------------- */
/* ----------- Modul Header ----------------------------------------------------------------------------------------- */
#navigationsHeadline {
	/* 
	width:						170px;
	height:						20px;
	line-height:			20px;
	color:						#ffffff;
	text-decoration:	none;
	text-indent:			10px;
	 background-color:	#6D808F; 
	text-align:				left;
	font-weight:			bold;
	*/
	background-color: #d7261e;
	background-image: url(../images/moduleheader.png);
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #FFFFFF;
}

#naviLinkdefinition a {
	width:						100%;
	height:						20px;
	line-height:			18px;
	color:						#FFFFFF;
	text-decoration:	none;
	text-indent:			10px;
	background-color:	#000000;
	border-top: 1px solid #ffffff;
	text-align:				left;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-y;
}

#naviLinkdefinition a:hover {
	width:						100%;
	height:						20px;
	line-height:			18px;
	color:						#FFFFFF;
	text-decoration:	none;
	text-indent:			10px;
	background-color:	#000000;
	border-top: 		1px solid #FFFFFF;
	text-align:				left;
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
}

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

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

/***** Formatierung der CMS Navigation ******/

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

ul.cmsNavigationBox a {
	/*
	display:			block;
	padding:			0 15px;
	line-height:		20px;
	background-color:	#D0D5D9;
	border-left:		1px solid #000000;
	border-bottom:		1px solid #000000;
	*/
	display:			block;
	padding:			0 15px;
	line-height:		20px;
	background-color:	#EEEEEE;
	border-left:		1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	color: #d7261e;
}

ul.cmsNavigationBox a:hover {
	/*
	display:			block;
	padding:			0 15px;
	line-height:		20px;
	border-left:		1px solid #000000;
	border-bottom:		1px solid #000000;
	background-color:	#ffffff;
	*/
	display:			block;
	padding:			0 15px;
	line-height:		20px;
	background-color:	#d7261e;
	border-left:		1px solid #FFFFFF;
	border-bottom:		1px solid #FFFFFF;
	color: #FFFFFF;
}


ul li.cmsNavigationText {
	float:				right;
}

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

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

}

#eyecatcher2 {

}


/* *********************** Aufbau des Kategoriebaumes *********************** */
/* Erste Ebene */
ul.kategorieUlNavigation {
	list-style: 		none;
}

li.kategorieLiNavigationHeadline {
	display:			block;
}

li.kategorieLiNavigation a {
	display:			block;
}

p.kategorieLiNavigationbreak {
	height: 30px;
	background-image: url(../images/carbon.gif);
	border-top: 1px solid #FFFFFF;
}

/* Weitere Ebenen */
ul.kategorieUlSecondNavigation {
	display:			none;
	list-style: 		none;
	width: 100%;
}

li.kategorieLiSecondNavigation a {
	display:			block;
	width:				250px;
	height:				18px;
	line-height:		18px;
	color:				#EEEEEE;
	text-decoration:	none;
	text-indent:		10px;
	border-bottom:		0px solid #222222;
	text-align:			left;
	background-color: #555555;
	font-size: 0.9em;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-y;
}

li.kategorieLiSecondNavigation a:hover {
	display:			block;
	width:				250px;
	height:				18px;
	line-height:		18px;
	color:				#FFFFFF;
	text-decoration:	none	;
	text-indent:		10px;
	border-bottom:		0px solid #FFFFFF;
	text-align:			left;
	background-color: #000000;
	background-image: url(../images/menu_over.jpg);
	background-repeat: repeat-x;
}

/* 3. und weitere Ebenen */
li.kategorieLiThirdNavigation a {
	display:			block;
	width:				100%;
	height:				17px;
	line-height:		17px;
	color:				#6D808F;
	text-decoration:	none;
	text-indent:		30px;
	border-bottom:			1px solid #ffffff;
	text-align:			left;
}


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

ul.meinKonto {
	list-style: 		none;
}

/* Linkformatierung */
li.meinKontoFormatHeadline {
	display:			block;
}

li.meinKontoFormat a {
	display:			block;
}


/* Kleines Login Formular */
fieldset.loginFormular {
	border:				solid 0 transparent;
	padding-left:		10px;
	padding-top:		5px;
	text-align:			left;
}

input.loginForumlarInput {
	width:				230px;
	height:				18px;
}

input.loginFormularSubmit {
	width:				110px;
}




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

/* Linkformatierung */
span.sucheFormatHeadline {
	display:			block;
}

fieldset.sucheFormular {
	border:				solid 0 transparent;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-indent:		10px;
	height:				60px;
}

fieldset.cmsSucheFormular {
	border:				solid 0 transparent;
	padding-top:		5px;
	padding-left:		1px;
	text-align:			left;
	text-indent:		10px;
	height:				30px;
}

select.sucheFormatSelect {
	width:				230px;
	display:			block;
	margin-bottom:		2px;
}

input.sucheFormularInput {
	width:				230px;
	height:				18px;
}

input.sucheFormularSubmit {
	position: 			relative;
	top:					2px;
	width:				30px;
	height:				18px;
}


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

span.herstellerFormatHeadline {
	display:			block;
}

fieldset.herstellerFormular {
	border:				solid 0 transparent;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-indent:		10px;
	height:				25px;
}

select.herstellerFormatSelect {
	width:				230px;
	display:			block;
}



/* *********************** Aufbau Aktionen *********************** */

ul.aktionsList {
	list-style: none;

}

/* Linkformatierung */
li.aktionsListFormatHeadline {
	display:			block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

li.aktionsListFormat a {
	display:			block; 

}



/* *********************** Aufbau Weiterempfehlen *********************** */

span.empfehlenFormatHeadline {
	display:			block;
}

span.empfehlenFormatText a {
	text-indent:		10px;
	text-align:			left;
	padding: 10px;
	line-height: 20px;
}



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

span.newsletterFormatHeadline {
	display:			block;
}

fieldset.newsletterFormular {
	border:				solid 0 transparent;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	height:				50px;
}

input.newsletterFormatInput {
	width:				230px;
	height:				18px;
}

input.newsletterFormularSubmit {
	position:			relative;
	left:				0px;
	width:				110px;
}

span.newsletterMeldung {
	height:				30px;
	display:			none;
}


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

.counterBox {
	height:				90px;
}

span.counterFormatHeadline {
	display:			block;
}

h4.counterFormatText {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	font-size:			11px;
	line-height:		17px;
	color: #000000;
}


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

.sprachBox {
	height:				45px;
}

.cmsSprachBox {
	height:				5px;
	border-top:		5px solid #ffffff;
}

span.sprachFormatHeadline {
	display:			block;
}

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


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

.partnerBox {
	height:				60px;
}

span.partnerFormatHeadline {
	display:			block;
}

h4.partnerFormatText {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
	border-bottom:	5px solid #f1f7fb;
}



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

.warenkorbBox {
	height:				100px;
}

span.warenkorbFormatHeadline {
	display:			block;
}

h4.warenkorbFormatText {
	display:			block;
	text-indent:		10px;
	text-align:			left;
	font-weight:		normal;
	line-height:		17px;
	font-size:			11px;
	color: #000000;
}


/*********************** Aufbau Preisliste ************************* */

.preislisteBox {
	height:				60px;
}

span.preislisteFormatHeadline {
	display:			block;
	border-top:			5px solid;
}

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


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

.bestsellerBox {
	height:				400px;
}

span.bestsellerFormatHeadline {
	display:			block;
	border-top:			5px solid;
}

ol.bestsellerFormatText {
	width:				155px; 
	position:			relative; 
	list-style:			none;
	left:				10px;
	text-decoration:	none;
	color:				#6D808F;
}

li.bestsellerFormatText a {
	width:				155px; 
	height:				17px;
	line-height:		17px;
	text-decoration:	none;
	text-align:			left;
}
