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

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

	width:1002px;

	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: 300px;
	display:block;
	background-image: url(../pics/main/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	text-align:left;
	margin:auto;
	padding:0px;
} 

#header_2 {

	width:1000px;

	height: 256px;

	display:block;

	background-image: url(../pics/main/header_2.jpg);

	background-repeat: no-repeat;

	background-position: center 0px;

	text-align:left;

	margin:auto;

}



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

}

#footer {
	width: 1002px;
	text-align:center;
	padding: 0px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../pics/main/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	}

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


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

#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: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	

}
#container_main_with_left_column {
	width:772px;
	float: left;
	margin-left: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#container_main_with_right_column {
	width:772px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#container_main_full {
	width:100%;
	float: left;
	margin-left:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;	

}
/* START Main Horizontal Navigation */
#container_navi_main_horizontal {

	width:1002px;
	height: 30px;
	display:block;
	text-align:center;
	margin:auto;
	margin-top:-84px;
	margin-bottom:30px;
	padding:0px;


} 
/*ENDE Main Horizontal Navigation */
