@charset "utf-8";
@import url("reset.css");
/* CSS Document */

#maincont{
	width:971px;
	position:relative;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFF;
	background-image:url(images/layout/bk_unten.png);
	background-repeat:no-repeat;
	background-position:0px 561px;	
}
#header{
	height:176px;
	background-image:url(images/layout/header_bk.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#headerlogo{
	width:190px;
	height:80px;
	position:absolute;
	top:80px;
	left:280px;
}	
#topmenue{
	text-align:right;
	height:25px;
	position:absolute;
	width:400px;
	top:20px;
	right:10px;	
}
#main{
	background-image:url(images/layout/bk_menue.jpg);
	background-repeat:no-repeat;
}
#col_left{
	float:left;
	width:240px;
	height:600px;
}
#col_left_faxtel{
	width:215px;
	margin-top:15px;
	margin-left:25px;
	font-size:13px;
	font-weight:bold;
	color:#0068c3;
}
#col_right{
	float:right;
	width:690px;
	background-image:url(images/layout/bk_right.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:500px;
}
#footer{
	clear:both;
	height:16px;
	background-image:url(images/layout/bk_footer.png);
	background-repeat:no-repeat;
}
#mainmenu{
}
#maincontent{
	width:650px;
	float:left;
	margin-top:30px;
}
#contcol_left{
	float:left;
	width:310px;
}
#contcol_right{
	float:right;
	width:310px;
}
.clearing{
	height:50px;
	clear:both;
}


