@charset "utf-8";

/* ##################################### */
/* #######   Layout CSS-File   ######### */
/* ##################################### */


html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.centrebox {
	position:absolute;
	left:50%;
	top: 0px;
	width: 1024px;
	height: 100%;
	margin-left: -512px; 
}

.leftcol {
	position: absolute;
	top: 0px;
	width: 40px;
	height: 100%;
	background-image:url(../images/border_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;	
}

.maincol {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 944px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 259px;
	height:100%;
	min-height:100%;
}

.maincoltop {
	width: 100%;
	height:0px;
}


.mainleftcol {
	position: absolute;
	top:290px;  /*238px == Headerbild*/
	width: 485px;
	float:left;
	/*border-right:1px solid #064013;*/
	padding:10px 60px 20px 50px; 
}

.mainrightcol {
	width: 254px;
	float:right;
	margin:0px 35px 20px 35px; 
}

.maincolbottom {
	/*position:relative;
	clear:both;
	width: 100%;*/
}

.rightcol {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 100%;
	background-image:url(../images/border_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.maincolcentercontainer{
	overflow: auto;  
	display: table;
	background-image:url(../images/content_bg_line.gif);
	background-repeat:repeat-y;
	background-position:595px;
	width: 944px;
}


.header{
	background-image:url(../images/logo_bogen.gif);
	background-repeat:no-repeat;
	background-position:0px 237px;
}

.clear{
	clear:both;
}
