BODY, TD, P, UL, OL {
font-size: 10pt; font-family: Arial, Helvetica, Sans-Serif;
}

H1 {
font-size: 20pt; 
font-family: arial, helvetica, sans-serif; 
font-weight: normal;
}

H2 {
font-size: 16pt; 
font-family: arial, helvetica, sans-serif; 
font-weight: normal;
text-align: center;
}

H3 {
font-size: 14pt; 
font-weight: normal;
}

H4 {
font-size: 12pt; 
font-weight: normal;
}





/* unvisited link */
a:link {
color: #000099;
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: underline;
}


/* visited link */
a:visited {
color:#000099;
}


/* selected link */
a:active {
color:#0000FF;
} 


/* Trennlinie horizontal */
hr {
color: #000000;
background-color: #000000;
height: 1px;
background:#000000 none repeat scroll 0%;
border:0pt none;
}


/* Testgelaende */


/* Seitenbreite */
#wrapper {
margin: 0 auto;
width: 980px;
text-align: left;

border: 0px solid #000;
}

/* Logo */
#header {
background-color: #FF9900;
color: #000;
padding: 2px 0px 82px 2px;
}


/* linke Menuespalte */
#menue {
float: left;
width: 120px;
padding: 16px 5px 200px 8px;
background-color: #eee;
text-align: left;
text-decoration: none;
font-family: verdana;
font-size: 12pt; 
display: block;
}


/* linke Menuespalte */
#menue2 {
float: left;
width: 140px;
padding: 16px 5px 200px 8px;
background-color: #eee;
text-align: left;
text-decoration: none;
font-family: verdana;
font-size: 12pt; 
display: block;
}


/* rechte Menuespalte */
#aktuell {
float: right;
width: 235px;
margin: 0px 0px 20px 0px;
background-color: #eee;
text-align: left;
padding: 15px 0px 0px 15px;
font-family: verdana;
font-size: 12pt; 

}


/* Content-Bereich (Mitte) */
#content {

width: 540px;
background-color: #fff;
color: #000;
margin: 10px 0px 20px 160px;
padding: 10px 0px 0px 0px;
border: 0px solid #000;
font-family: Arial, Helvetica, Sans-Serif;

}




#rahmen
{
border:5px solid #FF9900;
left:10px;top:50px;
padding-right:30px;
padding-left:30px;
-moz-border-radius:30px;
-khtml-border-radius:30px;
font-weight: bold; 
}

