/*Farben
rot: #D70611
gelb: #FDCA00
blau: #006FB8
*/
* {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FDCA00;
}
body {
	background-color: white;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weiight: bold;
	font-style: italic;
	color: #006FB8;
	margin-right: 5px;
	text-align: right;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weiight: bold;
	color: #006FB8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}
p {
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
#bildlinks {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#copyright {
	position: relative;
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align: center;
}
#counter {
	position: absolute;
	bottom: 5px;
	width: 173px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align: center;
}
#inhalt {
	position: relative;
	width: 800px;
	height: 395px;
	float: left;
	border-right: 1px solid #006FB8;
	border-bottom: 1px solid #006FB8;
	overflow: auto;
}
#inhalt a {
	font-style: italic;
}
#impressum {
	width: 780px;
	margin: 5px;	
}
#impressum a {
	text-decoration: none;
	color: #000;
}
#impressum a:hover {
	color: #FDCA00;
}
#kontakt {
	width: 780px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#kopf {
	position: relative;
	width: 980px;
	height: 172px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	background-image: url(../_images/bg_kopf.jpg);
	background-repeat: repeat-x;	
}
#logo {
	position: absolute;
	height: 140px;
	width: 165px;
	left: 10px;
	top: 5px;
	background-image: url(../_images/logo.gif);
}
#mitte {
	position: relative;
	width: 980px;
	height: 400px;
	top: 5px;
	margin-left: auto;
	margin-right: auto;
}
#name {
	position: absolute;
	left: 300px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FDCA00;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
#navigation {
	position: absolute;
	top: 152px;
	height: 20px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #D70611;
	border-bottom: 1px solid #D70611;
	z-index: 1;
}
#navlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006FB8;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
#navlink a:hover {
	color: #FDCA00;
}
#navlinkakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D70611;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
#navtrenner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006FB8;
	text-align: center;
	float: left;
	margin-top: 2px;
}
#newsdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-top: 2px;
}
#newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006FB8;
	text-align: left;
	margin-top: 2px;
}
#newslink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-top: 5px;
	text-decoration: none;
}
#newslink a:hover {
	color: #FDCA00;
}
#newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 5px;
}
#newsrechts {
	position: relative;
	width: 170px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#portrait {
	position: absolute;
	right: 25px;
	top: 5px;
	width: 162px;
	height: 175px;
	background-image: url(../_images/portrait.png);
	z-index: 2;	
}
#rechts {
	position: relative;
	width: 173px;
	height: 395px;
	float: left;
	margin-left: 5px;
	border-right: 1px solid #006FB8;
	border-bottom: 1px solid #006FB8;
}
#slogan {
	position: absolute;
	left: 300px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
#terminrechts {
	position: relative;
	width: 170px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#unten {
	position: relative;
	margin-top: 5px;
	height: 15px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #D70611;
	border-bottom: 1px solid #D70611;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align: center;
}
#unten a {
	color: gray;
	text-decoration: none;
}
.backlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.blocktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.button {
	width: 100px;
}
.fehler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D70611;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #006FB8;	
}
.textfeld20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 20px;
	border: 1px solid #006FB8;	
}
.textfeld40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 40px;
	border: 1px solid #006FB8;	
}
.textfeld60 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 60px;
	border: 1px solid #006FB8;	
}
.textfeldez {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	border: 1px solid #006FB8;	
}
.textfeldmz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
	border: 1px solid #006FB8;	
}

