/* CSS Document */

#wrapper{
	border: 0px solid #ccc;
	color: #333;
	position: absolute;
	width: 855px;
	height:600px;
	left: 50%;
	margin-left: -427px;
}

#topheader{
	color: #333;
	position: absolute;

	width: 855px;
	height:56px;
}

#topheader2{
	color: #333;
	position: absolute;
	margin-top:0px;
	width: 855px;
	height:56px;
}

#navigation{
	position: absolute;
	width: 855px;
	height: 59px;
	margin-top:60px;
	background-image:url(../images/layout/menubg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#slider{
	position: absolute;
	width: 855px;
	height: 296px;
	margin:119px 0 0 0;
}

#content{
	position: absolute;
	width: 855px;
	height: 559px;
	margin-top:418px;
	background-image:url(../images/layout/content_top.png);
	background-repeat:no-repeat;
	background-position:center top;	
}


#sub_menu{
	width: 855px;
	margin-top:20px;
}

#sub_content{
	width: 855px;
	margin-top:20px;

}


.minitab { 
	float:left;
	width:600px;
	margin-left:-10px;
}


.links { 
	float:left;
	width:600px;
	padding-left:10px;
}

.rechts {
	float:right;
	width:200px;
}
.clear {
	clear:left;
}

