#navigationsBox {
	width:						160px;
	position:					relative;
	left:							5px;
	top:							15px;
	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 */
#navigationsHeadline {
	width:				184px;
	height:				22px;
	line-height:		22px;
	color:				#3C4B7A;
	text-decoration:	none;
	text-indent:		27px;
	background-color:	#99CC99;
	text-align:			left;
	font-weight:		bold;
	letter-spacing:		1px;
	border-bottom:		10px solid #3C4B7A;
}

#naviLinkdefinition a {
	width:				184px;
	height:				17px;
	line-height:		17px;
	color:				#ffffff;
	text-decoration:	none;
	text-indent:		27px;
	background-color:	#3C4B7A;
	text-align:			left;
	border-top:		10px solid #3C4B7A;
}

#naviLinkdefinition a:hover {
	width:				184px;
	height:				17px;
	line-height:		17px;
	color:				#ffffff;
	text-decoration:	underline;
	text-indent:		27px;
	background-color:	#3C4B7A;
	text-align:			left;
}

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

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

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

ul.cmsNavigationBox {
	position:			relative;
	left:				184px;
	top:				108px;
	width:				781px;
	height:				30px;
	list-style:			none;
	background-color:	#99CC99;
}


ul li.cmsNavigationText  {
	float:				left;
	color:				#3C4A79;
	height:				20px;
	line-height:		30px;
	text-decoration:	none;
	text-indent:		15px;
	text-align:			left;
	font-weight:		bold;
	list-style:			none;
}

ul li.cmsNavigationText a  {
	color:				#3C4A79;
}


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

/******** Platz fuer Alternative Bildinhalte oder Backgrounds **********/
#eyecatcher {
	
	position:			absolute;
	left:				185px;
	top:				0px;
	width:				781px;
	height:				100px;
	background-color:	#3C4B7A;
	border:				0px;
}

#eyecatcher2 {

}


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

li.kategorieLiNavigationHeadline {
	display:			block;
}

li.kategorieLiNavigation a {
	display:			block;
}

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

li.kategorieLiSecondNavigation a {
	display:			block;
	width:				184px;
	height:				17px;
	line-height:		17px;
	color:				#ffffff;
	text-decoration:	none;
	text-indent:		39px;
	text-align:			left;
	background-color:	#3C4B7A;
	background-image: url(http://mosch-musikverlag.eu/randshop/images/template/navi_bag.gif);
	background-repeat: repeat-y;
}

li.kategorieLiSecondNavigation a:hover {
	display:			block;
	width:				184px;
	height:				17px;
	line-height:		17px;
	text-decoration:	underline;
	text-indent:		39px;
	text-align:			left;
	background-color:	#3C4B7A;
	background-image: url(http://mosch-musikverlag.eu/randshop/images/template/navi_bag.gif);
	background-repeat: repeat-y;
}

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


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

ul.meinKonto {
	position:			absolute;
	left:				781px;
	top:				57px;
	list-style: 		none;
}

/* Linkformatierung */
li.meinKontoFormatHeadline {
	display:			block;
	background-color:	#3C4B7A;
	color:				#99CC99;
	width:				184px;
	height:				23px;
	line-height:		23px;
	text-decoration:	none;
	text-indent:		27px;
	text-align:			left;
	font-weight:		bold;
	letter-spacing:		1px;
}

li.meinKontoFormat a {
	display:			block;
	width:				184px;
}


/* Kleines Login Formular */
fieldset.loginFormular {
	position:			absolute;
	left:				802px;
	top:				80px;
	border:				solid 0 transparent;
	text-align:			left;
	background-color:	#99CC99;
	width:				153px;
}

input.loginForumlarInput {
	width:				150px;
	height:				18px;
	background-color:	#99CC99;
	border:				1px solid #3C4B7A;
}

input.loginFormularSubmit {
	float:				left;
	width:				71px;
	height:				19px;
	background-color:	#99CC99;
	border:				1px solid #3C4B7A;
}




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

/* Linkformatierung */
span.sucheFormatHeadline {
	display:			block;
	border-top:			5px solid;
}

fieldset.sucheFormular {
	display:			block;
	border:				solid 0 transparent;
	padding-top:		5px;
	padding-left:		10px;
	text-align:			left;
	text-indent:		10px;
	height:				60px;
	background-color:	#3C4B7A;
}

fieldset.sucheFormular a {
	color:				#99CC99;
}

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

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

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

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


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

span.herstellerFormatHeadline {
	display:			none;
	border-top:			5px solid;
}

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

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



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

ul.aktionsList {
	display:			none;
	list-style: 		none;
}

/* Linkformatierung */
li.aktionsListFormatHeadline {
	display:			block;
	border-top:			5px solid;
}

li.aktionsListFormat a {
	display:			block;
}



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

span.empfehlenFormatHeadline {
	display:			none;
	border-top:			5px solid;
}

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



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

span.newsletterFormatHeadline {
	display:			none;
	border-top:			5px solid;
}

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

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

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

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


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

.counterBox {
	height:				85px;
	background-color:	#3C4B7A;
}

span.counterFormatHeadline {
	display:			block;
	border-top:			10px solid;
}

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


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

.sprachBox {
	display:			none;
	height:				45px;
	background-color:	#99CC99;
	color:				#ffffff;
}

.cmsSprachBox {
	display:			none;
	height:				5px;
	background-color:	#3C4B7A;
}

span.sprachFormatHeadline {
	display:			block;
	background-color:	#3C4B7A;
	color:				#99CC99;
	width:				184px;
	height:				23px;
	line-height:		23px;
	text-decoration:	none;
	text-indent:		27px;
	text-align:			left;
	font-weight:		bold;
	letter-spacing:		1px;
}

.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;
	background-color:	#99CC99;
}

span.warenkorbFormatHeadline {
	display:			block;
	background-color:	#3C4B7A;
	color:				#99CC99;
	width:				184px;
	height:				23px;
	line-height:		23px;
	text-decoration:	none;
	text-indent:		27px;
	text-align:			left;
	font-weight:		bold;
	letter-spacing:		1px;
}

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


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

.preislisteBox {
	display:			none;
	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 {
	position:			relative;
	top:				100px;
	height:				500px;
	background-color:	#99CC99;
}

span.bestsellerFormatHeadline {
	display:			block;
	background-color:	#3C4B7A;
	color:				#99CC99;
	width:				184px;
	height:				23px;
	line-height:		23px;
	text-decoration:	none;
	text-indent:		27px;
	text-align:			left;
	font-weight:		bold;
	letter-spacing:		1px;
}

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;
}