/* 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: 270px;
	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: 180px;
	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 {

	clear:both;

	}

#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;
	

}
