@import url(content.css);

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../img/hintergrund.jpg) repeat-x;
	
	
	text-align: center;
	
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
}

#hintergrund {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 1px;
	width: 844px;
	height: 100%;
	background: #FFFFFF;

}

#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 845px;
	position: relative;
	top: 10px;
	height: 100%;


}

#header-oben {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0px;
	width: 845px;
	height: 78px;
         background: #FFFFFF;       
}


#logo {
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
	width: 845px;
	height: 78px;
	border-top: 1px solid #31659C;
	border-left: 1px solid #31659C;
	
}


#header {
	position: absolute;
	z-index: 100;
	top: 78px;
	left: 1px;
	width: 844px;
	height: 30px;
	background: #31659C;
	background: url(../img/gradient.jpg) repeat-x;

}



#topmenu {
	position: absolute;
	right: 1px;
	bottom: 10px;
                
}



#header-text {
         z-index: 101;
	position: absolute;
	bottom: 8px;
	left: 10px;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #BCC9DA;

}


#header2 {
	position: absolute;
	z-index: 1;
	left: 1px;
	top: 108px;
	width: 844px;
	height: 71px;
	background: #FFFFFF;
}

#header-image img {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 844px;
	height: 71px;
	background: #31659C;

}




#content-wrapper {
	position: absolute;
         z-index: 1;
	top: 135px;
	left: 1px;
	width: 844px;
	background: #ffffff;

}



#content {
	position: relative;
         z-index: 0;
         top: 74px;
         width:844px;
         height: 638px;
         background: #FFFFFF;
         

}



