@charset "utf-8";
/* SUCHE */
#search_navi {
	height: 40px; 
}
#search_navi button {
	width: 30px; height: 19px;
	background-image: url("/myrtel/pix/buttons/searchpoint_bg.png") ;

}

#search_navi button:hover {
	width: 30px; height: 19px;
	background-image: url("/myrtel/pix/buttons/searchpointhover_bg.png") ;
}

/*multiSiteNavi */
#USER_NAVI a:hover{ text-decoration: none; color: #cee7c9; text-align:center;}
#USER_NAVI a.aktuell{ text-decoration: none; color: #4E9C8E; text-align:center;}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #cee7c9;
	display: block;
	width: 127px;
	margin-top: 13px;
}

/* breite eines Menüeintrages */
#nav li { padding: 3px 5px 3px 0px; float: left; width: 127px;}


/* breite der Untermenüs */
#nav li ul {
position: absolute; width: 127px; left: -999em; background-color: transparent; height: 12px;
}
#nav li ul a {
	font-size: 12px;
	color: #18624B;
}

#nav li:hover {
	background-image: url("/myrtel/pix/hover_bg.png");
	background-repeat:no-repeat;
	left: auto;
				
}
/* aktuelle Kategorieauswahl, wenn Kategorie in erster Ebene ist*/
#nav li.aktuell {
	background-image: url("/myrtel/pix/active_bg.png");
	background-repeat:no-repeat;
	height: 45px;
 }
/* aktuelle Kategorieauswahl, wenn Kategorie tiefer als die erste Ebene ist*/
#nav li.subaktuell {


}
/* das Untermenü, welches sich aufklappt */
#nav li:hover ul {
/*	background-color: #A8106C; */
/*	border: solid #A8106C 1px;  */
	margin-left: 0px;
	margin-top: 14px;
	left: auto;
}
/* diese Zeilen entsprechen der darüber, werden aber vom IE genutzt, weil der das nicht schnallt */
#nav li:hover ul, #nav li.xshover ul {
/*	background-color: #A8106C; */
/*	border: solid #A8106C 1px; */
	margin-left: 0px;
	margin-top: 14px;
	left: auto;
}

/*multiSiteNavi */
.zumwarenkorb, .miniwarenkorb, .userstatus , .userlogin{ line-height: 18px; vertical-align: middle; margin: 3px 0 4px 0; padding: 0 5px 0 5px; }
.zumwarenkorb { border-left: solid #FFFFFF 1px;}
.userstatus { border-right: solid #FFFFFF 1px; height: 18px;}
.miniwarenkorb, .userstatus, .zumwarenkorb a, .userlogin a {color: #FFFFFF; font-size: 14px;}
