@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../img/back.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:0px;
}
p {
	line-height:16px;
}
h1 {
	font-size: 15px;
	color: #003399;
	margin:0px;
}
h2 {
	font-size: 10px;
	color:#000;
	margin:0px;
}

img {border:none;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #000;
}

#container {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	height:100%;
}
#head_oben {
	background-image: url(../img/head_oben.png);
	height:30px;
	width:850px;
}
#head_links {
	background-image: url(../img/head_links.png);
	width: 30px;
	height: 170px;
	float:left;
}
#head_mitte {
	width: 790px;
	height: 170px;
	float:left;
}
#head_rechts {
	background-image: url(../img/head_rechts.png);
	width: 30px;
	height: 170px;
	float:right;
}

#clearfloat {clear:both;}

#content_mitte {
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
	width: 790px;
	height: auto;
	min-height:100%;
	padding:30px 30px 0px 30px;
}
#content_inhalt {
	width:430px;
	height:auto;
	text-algin:left;
	margin-left:90px;
	float:left;
}
#subnavi {
	width:200px; 
	text-align:center; 
	margin-right:50px; 
	float:right;
}
#box {
	z-index : -100;
	position: fixed;
 	background: url(../img/box.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	bottom: 0px;
	text-align:left;
}
#box .logo {float:left;}
#box .impressum {margin-top:10px; float:right;}

#linie {margin: auto; width:150px; height:1px; background-color:#000; margin-bottom: 15px; margin-top: 15px;}




