#banner {
    height: 160px;
}
#links {
    width: 180px;
    float: left;
}
#mitte {
    width: 80%;
    float:left;
}

a:link { font-weight:bold; color:#000000; text-decoration:underline }
a:visited { font-weight:bold; color:#000000; text-decoration:underline }
a:hover { font-weight:bold; color:#FF0000; text-decoration:underline }
a:active { font-weight:bold; color:#FFFFFF; text-decoration:underline }
a:focus { font-weight:bold; color:#ffcc00; text-decoration:underline }

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Helvetica,Arial,sans-serif }   

#menu1 a:link { font-weight:bold; color: black; text-decoration:underline }
#menu1 a:Visited { font-weight:bold; color: #565656; text-decoration:underline}
#menu1 A:hover { font-weight:bold; color : yellow; text-decoration : underline }


