#menue1 {
width: 175px;
margin: 0 auto;
}

#schalter1 a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 8pt;
height: 30px;
width: 175px;
cursor:hand;
font-weight: bold;
text-indent: 8px;
display: block;
text-decoration: none;
font-weight: bold;
text-align: left;
line-height: 22pt;
border-top: #FFFFFF 1px solid;
border-bottom: #5D687F 1px solid;
background-color: #e0d0b0;
background-image: url("../picts/menu.gif");
}
#schalter1 a:link {
background-color:#AEB8CD;
background-image: url("../picts/menu.gif");
color: #003366;
}
#schalter1 a:visited {
background-color:#AEB8CD;
background-image: url("../picts/menu.gif");
color: #003366;
}
#schalter1 a:hover {
background-color:#AEB8CD;
background-image: url("../picts/menuon.gif");
color: #000066;
}
#schalter1 a:active {
background-image: url("../picts/menu.gif");
background-color:#AEB8CD;
color: #003366;
}
