
html, body {
/* scrollbar */
scrollbar-face-color: #02217F;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #02217F;
scrollbar-darkshadow-color: #02217F;
scrollbar-track-color: #2841BF;
scrollbar-arrow-color: #FFFFFF;
}

* {
margin: 0;
padding: 0;
}


body {
margin: 2px 10% 20px 10%;
font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
font-size: 90%;
background-color: #2841BF;
color: #00005F;
}


p, li, dl, ol, table {
font-size: 90%;
}

/* Die Farbangabe im |#wrapper| sorgt dafuer, dass im Contentbereich
eine durchgaengige Hintergrundfarbe inkl. rechter |border| angezeigt
wird, auch wenn das Menue laenger als der Text ist ... */
#wrapper {
background-color: #CCFFFF;
color: #4F4F4F;
height: 1%;/* Buggy IE needs this */

}
/* Wenn man sicher ist, dasz der Text IMMER laenger als das Menue
oder die Farbe dieselbe wie der Hintergrund ist, kann man diesen Div
komplett streichen. Die |border|s kann man dann bei Bedarf den
anderen |div|s zuweisen ... */



/* ---- */
#header {

height: 140px;
background-color: #02217F;
color: #FFFFFF;
padding:0px 0 0px 0px;
}



/* ---- */
#mainmenue {
padding: 3px 0 4px 0;
text-align: right;
background-color: #02217F;
color: #FFFFFF;

}

#mainmenue ul li dl ol {
display: inline;
margin-right: 10px;
background-color: #02217F;
}
#mainmenue a {
text-decoration: none;
font-weight: bold;
padding: 1px 10px 2px 10px;
background-color: #0000BF;
color: #FFFFFF;
}
#mainmenue a:hover {
background-color: #00003F;
color: #FFFFFF;
}



/* ---- */
#leftmenue {
float: left;
left: 10%;
width: 200px;
margin-top: 0px;
padding-bottom: 0px;
background-color: #2A54CC;
color: #fff;

}
#leftmenue ul li dl ol{
list-style-type: none;
}

#leftmenue a {
display: block;
text-decoration: none;
width: 194px;
margin:0px 0;
padding: 1px 0 2px 5px;
font-weight: bold;
background-color: #02217F;
color: #fff;
border-top: 1px solid #EEFCFD;
border-bottom: 1px solid #EEFCFD;
}
#leftmenue a:hover {
background-color: #CCFFFF;
color: #00005F;
border-top: 1px solid #0000BF;
border-bottom: 1px solid #0000BF;
}





/* ---- */
#content {
background-color: #CCFFFF;
color: #00005F;
border-left: 200px solid #2A54CC;
 padding: 50px 20px 20px 20px;

}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
 {
padding: 50px 50px 5px 60px;
color:  #00005F;
}


#content ul,
#content dl,
#content ol,

 {
padding: 50px 50px 15px 60px;
color:  #00005F;
}

#content p.ulbold,
 {
font-weight: bold;
}






#content h1 {
font-size: 150%;
letter-spacing: 1pt;
padding: 5px 50px 20px 60px;
}
#content h2 {
font-size: 125%;
}
#content h3 {
font-size: 105%;
}
#content p {
line-height: 150%;
padding: 5px 50px 15px 60px;
}
#content p.topper {
padding: 10px 0 50px 60px;

}
#content a {
text-decoration: none;
border: 0 none;
background-color: transparent;
color: #00007F;
 border-bottom: 1px solid #0000DF;
}
#content a:hover {
 text-decoration: none;
background-color: transparent;
color: #7F0000;
}



/* ---- */
.breaker {
clear: both;
}






#footer {
height: 40px;
background-color: #02217F;
color: #FFFFFF;
border-top: 1px solid #000;
}
#footer p {
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #FFFFFF;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}


/* ---- */
#main .invis, hr {
display: none;
}
