@charset "utf-8";

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

/****** Layout *****/
body {
	margin:0;
	padding:0;
	background-color:#f3f2e9;
	background-image:url(../images/main_back.png);
	background-position:left top;
	background-repeat:repeat-x;
}

html, body {
	min-height: 100%;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0;
	width:760px;
	height:auto;
	margin:0 0 0 -380px;
	min-height:100%;
	background-color:#ffffff;
}

#logo {
	width:760px;
	height:112px;
	overflow:hidden;
	background-image:url(../images/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#submenu {
	position:absolute;
	left:0;
	top:0;
	width:760px;
	height:31px;
}

#header_wrapper {
	position:relative;
	width:760px;
	height:182px;
}

#header_image {
	position:relative;
	width:760px;
	height:182px;
	z-index:1;
}

#mainmenu_fog {
	position:absolute;
	left:0;
	top:145px;
	width:760px;
	height:37px;
	background-image:url(../images/mainmenu_fog.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:2;
}

#mainmenu {
	position:absolute;
	left:0;
	top:145px;
	width:740px;
	height:29px;
	padding:8px 10px 0 10px;
	z-index:3;
}

#content {
	padding:28px 10px;
}

#bymap_overlay {
	position:absolute;
	left:467px;
	top:189px;
	width:117px;
	height:127px;
	background-image:url(../images/bayern_karte.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:99;
}

