html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:rgb(209,205,193);
font-family:trebuchet, arial, tahoma, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
height:100%;
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;
color: #0054A6;
background: #ffffff;
}

#headerBG {
position:absolute;
top:0;
left:0;
width:100%;
height:80px; 
background-color:#FFFFFF; 
z-index:1; 
}

#header {
position:absolute;
margin-left:-380px; 
left:50%; 
top:0; 
width:760px; 
min-width:760px; 
height:80px; 
background-color:#004C92; 
z-index:2; 
overflow:hidden;
border:0px solid #004C92;
}

#content {
display:block;
overflow:auto;
position:absolute;
z-index:3; 
top:80px;
bottom:78px;
width:590px !important; /* 20px weniger wegen Scrollbalken */
width:610px;
margin-left:-230px; 
left:50%; 
background:white;
padding: 10px;
border:0px solid #004C92;
border-top:1px solid white;
}

/* für IE6 */
* html #content {
height: 100%;	
position:relative;
/*background-attachment: fixed;*/
}

#padBottom{padding-bottom:10px;}


#footer {
border-top:1px solid #fff;
text-align:center;
position:absolute; 
margin-left:-380px; 
left:50%; 
bottom:0px; 
width:760px; 
min-width:760px; 
height:40px; 
background-color: #FFF;
z-index:4; 
font-weight:bold;
color:#004C92;
padding-top:4px;
padding-bottom:4px;
}	

/* ab IE7 */
body>div#footer{height: 40px;}

#url {
font-size:12px;
letter-spacing: 10px;
text-align:center;
position:absolute; 
width:760px; 
margin-left:-380px; 
left:50%; 
bottom:56px !important;
bottom:48px;
height:20px;
z-index:5; 
padding: 0;
/*
padding: 5px 0px 3px 0px !important;
padding: 5px 0px 5px 0px;
*/
background-color: #79A334;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
color:white;
}

#url span {color: rgb(238,28,35);height:20px; }

#menu {
position:absolute;
margin-left:-380px; 
left:50%;
z-index:6;
top:80px; 
width:760px; 
background-color: #FBF1C8;
z-index:6; 
border:0px solid #004C92;
font-weight:bold;
padding:0;
overflow:hidden;
bottom: 0;
margin-bottom: 60px;
}

/* ab IE7 */
body>div#menu{}

#noScript {
position:absolute;
top:0; 
left:0;
border:3px solid #F33; 
background-color: #FFF;
z-index:100; 
font-weight:bold;
color:#004C92;
padding: 10px;
}

/* zentrale Verwaltung */
#zv {
position:absolute;
top:400px;
left:50%;
margin-left:-381px;
width:150px;
z-index:10;
border:0px solid white;
display:block;
background-color: transparent;
}

