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

body { 
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	background-image: url(../bilder/hintergrund.gif);
	background-repeat: no-repeat;
}

#inhalt {
	position: absolute;
	width: 690px;
	left: 270px;
	top: 170px;	
	padding: 0;
	text-align: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#inhalt p, #inhalt .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin: 0 0 15px 0;
}
#inhalt .klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 15px 0;
}
#inhalt .bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin: 0 0 20px 0;
}

#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0 0 15px 0;
}

#inhalt a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
#inhalt a:hover {
	color: #6699CC;	
	text-decoration: underline;
}

#inhalt hr {
	color: #000000;
	background: #000000;
	height: 1px;
	border: 0;
	margin: 5px 0 5px 0;
}

#navigation {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	padding: 0;
	text-align: left;
	margin: 0;
	background-color: #D1E0F0;
}

#bild {
	float: right;
	display: inline;
	width: 353px;
	background-color: #F3F8FC;
	border: 1px solid #6699CC;
	text-align: right;
	margin: 40px 0 10px 20px;
}

#bild img {
	margin: 3px 3px 3px 0;
}
#bild p {
	padding: 0 5px 0 0;
	margin: 0;
}

.navi1i {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 7px 0 2px 10px;
}
.navi2i {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 2px 0 2px 20px;
}
.navi1a {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004D9F;
	padding: 7px 0 2px 10px;
}
.navi2a {
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #004D9F;
	padding: 2px 0 2px 20px;
}
.navi1i a {
	color: #000000;
	text-decoration: none;
}
.navi1i a:hover {
	color: #000000;
	text-decoration: underline;
}
.navi2i a {
	color: #000000;
	text-decoration: none;
}
.navi2i a:hover {
	color: #000000;
	text-decoration: underline;
}
.navi1a a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.navi1a a:hover {
	color: #000000;
	text-decoration: underline;
}
.navi2a a {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
.navi2a a:hover {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
.unten {
	margin: 0 0 10px 0;
}