body {
 background: #00003F;
 margin: 0px;
}

/* div { border: silver 1px dotted; } */

#banner {
 background: url(../images/head_new.gif) no-repeat;
 height: 125px;
 padding: 0px;
 border: none;
 font-size: 20pt;
 color: #00003F;
 font-family: Arial;
 margin-left: 20px;
 margin-top: 20px;
}

#navigation {
 background: url(../images/navi.gif);
 width: 125px;
 margin-left: 20px;
}

#navigation a {
 display: block;
 background: none;
 width: 105px;
 text-align: center;
 margin-bottom: 0px;
 text-decoration: none;
 font-family: Arial;
 color: #00003F;
 padding: 2px;
 border: none;
}

#navigation a:hover {
 background: #00003F;
 color: #FFFFFF;
 border: none;
}

#navigation a:active {
 background: #FFFFFF;
 color: #00003F;
 border: none;
}

#navigation a.aktiv, #navigation a.aktiv:hover {
 background: #00003F;
 color: #FFFFFF;
 border: none;
}

#inhalt {
 background: #00003F;
 position: absolute;
 color: #FFFFFF;
 top: 145px;
 left: 145px;
 font-family: Arial;
}

#inhalt a {
 background: none;
 text-align: center;
 text-decoration: none;
 font-family: Arial;
 color: #FFFFFF;
 border: none;
}

#inhalt a:hover {
 background: #FFFFFF;
 color: #00003F;
 border: none;
}