/* CSS Document */
html {
overflow : hidden;
}
body {
color: #000000;
background: #000000;
padding: 0;
margin: 0;
overflow: hidden;
font-family: arial, helvetica, sans-serif;
}
#main {
background:#E0F4A8;
height:450px;
margin:-225px 0px 0px 0px;
padding:0px;
position:absolute;
top:50%;
width:100%;
}


/* ############ Inhalte #########################*/
.content {
height: 450px;
width: 800px;
left: 50%;
position:absolute;
margin: 0px 0px 0px -400px;
background: #E0F4A8;
overflow: hidden;

}

/* ############ Extensions ######################*/
/* ############ footer ##########################*/
.footer {
text-align: right;
font-size: 0.8em;
color: #2F2F2F;
background: #000000;
padding: 4px 10px 4px 0px;
/*display: block;*/
clear: both;
}
.footer ul li {
float: right;
padding: 0px 5px;
}
.footer a:link,
.footer a:visited {
color: #2F2F2F;
text-decoration: none;
}
.footer a:hover {
color: #6F6F6F;
}