@import url("content.css");
@import url("menu.css");


/****** Layout *****/
body {
	margin: 0px;
	
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

html, body {
	height: 100%;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -468px;
	width: 936px;
	
}


#header {
	background-color:#FFFFFF;
	background-position:left bottom;
	height:200px;
	margin:0;
	padding:0;
	
}
#leftcol {
	background-image:url(../images/submenu_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	width:178px;
	position:absolute;

	min-height: 100%;
	height:100%;

}


#submenu h2 {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px; 
	
	margin:0;
	padding:20px 0 18px 28px;
}



#mainmenu {
	height:40px;
	background-color:#FFFFFF;
	width:937px; /** Hack wegen Zeilenumbruch IE7 **/
}

#rightcol {

	background-image:url(../images/content_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	float:left;
	width:758px;
	
	position:absolute;
	left:178px;

	min-height: 100%;
	height:100%;	
	
	
		
}

#contentwrapper {
	margin:20px 15px 10px 25px;
		
}


#staticmenu {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#9db49b;
	
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left: -440px;
	
}
