@charset "utf-8";

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

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

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

#wrapper {
	position:absolute;
	left:50%;
	top:0;
	width:992px;
	margin:0 0 0 -496px;
	padding:0 0 30px 0;
	background-color:#ffffff;
}

#topbar {
	width:1084px;
	height:128px;
	position:relative;
	left:-92px;
	top:0;
	background-image:url(../images/back.png);
	background-position:left top;
	background-repeat:repeat-x;
}
	
	#logo {
		float:left;
		position:relative;
		display:inline;
		width:478px;
		height:128px;
		background-image:url(../images/logo.jpg);
		background-position:left top;
		background-repeat:no-repeat;
	}
	#logo a {
		text-decoration:none;
		display:block;
		width:478px;
		height:128px;
	}
	
	#submenu {
		float:left;
		position:relative;
		display:inline;
		width:371px;
		
		/** wenn lang_selector ausgeblendet **/
		margin-left:235px;
	}
	
	#lang_selector {
		float:left;
		position:relative;
		display:inline;
		width:235px;
	}

#mainmenu {
	height:22px;
	margin:0 0 3px 0;
}

#header {
	position:relative;
	height:285px;
}
	
	#header_image {
		position:absolute;
		left:0;
		top:0;
		width:992px;
		height:292px;
	}
	
	#anfrage_box {
		position:absolute;
		left:692px;
		top:46px;
		width:299px;
		height:210px;
	}

#content {
	z-index:70;
	float:left;
	position:relative;
	display:inline;
	width:623px;
	min-height:100px;
	padding:24px 38px;
	background-image:url(../images/content_back.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#subcontent_wrapper {
	float:left;
	position:relative;
	display:inline;
	width:264px;
	padding:7px 29px 0 0;
}
	
	#nordic_balance_box {
	}
	
	#subcontent {
	}

#footer_wrapper {
	z-index:99;
	position:fixed;
	bottom:0;
	height:30px;
	width:100%;
	background-image:url(../images/footer_back.png);
	background-position:left top;
	background-repeat:repeat-x;
}
	
	#footer {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#a1161e;
		width:992px;
		height:19px;
		padding:11px 0 0 0;
		text-align:center;
		position:absolute;
		left:50%;
		top:0;
		margin:0 0 0 -496px;
		background-image:url(../images/footer_back_inner.png);
		background-position:left top;
		background-repeat:repeat-x;
	}
	#footer a {
		color:#a1161e;
		text-decoration:none;
	}

