/*

<meta name="generator" content="Bluefish 2.0.2" >
<meta name="author" content="Horst Schottky" >
<meta name="date" content="2011-06-18T22:29:52+0200" >
<meta name="copyright" content="Horst Schottky @ dopas.de">

*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.5%;
}

body {
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#topbar {
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #fff;
	background-color: #c6ffd5;
	width: 100%;
	white-space: nowrap;
	z-index: 10;
}

#topbar .inside {
	position: relative;
	width: 750px;
	margin: 0 auto;
	height: 140px;
}

#topbar img {
	float: left;
	margin-left: 20px;
}

#topbar h1 {
	position: relative;
	display: block;
	float: left;
	font-size: 25px;
	font-weight: bolder;
	left: 20px;
	top: 40px;
	white-space: nowrap;
}

.lang_sel {
	position: absolute;
	display: block;
	right: 20px;
}

.lang_sel p {
	display: inline-block;
	font-size: 10pt;
}

#mainbox {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-top: 150px;
}

#nav {
	clear: both;
}

#nav ul {
	border-bottom: 2px solid #008;
	margin-top: 0;
	padding-left: 20px;
	height: 26px;
}

#nav ul li {
	list-style: none;
	float: left;
	width: 120px;
	margin-right: -35px;
}

#nav ul li a {
	display: block;
	position: relative;
	height: 18px;
	padding: 8px 2px 0 2px;
	border-bottom: none;
	background: URL(../pagels/Reiter.png) 0 0 no-repeat;
	white-space: nowrap;
	overflow: hidden;
	color: #004;
}

#nav ul li a:hover {
	height: 23px;
	margin-top: -5px;
	z-index: 10;
	border-bottom: 2px solid #008;
}

#nav ul li a.aktiv {
	z-index: 5;
	color: #800;
	height: 26px;
	margin-top: -6px;
	border: none;
	font-weight: bold;
}

#inhalt h2 {
/* Text-Überschriften */
	font-size: 20px;
	margin: 0.7em 0 0.5em;
	text-align: left;
}

#inhalt h3 {
/* Zweischenüberschriften */
	font-size: 17px;
	text-align: left;
	margin: 1em 0 0.3em;
}

#inhalt h4 {
/* Impressum */
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0.7em 0;
}

#inhalt h5 {
/* Datum in Aktuelles */
	font-size: 11px;
	text-align: right;
}

#inhalt h6 {
/* Author angaben */
	font-size: 10px;
	text-align: right;
}

#inhalt p {
	font-size: 17px;
	text-align: justify;
	margin: 0.3em 0 0.6em; 
}

#inhalt br {
	margin: 0.4em 0;
}

#inhalt hr {
	margin: 1em 20px;
}


a {
	text-decoration: none;
}

img {
	border: none;
}

fieldset {
/* Impressum */
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	padding: 10px;
	margin: 0.7em 0;
	background-color: #eee;
	border: 2px solid red;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}

legend {
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
}

/* ---- Hilfs-Klassen   ----- */

span {
	white-space: nowrap;
}

.flinks {
	float: left;
	margin: 0 15px 10px 0;
}
.frechts {
	float: right;
}
.faus {
	clear: both;
}

.center {
	text-align: center !important;
}
