@import url(text1.css);
@import url(menue.css);


body {
	text-align:center;
	background: #DCF1FF;
	}
	
#inhalt1 {
	float: left;
	width: 620px;
	padding-left: 10px;
	background: #FFFFFF;
	z-index: 1;
}
#aussen, #kopf, #unten {
	width: 850px;
}
#kopf-inhalt {
	width: 850px;	
}
#mitte-inhalt {
	height: auto;
	background: #FFFFFF;
	padding-left: 10px;
}


#unten {
	position: relative;
	left: 0;
	height: auto;
	clear: both;
	background: #FFFFFF;
}

#fusszeile {
	margin: 0;
	padding: 6px;
	background: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	font-size: 9px;
	line-height: normal;
	color: #666666;
}
#kopf {
	position: absolute;
	left: 0;
	top: 10px;
	height: 240px;
	background: #FFFFFF;

}
#kopf-inhalt {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 240px;
	background: #FFFFFF;
}

#aussen {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background: #FFFFFF;
	z-index: 1;
}
#inhalt {
	position: absolute;
	background: #FFFFFF;

	top: 255px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
}
#links-box {
	float: left;
	width: 200px;	
	padding-left: 6px;
	margin-right: 6;
	z-index: 3;
}
#links-unten {	
	padding-left: 6px;
	margin-top: 2px;	
	padding-top: 10px;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F3F3F3;
	border-bottom-color: #F3F3F3;

	background: #fff;
}

#oben {
	position: absolute;
	top: 220px;
	left: 0;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
}

#hauptmenu {
	position: relative;
	height: 24px;
	background: #E6E6E6;
	margin: 6px;
}

#hauptmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#hauptmenu ul a, #hauptmenu ul .cur {
	float: left;
	display: block;
	line-height: 24px;
	text-decoration: none;
	background-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0 24px;
	margin: 0;
	color: #000000;
}

#hauptmenu ul a:hover, #hauptmenu ul .akt a, #hauptmenu ul .cur {
	color: #FFFFFF;
	background-color: #039AFF;
}

#hauptmenu li {
	float: left;
	margin: 0;
	padding: 0;
}
