@charset "utf-8";

html, body, p, #navi ul, #navi ul li, div, img, blockquote {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bgbody.gif);
}

#head {
	position: fixed;
	left:0;
	top:0;
	width:929px;
	height:160px;
	z-index:3;
}

#navi {
	position: fixed;
	left:0;
	top:160px;
	width:178px;
	z-index:2;
	padding:40px 10px 0 20px;
}

#navi ul {
	list-style-type:none;
}

#navi ul li{
	line-height: 26px;
}

#navi a {
	text-decoration:none;
	color: rgb(1,80,151);
	font-size: 14px;
	font-weight:bold;
	padding-left:10px;
	border-left:8px solid rgb(1,80,151);

}

#navi a:hover, #navi a.aktiv {
	color: rgb(255,255,255);
	border-left:8px solid rgb(255,255,255);
}

#content {
	position:absolute;
	left:179px;
	top:160px;
	width:669px;
	padding: 30px 40px 20px 40px;
	z-index:1;
}

#logo {
	position:fixed;
	left:0;
	top:0;
	z-index:5;
}

#startbild {
	position:absolute; 
	left:0px; 
	top:0px;
}

#head_img {
	position:absolute;
	left:179px;
	top:0;
}

#head_text {
	position:absolute;
	left:179px;
	top:100px;
}

.content-right {
	float:right;
	padding: 0 0 10px 10px;
}

.content-left {
	float:left;
	padding: 0 10px 10px 0;
}

.floatclear {
	clear:both;

}

.subheadline {
	color: rgb(1,80,151);
	font-weight: bold;
	font-size:14px;
}

.rahmen {
	border: 1px solid rgb(200,200,200);
}

.error {
	color:#f00;
}

.inlineblock {
	display:inline-block;
}

h1 {
	font-weight: bold;
	font-size:18px;
 	line-height:19px;
	color: rgb(1,80,151);
}

h2 {
	font-weight: bold;
	font-size:14px;
 	line-height:15px;
	color: rgb(1,80,151);
}

h3 {
	color: rgb(1,80,151);
}

p {
	font-size: 12px;
	padding-bottom:10px;
	line-height: 17px;
}

li {
	font-size: 12px;
	padding-bottom:10px;
	line-height: 17px;
}

table#bilder {
	
}
td {
	font-size: 13px;
	padding-bottom:10px;
	line-height: 1.2em;
}

blockquote {
	font-size: 14px;
	margin-bottom:10px;
	margin-left:20px;
	line-height: 19px;
}

blockquote ul {
	padding-left:30px;
	list-style-type:none;
}

#content a {
	text-decoration:none;
	color:rgb(72,109,183);
}

