/* Hauptrubriken */

div.leiste {
text-align:center;
background:#006699;
border:solid 1px black;
position: absolute;
top: 50px;
left:20px;
height: 20px;
width: 140px;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
z-index:1;
}


div.leiste2 {
text-align:center;
background:#006699;
border:solid 1px black;
position: absolute;
top: 50px;
left:160px;
height: 20px;
width: 140px;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
border:solid 1px black;
z-index:1;
}


div.leiste3 {
text-align:center;
background:#006699;
border:solid 1px black;
position: absolute;
top: 50px;
left:300px;
height: 20px;
width: 140px;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
border:solid 1px black;
z-index:1;
}



/* Position Unterrubriken */

div.menu1 {
background:#006699;
border:solid 1px black;
position: absolute;
top: 70px;
left: 20px;
height:60px;
width: 140px;
visibility: hidden;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height:20px;
}

div.menu2 {
background:#006699;
border:solid 1px black;
position: absolute;
top: 70px;
left: 160px;
height: 60px;
width: 140px;
visibility: hidden;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height:20px;
}

div.menu3 {
background:#006699;
border:solid 1px black;
position: absolute;
top: 70px;
left: 300px;
height: 60px;
width: 140px;
visibility: hidden;
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height:20px;
}

/*
Aussehen der Links */

a:link {display: block;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
background:#89A9B8;
width:140px;
height:20px;
text-align:center;
line-height:20px;
}

a:visited {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
background:#89A9B8;
width:140px;
height:20px;
text-align:center;
line-height:20px;
}
a:active {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #ffffff;
background:#89A9B8;
width:140px;
height:20px;
text-align:center;
line-height:20px;
}

a:hover {
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #006699;
background:#89A9B8;
width:140px;
height:20px;
text-align:center;
line-height:20px;
}

