* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #1F1F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	font-size: 0.75em;
}

a {
	text-decoration: none;
	color: #ADFCFF;
}

#mittig {
	position: absolute;
	width: 780px;
	border: 1px solid #444;
	left:50%;
	margin-left: -390px;
	background-color: #1f1f1f;
}

#header {
	background-image: url(images/header.png);
	width: 780px;
	height: 54px;
	background-repeat: repeat-x;
}

#header h1, #header h2 {
	padding-left: 10px;
	text-shadow: #001F2F 0px 1px 2px;
	font-weight: normal;
	color: white;
}

#header h1 {
	font-size: 1.6em;
	padding-top: 5px;
}

#header h2 {
	font-size: 1.3em;
}

ul {
	list-style: none;
	line-height: 2.7em;
}

#navi {
	border: 1px solid #444;
	width: 198px;
	border-left: none;
	float: left;
}

#navi > ul > li > a {
	background-image: url(images/button_normal.png);
	width: 188px;
	height: 36px;
	background-repeat: repeat-x;
	display: block;
}

#navi a:hover {
	color: #ADFCFF !important;	
}

#navi > ul > li > a:hover {
	background-image: url(images/button_over.png);
}

#navi a {
	color: #fff;
	padding-left: 10px;
}

#navi > ul > li.current_page_item > a {
	background-image:url(images/button_over.png) !important;
}

.current_page_item > a {
		color: #ADFCFF !important;	
}

#news {
	width: 178px;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#news p {
	margin-bottom: 20px;
}

#content {
	text-align: center;
	padding-top: 50px;
	background-color: #333;
	padding-left: 10px;
	margin-left: 199px;
	padding-right: 10px;
	padding-bottom: 30px;
	min-height: 600px;
	border-top: 1px solid #454545; 
}

#content p {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 20px;
}

#footer {
	background-image: url(images/footer.png);
	height: 32px;
	width: 780px;
	line-height: 32px;
	text-align: center;
}

#bilderstapel {
	height: 375px;
}


#bilderstapel img {
	position: absolute;
	z-index: 1;
	right:10px;
}

.obersteebene {
	z-index: 3 !important;
}
.mittlereebene {
	z-index: 2 !important;
}
#signatur {
position: relative;
top: 365px;
z-index: 5;
margin-bottom: 50px;
}






















