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



body {

	text-align:center;

	height: 100%;

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

	background-repeat: repeat-x;





	}



#container_website{

	height: 100%;

	width:1000px;

	background-position: 0px 0px;

	text-align:left;

	margin:auto;

	padding: 0px;

	}



#header {

	width:1000px;

	height: 280px;

	display:block;

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

	background-repeat: no-repeat;

	background-position: center 0px;

	text-align:left;

	margin:auto;

} 



#header_2 {

	width:1000px;

	height: 280px;

	display:block;

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

	background-repeat: no-repeat;

	background-position: center 0px;

	text-align:left;

	margin:auto;

}







#main {



	width: 1000px;



	text-align:left;

	padding:0px;



	margin:auto;



	height: auto;



}



#footer {

	width: 1000px;

	text-align:center;

	height: auto;

	padding: 6px;

	margin-top: 12px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #999999;

	border-right-color: #999999;

	border-bottom-color: #999999;

	border-left-color: #999999;

	}



#container_left {

	width: 196px;

	float: left;

	height: auto;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	display:inline;

	}







#container_main {

	width: 572px;

	float: left;

	margin-left: 16px;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	overflow: hidden;

	



}



#container_right {

	width: 196px;

	float: left;

	margin-left: 16px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	



}

