body { font-family: verdana; }
p { }
td { }
/*1. Navigation*/
.nav1:link { color: #bba220; font-size: 11px; text-decoration: none; }
.nav1:visited { color: #bba220; font-size: 11px; text-decoration: none; }
.nav1:hover { color: #bba220; font-size: 11px; text-decoration: underline; }
.nav1:active { color: #bba220; font-size: 11px; text-decoration: underline; }
/*2. Navigation*/
.nav2:link { color: white; font-size: 11px; text-decoration: none; }
.nav2:visited { color: white; font-size: 11px; text-decoration: none; }
.nav2:hover { color: white; font-size: 11px; text-decoration: underline; }
.nav2:active { color: white; font-size: 11px; text-decoration: underline; }
/*3. Rote Navigation*/
.rot:link { color: gray; font-size: 10px; font-weight: bold; text-decoration: none; }
.rot:visited { color: gray; font-size: 10px; font-weight: bold; text-decoration: none; }
.rot:hover { color: white; font-size: 10px; font-weight: bold; text-decoration: none; }
.rot:active { color: white; font-size: 10px; font-weight: bold; text-decoration: none; }
/*Headlines*/
.headline_gross { }
.headline_mittel { font-size: 14px; }
.headline { color: white; font-size: 12px; }
/*Lauftext*/
.lauftext { color: white; font-size: 11px; vertical-align: 6px; }
.lauftext_normal { color: white; font-size: 11px; }
.lauftext_grau { color: silver; font-size: 10px; }
.lauftext_grau_unterst { color: gray; font-size: 10px; text-decoration: underline; }
.lauftext_klein { color: #fff; font-size: 10px; }
/*1. Navigation grau*/
.grau:link { color: gray; font-size: 10px; text-decoration: none; }
.grau:visited { color: gray; font-size: 10px; text-decoration: none; }
.grau:hover { color: gray; font-size: 10px; text-decoration: underline; }
.grau:active { color: gray; font-size: 10px; text-decoration: underline; }
/*1. Navigation schwarz*/
.schwarz:link { color: black; font-size: 12px; text-decoration: none; }
.schwarz:visited { color: black; font-size: 12px; text-decoration: none; }
.schwarz:hover { color: white; font-size: 12px; text-decoration: none; }
.schwarz:active { color: white; font-size: 12px; text-decoration: none; }
