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

/*html,body{
	height:100.1%;
}*/

body{
	width:100%;
	overflow:auto;
	background:#FFF;
	/*background:#FFFFFF;*/
	font-size:12px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	padding:0;
	margin:0;
	text-align:center;
}

html *{
	padding:0px;
	margin:0px;
}

#bodywrap{
	width:960px;
	margin:auto;
	background:lime,
	z-index:10;
	text-align:left;
}

div{
	border:0px solid lime;
}

#header{
	background:#E7E3DA;
	height:238px;
}

#headerimage{
	width:398px;
	height:238px;
	float:left;
}

#headerlogo{
	width:562px;
	height:238px;
	float:left;
}

#headerlogo img{
	margin-left:290px;
	margin-top:120px;
}

#headerlogo img.print{
	display:none;
}

#subheader{
	width:100%;
	height:39px;
	background:url(img/bg_subheader.jpg) no-repeat;
	background-position:top center;
	/*background:yellow;*/
}

#menu{
	/*background:url(img/bg_mainmenu.jpg) repeat-y #E7E6E4;
	
	background-position:right;*/
	
	width:186px;
	height:100%;
	padding-left:68px;
	float:left;
/*	filter:Alpha(opacity=75);
	-moz-opacity:0.75; 
*/
}

#contentcontainer{
	float:left;
	width:705px;
	/*background:url(img/bg_main.jpg) repeat-y;
	background-position:right;*/
/*	height:275px;*/
	background:#F5F4F2;
}

div.contentLeft{
	float:left;
	padding:0px;
	margin:0px;
	width:205px;
	margin-left:-50px;
	/*background:url(img/bg_main.jpg) repeat-y;
	background-position:right;*/
/*	height:275px;*/
	/*background:#F5F4F2;*/
}

div.contentRight{
	float:left;
	padding:0px;
	margin:0px;
	/*float:left;*/
	width:275px;
	margin-left:50px;
	/*background:url(img/bg_main.jpg) repeat-y;
	background-position:right;*/
/*	height:275px;*/
	/*background:#F5F4F2;*/
}

#messlatte{
	float:left;
	width:2px;
	height:425px;
	border:1px solid red;
}

#mainwrapper{
	background:url(img/bg_mainwrapper.jpg) repeat-y #F5F4F2;
	background-position:left;
	width:960px;
	overflow:visible;
	margin:auto;
	border:0px solid red;
	text-align:left;
}

div.clear
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}

div.datevlink{
	text-align:center;
	margin-top:15px;
}