/* ---- Haupt ---- */
#menuMain {	
	display:block;
	float:right;
	height:35px;width:528px;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;color:rgb(255,255,255);
	background:url(../img/bg/bgMenuMain.gif) rgb(160,160,160);
}

#menuMain li {
	display:block;
	float:left;
	padding:9px 4px 0 3px;
}

#menuMain li a {
	color:rgb(255,255,255);
	border-bottom:none;
}

#menuMain a:hover, #menuMain a.sel {
	color:rgb(205,215,230);
}

/* ---- Unter ---- */
#menuSub {	
	width:210px;
	margin:15px 0 0 7px;
	list-style-type:none;
	background:url(../img/bg/bgMenuSub.jpg) repeat-y rgb(175,195,215);
	border-top:1px solid rgb(255,255,255);border-bottom:1px solid rgb(255,255,255);
}

#menuSub li {	
	margin:0 0 1px 0;
}

#menuSub a {
	border-bottom:none;
	display:block;
	padding:4px 0 4px 10px;margin:0;
	font-size:11px;color:rgb(0,0,0);
	border-bottom:1px solid rgb(206,218,230);
}

#menuSub a:hover, #menuSub a.sel {
	color:rgb(255,255,255);
	background-color:rgb(225,50,60);	
}

#menuSub ul {
	list-style-type:none;
	margin:0;padding:0;
	background:url(../img/bg/bgMenuSub2.jpg) repeat-y rgb(255,255,255);	
}

#menuSub ul a {
	padding:2px 0 2px 15px;
	font-size:10px;
}

#menuSub ul a:hover, #menuSub ul a.sel {
	color:rgb(0,0,0);
	background-color:rgb(235,240,245);	
}

/* ---- Kopfzeile ---- */
#menuInfo {
	padding:8px 10px 15px 15px;
	font-family:'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;font-weight:bold;color:rgb(215,145,150);
}

#menuInfo li {
	display:inline;
}

#menuInfo li a {
	font-weight:bold;color:rgb(255,255,255);
	border-bottom:none;	
}

#menuInfo a:hover {
	color:rgb(255,153,0);
}

#menuInfo a.sel {
	color:rgb(215,145,150);
}

/* ---- Sprache ---- */
#menuSprache {
	float:right;
	margin:8px 10px 15px 10px;
	font-family:'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;color:rgb(215,145,150);font-weight:bold;
}

#menuSprache li {
	display:inline;
}

#menuSprache li.sel {
	color:rgb(215,145,150);
}

#menuSprache li a {
	border-bottom:none;
	color:rgb(255,255,255);font-weight:bold;
}

#menuSprache a:hover {
	color:rgb(255,153,0);
}

/* ---- Fusszeile ---- */
#menuFooter {
	font-family:'Trebuchet MS',Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;font-weight:bold;color:rgb(215,145,150);
}

#menuFooter li {
	display:inline;
}

#menuFooter a.sel {
	color:rgb(0,0,0);
}
