/* CSS Layout  */
/*HIER BITTE NICHTS ÄNDERN*/
body { 
	background-image:url(../pics_main/bg_main.jpg);
	background-repeat:no-repeat;
	background-position: top center; 
	background-color:#000000;
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#555555;
	background-attachment:fixed;
} 
.wrapper{
	margin:0px auto;
	width:1000px ;
}
.headertop{
	width:1000px;
	height:160px;
}
.headerlogo{
	position:relative;
	top:40px;
	left:500px;
	width:450px;
	height:100px;
}
.content{
	width:1000px;
}
.containerleft{
	width:230px;
	float:left;
}
.navleft{
	background-color:#FEC9E0;
	width:230px;
}
.navleft-header{
	background-image:url(../pics_main/header_navigation.jpg);
	background-repeat:no-repeat;
	height:50px;
	padding-top:12px;
	padding-left:40px;
	font-size:20px;
	color:#FFFFFF;
}
.navleft-footer{
	background-image:url(../pics_main/footer_navigation.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:50px;
}
.content-title{
	color:#666666;
	font-size:20px;
	padding-top:12px;
	padding-left:20px;
}
.maincontent{
	background-image:url(../pics_main/header_content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-left:20px;
	width:500px;
	float:left;
	overflow:hidden;
}
.content-custom{
	padding: 30px 20px 20px 20px;
}
.content-footer{
	background-image:url(../pics_main/footer_content.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:50px;
}
.containerright{
	background-image:url(../pics_main/header_navigation.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	width:230px;
	float:left;
	background-color:#FEC9E0;
}
.right-top{
	padding-top:12px;
	padding-left:20px;
	font-size:20px;
	color:#FFFFFF;
}
.rightcontent{
	padding-left: 20px;
	padding-top:30px;
	margin:0px;
	width:190px;
}
.right-footer{
	background-image:url(../pics_main/footer_navigation.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:50px;
}
.footer { 
	background-image:url(../pics_main/bg_footer.png);
	background-repeat:no-repeat;
	height:70px;
	margin: 0px auto;
	width: 1000px; 
} 
.footer-sub { 
	background-image:url(../pics_main/bg_footer_sub.png);
	background-repeat:no-repeat;
	height:36px;
	width: 250px; 
	margin:0px;
} 




