/* ---- HAUPTMENUE ---- */

#menuMain {
	list-style-type:none;
	margin:11px 0 15px 10px;padding:0;
}

#menuMain li {
	display:inline;margin-right:7px;padding-left:10px;
	background:url(../img/menuDot1.gif) no-repeat;
}

#menuMain li.sel {
	background:url(../img/menuDot2.gif) no-repeat;
}

#menuMain a {
	text-decoration:none;	
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;font-weight:bold;color:rgb(255,255,255);
}

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

/* ---- MENUE ---- */

#menuSubO {
	list-style-type:none;
	margin:20px 0 0 10px;padding:0;
}

#menuSubO li {
	display:inline;margin-right:7px;padding-left:10px;
	background:url(../img/menuDot1.gif) no-repeat;
}

#menuSubO li.sel {
	background:url(../img/menuDot2.gif) no-repeat;
}

#menuSubO a {
	text-decoration:none;	
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;color:rgb(255,255,255);
}

#menuSubO a:hover, #menuSubO a.sel {
	color:rgb(205,205,205);
}

/* ---- MENUE ---- */

#menuSubL {
	list-style-type:none;
	list-style-image:none;
	margin:0 -13px 0 -12px;padding:3px 0 3px 3px;
	background-color:rgb(146,146,146);
}

#menuSubL li {
	margin:4px 0 4px 5px;padding:0 5px 0 9px;
	background:url(../img/menuDot1.gif) no-repeat;
}

#menuSubL li.sel {
	background:url(../img/menuDot2.gif) no-repeat;
}

#menuSubL a {
	text-decoration:none;	
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;color:rgb(255,255,255);
}

#menuSubL a:hover, #menuSubL a.sel {
	color:rgb(205,205,205);
}

/* ---- UNTERMENÜ ---- */

#menuInfo {
	list-style-type:none;
	margin:0;padding:0;
}

#menuInfo li {
	display:inline;
}

#menuInfo li a {
	text-decoration:none;	
	color:rgb(105,105,105);
}

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

/* ---- SPRACHMENUE ---- */

#menuSprache {
	text-align:right;
	margin:0 20px 0 0;padding:0;
	list-style-type:none;
}

#menuSprache li {
	display:inline;
	font-size:10px;
}

#menuSprache li.sel {
}
