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

/****** Layout *****/
body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-image:url(../images/wrapper_back.png);
	background-position:center top;
	background-repeat:repeat-y;
	height: 100%;
}
html, body {
	overflow:hidden;
}

#balken {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	/*height:148px;*/
	height:103px;
	background-color:#ffffff;
	border-bottom:2px solid #5392ae;
}

#wrapper {
	font-family: Arial, sans-serif;
	position:absolute;
	left:50%;
	top:0px;
	width:950px;
	height:auto;
	margin-left:-475px;
	padding-bottom:67px;
}

#header {
	position:relative;
	margin-bottom:30px;
	width:950px;
	/*height:148px;*/
	height:103px;
	border-bottom:2px solid #5392ae;
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

	#submenu {
		position:absolute;
		left:15px;
		top:0px;
		height:22px;
		width:335px;
	}

	#mainmenu {
		position:absolute;
		left:16px;
		/*top:125px;*/
		top:80px;
		height:23px;
		width:918px;
	}

#lvl2_menu_wrapper {
	float:left;
	width:162px;
	height:auto;
	margin-left:16px;
	display:inline;
	position:relative;
}

#content {
	float:left;
	width:496px;
	padding:12px;
	overflow:auto;
	border:2px solid #b2b2b2;
	background-color:#ffffff;
	background-image:url(../images/hr_back.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#right_col {
	float:left;
	width:230px;
	height:auto;
}

	#searchbox {
		padding:0;
		border:1px solid #4498c8;
		background-color:#ffffff;
		color:#ffffff;
		margin-bottom:10px;
		margin-left:10px;
	}

	#termine {
		padding:8px;
		border:1px solid #4498c8;
		background-color:#e0e1e3;
		margin-bottom:10px;
		margin-left:10px;
	}
	#termine a {
		text-decoration:none;
	}

	#newsletter {
		padding:8px;
		border:1px solid #4498c8;
		background-color:#e0e1e3;
		margin-bottom:10px;
		margin-left:10px;
	}
	#newsletter a {
		text-decoration:none;
	}

	#meldungen {
		padding:8px;
		border:1px solid #4498c8;
		background-color:#e0e1e3;
		margin-left:10px;
	}
	#meldungen a {
		text-decoration:none;
	} 

#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	height:45px;
	border-top:2px solid #5392ae;
	background-color:#ffffff;
	padding:5px 0;
	text-align:center;
	z-index:100;
}


