* {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:12px;	
}


body {
	margin:0;padding:0;
	
	color:#000; background-color:#fff;
	font-size: 100.01%;
	min-width: 40em;
	
	background-color:#EAE3CF;
}

div#pagecontainer {
	width:990px;
	height:562px;
	
    position:absolute;
	
    left:50%;
	top:50%;
	
    margin-left:-495px;
    margin-top:-281px;
	
	background-color:#fff;
	
	font-size:0.8em;
	
}

div#header {
	height:127px;
}

div#navigation {
	height:22px;
	
	margin:0;
	padding:0;
	
	padding-right:142px;
	
	background-color:#000;
	background-image:url(../img/screendesign/betonsteinwerk.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#content {
	height:413px;
}

div.wrapper {
	float:left;
}

div#contentMain {
	height:399px;
	width:848px;
}

div#contentFooter {
	height:12px;
	width:848px;
	
	padding-top:1px;
	padding-bottom:1px;
}

div#contentSidebar {
	height:413px;
	width:142px;
	
	float:left;
}
