html
{
	height:100%;
}

body
{
margin: 0px;
background-color: #C3C3C3;
padding: 0.01px;
height:100%;
min-height:100%;
}

#aussen
{
	width:1200px;
	border:5px solid;
}

#menu
{
float: left;
height:500px;
background-image: url(../images/oben-links-2.jpg);
}

#haupt
{
position:relative;
margin: 0px;
padding:0px;
height:auto;
min-height: 75%;	
max-width: 70%;
right:0px;
margin-left:190px;
margin-top:100px;
bottom:0px;
}


#obenmitte
{
float: left;
width:50%;
height:100px;
background-image: url(../images/oben-mitte.jpg);
}

#obenrechts
{
float: left;
width:114px; height:100px;
background-image: url(../images/oben-rechts.jpg);
}

#untenlinks
{
float:right;
width:114px;
height:83px;
background-image: url(../images/unten.jpg);
}

#untenrechts
{	
float:right;
height:83px;
width:60%;
background-image: url(../images/bg-unten.jpg);
}

.clearfooter {
height: 150px;
position:relative;
z-index: -5;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
	width:100%;
	margin-bottom:-83px;
}

#wrapper
{
	width:100%;
	height:100%;
	min-height:100%;
}
