body {
	margin:0px;
	padding:0px;
	font-size:11px;
	text-align:center;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial;
	color:#656565;
	background-color:white;
}




div#Seite {
	margin:0 auto;
    text-align:left;
	width:850px;
	background-color:white;
	border:0;
	padding:0;
	height:auto;
}

div#Headbereich {
	width:850px;
	height:70px;
	padding:0;
	margin:0;
	background-image:url('../images/hg_header.gif');
	clear:both;
}

div#Navigation {
	padding:25px 0 0 0px;
	margin:0;
}


div#Contentbereich {
	width:850px;
	height:auto;
	clear:both;
}

div#Footer {

        
		position: fixed !important;
		position: absolute;
        bottom:0px;
        width:850px;
        height:50px;
        background-color:white;
        text-align:center;
        margin:0px;
        clear:both;
  }


div#Footertext {
        padding-top:4px;
        padding-left:10px;
        font-size:11px;
        color:#2a2c2d;
  }

div#Footertext a, a:link, a:visited, a:active { font-size:11px; color:#3d3d3d; text-decoration:none; }
div#Footertext a:hover        { font-size:11px; color:black; text-decoration:none; }

