
html, body { margin: 0; padding: 0 }
body, td, p { color: black; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; background-color: #8299ff }
.header { background-image: url("../images/bg.gif") }
/* Hauptnavigation */
.topnav /*  Formatiert die Box der Hauptnavigation  */  { background-color: black }
.topnav a { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; text-decoration: none; text-transform: uppercase; padding-right: 20px; padding-left: 10px }
.topnav a:link { color: #fff }
.topnav a:visited { color: #fff }
.topnav a:hover { color: #a7b9ff}
.topnav a:active { color: #fff }
.topnav_active /*  Aktiver Hauptnavigationspunkt  */  { color: #c00 }
/* Subnavigation */
.subnav { background-color: #9db733 }
.subnav a { color: white; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; padding-right: 10px; padding-left: 20px }
.subnav a:link { color: #fff }
.subnav a:visited { color: #fff }
.subnav a:hover { color: black }
.subnav a:active { color: #fff }
.subnav_active /*  Aktiver Hauptnavigationspunkt  */  { color: #c00 }
/* Content */
.mainwrap /*   Formatiert die Contentreihe  */  { background-color: #8299ff; border-top: 1px solid #cdd7ff }
.sidewrap  { padding-top: 10px; padding-right: 10px; padding-left: 10px; border-right: 1px solid #cdd7ff }
.contenttext { padding: 10px 20px 10px 10px }
h1 { color: white; font-size: 12px; font-weight: bold; margin: 0.67em 0 }
h2 { color: white; font-size: 10px; font-weight: bold; margin: 0.67em 0 }
h2 A { color: white; font-size: 10px; font-weight: bold; text-decoration: none; margin: 0.67em 0 }
h2 A1 { color: white; font-size: 10px; font-weight: bold; text-decoration: underline; margin: 0.67em 0 }
/* Tabellen */
.tablehead  { color: white; font-weight: bold; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; border-bottom: 1px solid #cdd7ff }
.tabledark  { color: black; font-size: 10px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; vertical-align: top; border-bottom: 1px solid #cdd7ff }

.tabledark a  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.tabledark a:link  { color: black }
.tabledark a:visited  { color: black }
.tabledark a:hover  { color: #c00; text-decoration: underline }
.tabledark a:active  { color: black }

.tablelight  { color: black; font-size: 10px; background-color: #a7b9ff; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; vertical-align: top; border-bottom: 1px solid #cdd7ff }

.tablelight a  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.tablelight a:link  { color: black }
.tablelight a:visited  { color: black }
.tablelight a:hover  { color: #c00; text-decoration: underline }
.tablelight a:active  { color: black }

.tablefooter { color: black; padding-top: 10px; padding-bottom: 10px; padding-left: 10px }
/*Selectbox*/
select  { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 137px }

