body {
font:normal normal normal 12px/18px Arial, Helvetica, sans-serif; 
color:#333333; 
background:#e2e2e2; 
height: 100%; 
margin: 0; 
padding: 0; 
width: 100%;
}

#wrapper {
	width: 950px;
	margin: auto auto;
	min-height: 100%;
	position: relative;
	background-color:#fcfcfc url(bgscreen.jpg);
}

div#header {
	float:left;
	width:950px;
	background:#ffffff;
	height:30px;
	color:#FFF;
	font-size:18px;
	line-height:35px;
	padding-left:40px;
}
div#logobereich {
	position: relative;
	float:left;
	height:528px;
	width:950px;
	background:#ffffff;
	color:#000;
}

div#content{
width:950px;
float:left;
padding-left:0px;
background:#ffffff url(bgscreen.jpg);
}
	
div#leftCol {
padding-top:0px;
float:left;
width:950px;
}

div#rightCol a{
color:#E28F00;
}
div#rightCol a:hover{
color:#FF6600;
}

div#footer {
position: relative;
float:left;
width:950px;
border-top:1px solid #B3B3B3;
padding:3px 0;
margin-top:0px;
font-size:11px;
background-color:#ffffff;
}
