/* Menu CSS dunkel

   Nur Ergaenzung 
   zu menu.css 
 */

#mmain {
	position:absolute;
	left:375px;
	top:80px;
	width:200px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.02em;
}

#mspalte1 {
	position:absolute;
	left:10px;
	top:0px;
	width:100px;
}

#mspalte2 {
	position:absolute;
	left:120px;
	top:0px;
	width:100px;
}

#mspalte3 {
	position:absolute;
	left:230px;
	top:0px;
	width:100px;
}

#mspalte4 {
	position:absolute;
	left:340px;
	top:0px;
	width:100px;
}

.msub, .msel {
	position:relative;
	width:100px;
	height:22px;
}

.msub a {text-decoration:none;}
.msub a:link { color:#dcdcdc }
.msub a:visited  { color:#dcdcdc }
.msub a:hover { color:#e15814 }
.msub a:active { color:#e15814 }

.msel a:link { color:#e15814 }
.msel a:visited  { color:#e15814 }


