@charset "utf-8";

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



/****************/
/*** STRUKTUR ***/
/****************/

body {
	margin:0;
	padding:0;
	background-color:#fff;
	background-image:url(../../images/_white_backtile.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

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

#back_bar {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:206px;
	background-image:url(../../images/_white_back_bar_tile.png);
	background-position:left top;
	background-repeat:repeat-x;
}

#wrapper {
	position:relative;
	left:50%;
	top:0;
	width:1080px;
	height:auto;
	padding:0;
	margin:0 0 0 -540px;
}

	#header {
		position:relative;
		width:1080px;
		height:273px;
	}
	
		#header_image {
			position:absolute;
			left:0;
			top:0;
			width:1080px;
			height:273px;
			z-index:1;
		}
		
		#logo {
			position:absolute;
			left:0;
			top:0;
			width:1080px;
			height:273px;
			z-index:2;
			background-image:url(../../images/_white_logo.png);
			background-position:left top;
			background-repeat:no-repeat;
		}
		#logo a {
			display:block;
			text-decoration:none;
			position:absolute;
			left:60px;
			top:55px;
			width:443px;
			height:186px;
		}
		
	#middle_wrapper {
		position:relative;
		width:1080px;
		height:auto;
		background-image:url(../../images/_white_middle_back_tile.png);
		background-position:37px top;
		background-repeat:repeat-y;
	}
	
		#middle_wrapper_inner {
			/*background-image:url(../../images/content_back_bottom.png);*/
			/*background-position:249px bottom;*/
			/*background-repeat:no-repeat;*/
		}
		
			#mainmenu {
				float:left;
				display:inline;
				position:relative;
				width:212px;
				margin:0 0 0 37px;
				padding:0;
			}
			
			#content_wrapper_outer {
				float:left;
				display:inline;
				position:relative;
				width:831px;
				margin:0;
				padding:0;
			}
			
				#content_wrapper_inner {
					/*background-image:url(../../images/content_back_top.png);*/
					/*background-position:left top;*/
					/*background-repeat:no-repeat;*/
					min-height:39px;
				}
				
					#content {
						padding:7px 105px 7px 45px;
					}
					
	#footer {
		height:261px;
		background-image:url(../../images/_white_footer.png);
		background-position:left top;
		background-repeat:no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		color:#fff;
	}
	
		#footer_content_left {
			float:left;
			display:inline;
			position:relative;
			width:450px;
			height:76px;
			margin:83px 0 0 72px;
			padding:0;
			text-align:right;
			text-shadow:2px 2px 2px #000;
		}
		
		#footer_content_right {
			float:left;
			display:inline;
			position:relative;
			width:454px;
			height:76px;
			margin:83px 0 0 32px;
			padding:0;
			text-shadow:2px 2px 2px #000;
		}

		#footer a {
			color:#fff;
		}
		#footer a#footer_toplink {
			display:block;
			text-decoration:none;
			margin:40px 0 0 517px;
			width:44px;
			height:24px;
		}
		
		#metamenu {
			margin:12px 19px 0 0;
		}
		
		