/* Kasten f?r Haupt?berschrift: */
h1{
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 28pt; font-weight: bold; color: white;
text-align: center;
width:905px; height:105px;
position: absolute; top: 25px; right:0px;
background-color: rgb(204,0,0);   
padding:10px;                     
}

h2 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt; font-weight: normal; color: white;
width: 300px; height: 10px;
position: absolute; top:75px; right:250px;
background-color: rgb(204,0,0);
padding:15px; 
}

/* Position f?r Logo */
div { position:absolute; top:47px; left:686px; }

h3 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 20pt; font-weight: bold;
color: black; text-align: center;
position: absolute; top: 160px; left: 30px;/*50px*/
width: 650px;/*700px*/ height: 20px;
background-color: white;
}

h4 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
color: black;
position: absolute; top: 80px; left: 20px;
background-color: white;
}

/* Balken_links */
#balken_links {
margin-top:10px;
width: 170px; height :600px;
position: absolute; top: 0px; left: 20px;
background-color: rgb(100,100,100);
}


/* normaler Flie?text: */
p {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

/* Box f?r Navigationsspalte: */
#navi {
margin: 0px;
width: 170px;
position: absolute; top: 180px; left: 36px;
}

/* Box f?r Hauptspalte: */
#main {
margin: 0px;
width:800px; 
position: absolute; top: 0px; left: 170px; 
}

/* Box f?r Hauptspalte: */
#main_text {
margin: 0px;
width : 700px;
margin-bottom:0px;
}

/* Rahmen f?r Buttons: */
.linkbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
margin-left: 4px;
width: 150px;
padding: 3px;
background-color: rgb(204,0,0);
}

/* Button f?r die aktive Seite: */
.linkboxaktiv {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
margin-left: 4px;
width: 150px;
padding: 3px;
background-color: rgb(204,0,0);
}

/* Links wei?, nicht unterstr.: */ 
a:link, a:visited, a:active {
text-decoration: none;
color: white;
}

#footer {
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
color: black;
position: absolute; top: 580px; left:200px;
width:680px; height:10px;
text-align: center;
}







