@import url(reset.css);
@import url(content.css);
@import url(navigation.css);

body, html {
	position: relative;
	text-align: center;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal 100.01% Arial, Helvetica, sans-serif;
	background: #7fa8cd;
}

#container {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto; 
	background: #7fa8cd;
	width: 775px;
}

#header {
	position:absolute;
	left: 0px;
	top: 0px;
	height: 116px;
	width: 775px;
	background: #a0bddd;

}

#headerMenuBox {
	position:absolute;
	right:0px;
	top:0px;
	width:110px;
	height:116px;
	padding-top:7px;
}
.extraHeaderMenu {
	font-size: 11px;
	line-height: 180%;
	margin-left: 10px;
	
}

.extraHeaderMenu A {
	color:#0d3972;
}


#content {
	position: absolute;
	top: 111px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
	color:#FF0000;
	background-color:#FFFFFF;
}

#left {	
	width: 220px;
	height:auto;
	background-image:url(/fileadmin/templates/volkswirtschaftbeo/leftBild.jpg);
	background-repeat:no-repeat;
	float:left;
}

#navigation{
	margin-top:27px;
	margin-left:27px;
	width:195px;
}

#middle {
	width: 511px;
	padding: 76px 20px 20px 24px;
	background-color:#ffffff;
	float:left;
}

#claim {
	position:absolute;
	right:110px;
	top:0px;
	width:230px;
	height:15px;
	background-image:url(/fileadmin/templates/volkswirtschaftbeo/claim.jpg);
	margin-top:7px;
	background-repeat:no-repeat;
}

#middleMenuBox {
	position:absolute;
	right: 0px;
	top:0px;
	width:108px;
	height:60px;
	border:#17519d 1px solid;
	
}
* html #middleMenuBox {
	/*wegen 1px-Gap-Problem in IE6:*/
	right: -1px;
	width:110px;
}

.extraMenu {
	font-size: 11px;
	line-height: 180%;
	margin-left: 10px;
	font-weight: bold;
}
*html #.extraMenu{
	margin-left: 8px;
}

#footer {
	position: relative;
	left: 0;
	height: auto;
	width: 775px;
	clear: both;
	background: #FFFFFF url(/fileadmin/templates/main/img/img_bgrd_border.gif) repeat-y 0px 0px;
	bottom:0px;
	font-size:10px;
	color:#999999;
	padding:50px 0px 5px 0px;
	text-align:center;
}