* {
margin: 0;
padding: 0;
}
body {

}
#wrapper {
width: 98%;
margin: auto;
position: relative;
overflow: hidden;
}
#header {

}
#mainbox {
float: left;
width: 85%;
}
#content {
float: right;
width: 66.67%;
}
#linkespalte {
float: left;
width: 33.33%;
}
#rechtespalte {
float: right;
width: 15%;
}
#content, 
#linkespalte, 
#rechtespalte, 
#mainbox {
padding-bottom: 30000px;
margin-bottom: -30000px;
}
#footer {
clear: both;
position: relative;
z-index: 10;
}


/* 
	======================================
	Hack nur fuer Opera kleiner als ver. 9.x 
	Nur einsetzen, wenn Opera 8 oder aelter unterstuetzt werden muss!
*/
@media all and (min-width: 0px) {
#content,
#linkespalte,
#rechtespalte,
#mainbox {
padding-bottom: 0;
margin-bottom: 0;
}
#content:after,
#linkespalte:after,
#rechtespalte:after,
#mainbox:after {
padding-top: 30000px;
margin-bottom: -30000px;
content: 'Opera 8 Fix';
display: block;
background: inherit;
height: 0;
}

}
