#pagewidth {
	width: 1000px;
	text-align: left;
	margin-left: 5px;
	background-color: #fcfcfc;
	background-image: url(../images/startseiter_2.gif);
	background-repeat: repeat-y;
} 
#header {
	position: relative;
	height: 305px;
	background-color: #006fd9;
	width: 100%;
	background-image: url(../images/startseiter_1.gif);
	background-repeat: no-repeat;
} 
#leftcol {
	width: 150px;
	float: left;
	position: relative;
}
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 850px;
}
#footer {
	height: 30px;
	clear: both;
	background-image: url(../images/header-01_3.gif);
	background-repeat: no-repeat;
} 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{display: block;}
/* End hide from IE-mac */
