/* Grundlayout ################################## */  

body {
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(../pics/main/backer.jpg);
	background-repeat: repeat-x;
	width:100%;
	}

#container_website{
	/*height: 100%;*/

	width:1002px;
	background-image:url(../pics/main/header.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align:left;
	margin:auto;
	padding: 0px;
	/*background-image: url(../pics/main/header.jpg);*/

	background-repeat: repeat-x;
	}	

#header {
	width:1002px;
	height: 280px;
	display:block;
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align:left;
	margin:auto;
	padding:0px;
} 
/* Beginn HEADER Klassen */
.header_1 {
	background-image: url(../pics/main/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}
.header_2 {
	background-image: url(../pics/main/header_2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}
.header_3 {
	background-image: url(../pics/main/header_3.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}
.header_4 {
	background-image: url(../pics/main/header_4.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}
.header_5 {
	background-image: url(../pics/main/header_5.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	
}

/* Ende HEADER Klassen */



#main {
	width: 1000px;
	text-align:left;
	margin:auto;
	height: auto;
	padding:0px;

	

}

#footer {
	width: 1000px;
	text-align:center;
	height: auto;
	padding: 6px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}

#container_left {
	width: 180px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	}



#container_main {
	width: 560px;
	float: left;
	margin-left: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	

}

#container_right {
	width: 211px;
	float: left;
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

