/* Allgemeine Angaben: */
body {
margin : 0;
padding : 0;
font-family : Trebuchet ms, Verdana, Tahoma, Arial, sans-serif;
font-weight : normal;
color : #000000;
background-color : White;
}
#form {
background-color : #fff;
color : #000000;
position : absolute;
margin-top : 10px;
width : 950px;
margin-left : -445px;
left : 50%;
}


/* Kopfbereich: */
#header {
clear : both;
margin : 0 0 0 0;
padding : 0;
height : 200px;
background-color : #fff;
color : #000000;
font-size : 10px;
}


#menue {
background: url(images/menu_bar.jpg) no-repeat;
height: 45px;
line-height: 45px;
text-decoration : none;
}
#menue ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menue ul li {
display: block;
float: right;
}
#menue ul li a {
display: block;
padding: 0 20px 0 20px;
font-family : Trebuchet ms, Verdana, Tahoma, Arial, sans-serif;
font-weight : bold;
text-decoration: none;
color: White; /* #4B5300; */
font-size: 16px;
}
#menue ul li a:hover {
color: Black;
background: url(images/menu_hover.jpg) repeat-x;
}




/* Hauptbereich: */
#content {
margin : 0 0 20px 300px;
padding : 0 20px 0 10px;
line-height : 140%;
text-align : left;
color : #000000;
}
#content p {
color : #000000;
margin : 0 20px 0 0;
font-size : 14px;
line-height : 140%;
font-weight : normal;
}
#content h1 {
font : 18px verdana, sans-serif;
color : #db0055;
text-decoration : none;
font-weight : bold;
text-transform: none;
margin : 15px 0 10px 0;
}




/* Fussbereich: */
#footer {
width : 98%;
padding : 1%;
clear : both;
background-color : White;
color : Black;
text-align : left;
font-size : 12px;
margin : 0 80px 0 0;
}
