/* Navigation Links */
DIV { padding:0px; }

/* Ebene 1 */

DIV#ebeneeins a:link, DIV#ebeneeins a:visited {
display: block;
background: url(images/buttonnavl.gif);  background-repeat:no-repeat; background-position:0px -9px;
vertical-align: middle;
font-size: 12px;
font-weight: normal;
letter-spacing:0.1em;
color: #C0C0C0;
text-decoration: none;
text-align: left;
padding-top: 10px;
padding-bottom: 2px;
padding-left: 30px;
width: 100%;
}
DIV#ebeneeins a:hover {
background-position: 0px -35px; color: #BF0000;
}
DIV#ebeneeins.active a:link, DIV#ebeneeins.active a:visited {
background-position: 0px -35px; color: #BF0000;
}
DIV#ebeneeins.drunteractive a:link, DIV#ebeneeins.drunteractive a:visited {
background: url(images/buttonnavl.gif); background-repeat:no-repeat; background-position: 0px -35px;
}

/* Ebene 2 */

DIV#ebenezwei a:link, DIV#ebenezwei a:visited {
display: block;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
letter-spacing:0.1em;
color: #C0C0C0;
text-decoration: none;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 30px;
width: 100%;
}
DIV#ebenezwei a:hover {
color: #BF0000;
}
DIV#ebenezwei.active a:link, DIV#ebenezwei.active a:visited {
color: #BF0000;
}