body {
background-color: white;
font-size: 11px;
font-family: Arial, SunSans-Regular, Sans-Serif, Verdana;
color:black;
padding:0px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 1040px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner für logo-------------- */
#banner {
font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
text-align: left;
background-color: beige;
padding: 0px;
margin: -5px; }

#banner img {padding:0px 0px;}

#MenueObenRechts{
position: relative;
filter:alpha(opacity=40); /* Für IE */
-moz-opacity:0.4; /* Für Gecko-Browser */
opacity:0.4; /* Für Konqueror, Opera 9+, Safari */
Top: 30px;
Left: 620px;
width: 155px;
height: 20px;
background-color: white;
padding: 0px;
margin: -10px; }

#MenueOben{
position: relative;
filter:alpha(opacity=40); /* Für IE */
-moz-opacity:0.4; /* Für Gecko-Browser */
opacity:0.4; /* Für Konqueror, Opera 9+, Safari */
Top: 215px;
Left: 25px;
width: 740px;
height: 20px;
background-color: white;
padding: 0px;
margin: -10px; }

/* --------------left navigavtion------------- */
#left {
 width:140px; 
 float:left; 
 position:relative;
 background-color: white;
 margin-left:-20px; 
 margin-right:0px;
 }

/* -----------------Inhalt--------------------- */
#content{ 
position: relative; 
margin-left: 140px; 
padding: 5px 5px;
}

.b1 {
    font-family:Arial;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;    
    margin-bottom: 0;
    background-color: beige;
    color: blue;
}
h1 {
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
    background: white;
    color: black;
}
h2 {
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: black;
}
h2a {
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: beige;
    color: black;
}
h3 {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration:underline;
    font-style:italic;
    margin-top: 0;
    margin-bottom: 0;
    background: white;
    color: black;
}
h4 {
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    background: red;
    color: white;
}
h5 {
    font-family:Arial;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: blue;
}
h5a {
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: blue;
}
h6 {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: black;
}
h7 {
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: blue;
}
u1 {
    font-family:Arial;
    font-size: 10px;
    color:black;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin-bottom: 0;
    margin-top: 0;
}
u2 {
    font-family:Arial;
    font-size: 12px;
    color:black;
    font-weight: bold;
    background: #FFFFFF;
    color: black;
    margin-bottom: 1;
    margin-top: 0;
}
li {
    margin:0; padding:0;
}
ul {
    margin:0; padding:0;
}
li {
    font-family:Arial;
    font-size: 10px;
    color:blue;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin: 0px 0px 0px 10px;
    list-style-type:none;
}
ul {
    font-family:Arial;
    font-size: 10px;
    color:blue;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin: 0px 0px 0px 10px;
    list-style-type:none;
}

a:link { text-decoration:underline; font-size:14px; font-weight:bold; color:black; line-height:1.4em; }
a:visited { text-decoration:underline; font-size:14px; font-weight:bold; color:black; line-height:1.4em; }
a:hover { text-decoration:none; font-size:14px; font-weight:bold; color:white; background-color:red; line-height:1.4em; }
a:active { text-decoration:none; font-size:14px; font-weight:bold; corlor:blue; background-color:red; line-height:1.4em; }
a:focus { text-decoration:none; font-size:14px; font-weight:bold; color:blue; background-color:red; line-height:1.4em; }

</style>