@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	background-color:#CCC;
	color:#666;
}
div#seite {
	margin:10px auto;
	width:950px;
	background-color:#FFF;/*weiss*/
	position:relative;
}
#fliege {
	position:absolute;
	width:748px;
	height:34px;
	z-index:1;
	left: 255px;
	top: 116px;
}
#fliege p {
	margin:10px 5px 5px 5px;
	font-size:20px;
	color:#FFF;
}
h1 {
	text-indent:-9999px;
	margin:0px 0px 0px 200px;
	width:750px;
	height:150px;
	background-color:#8191A3;
	background-image:url(bilder/h1hg.png);
}

div#content_all {
	background-color:#8191A3;
}
div#content_all ul {
	padding-top:20px;
	width:250px;
	/*height:600px;*/
	/*background-color:#9C0;*/
}
div#content_all ul li {
	list-style:none;
	margin-left:10px;
	margin-top:5px;
	/*background-color:#960;*/
}
li#abstand{
	/*margin-top:10px;*/
	padding-top:40px;
}
div#content_all ul li a {
	outline:none;
	display:block;
	height:20px;
	width:250px;
	text-decoration:none;
	color:#FFF;
	background-color:#7783A4;
}
div#content_all ul li a:hover {
	background-color:#657298;
	/*margin-left:-5px;*/
	/*color:#C9F;*/
}
div#content_all ul li a.aktivlink {
	cursor:pointer;
	color:#FFF;
	margin-left:-5px;
}
div#content {
	position:relative;
	float:right;
	width:800px;
	margin-top:-220px;
	background-color:#FFF;
}

div#content_2 {
	float:right;
	width:750px;
	margin-top:0px;
	background-color:#FFF;
	/*height:620px;*/
	background-repeat:no-repeat;
	background-position:150px 0px;
}
div#text {
	width:600px;
	/*height:600px;*/
	margin:0px 50px 50px 50px;
	padding:10px 0px 10px 0px;
	/*background-color:#FF0;*/
	color:#666;
}
div#text h2 {
	display:block;
	height:25px;
	width:600px;
	background-image:url(images/h2hg.png);
	background-repeat:repeat-x;
	/*background-color:#999;*/
	margin:0px 10px 30px 10px;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
}
div#text p {
	padding:8px 5px 5px 10px;
	line-height:22px;
	color:#8191A3;
}
div#clearer {
	clear:both;
	height:0px;
	/*background-color:#FFF;*/
}
/*---------------Daten Liste-------------*/
dl {
	width:650px;
	color:#8191A3;
	margin-left:5px;
}
dt, dd {
	display:inline-block;

}
dt {
	padding-left:5px;
	width:195px;
	margin-bottom:2px;
	/*background-color:#9F0;*/
}
dd {
	padding-left:5px;
	width:400px;
	/*background-color:#FCC;*/
}
dd a {
	color:#8191A3;
	text-decoration:none;
	outline:none;
}
/*---------------Daten Liste Ende-------------*/
