* { 
	padding:0;
	margin:0;
} 
body {
	color: #000;
	background: #fff url(img/hintergrund.gif) 560px 0 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 125%;
}

/* -------------------------------------------------------------- generelle Definitionen ---*/

.unsichtbar { /* Links oder Texte fuer Screenreader */
	position: absolute;
	left: -1000px;
	width: 0;
	height: 0;
	overflow:hidden; 
	display:inline;
}
.nur_fuer_druck {
	position: absolute;
	left: -1000px;
	width: 0;
	height: 0;
	overflow:hidden; 
	display:inline;
}
strong {
	color: #b39e00;
	background-color: inherit;
}
img {
	border: none;
}
.bildumrandung {
	border:1px solid #283c78;
}
hr {
	height: 1px;
	margin: 0 0 0.3em 20px;
	padding: 0;
	border:none;
	border-top: 1px solid #b39e00;
}
.codekennzeichnung {
	font-family:Courier, mono;
	font-size:120%;
}

/* -------------------------------------------------------------- Seitenkopf ---*/

#kopf { /* enthaelt Logo und skiplink*/
	width: 100%;
	height: 80px;
	top:0;
	background: url(img/kopfhintergrund.gif);
}
#kopfelemente {
	width: 760px;
	height: 80px;
	background: url(img/kopfbild.gif) 150px 0px no-repeat;
	border:none;
}

/* -------------------------------------------------------------- Globale Navigation ---*/

#globalnavigation {
	width: 760px;
	margin:-10px 0 20px 20px;
	border:1px none;
}
#globalnavigation ul {
	height:1.1em;
}
#globalnavigation li {
	display:inline;
	list-style-type: none;
}
#globalnavigation a:link, #globalnavigation a:visited  {
	float:left;
	font-size:73%;
	line-height:1.1em;
	text-decoration: none;
	color: #333;
	background-color: #eae3c2;
	display: block;
	padding: 2px 5px;
	margin-right:5px;
	border:1px solid #283c78;
}
#globalnavigation a:hover, #globalnavigation a:focus, #globalnavigation a:active {
	color: #283c78;
	background-color: #bcae45;
}
#globalnavigation strong  {
	float:left;
	font-size:73%;
	font-weight:normal;
	line-height:1.1em;
	color: #333;
	background-color: #bcae45;
	display: block;
	padding: 2px 5px;
	margin-right:5px;
	border:1px solid #283c78;
}

/* -------------------------------------------------------------- Hauptnavigation ---*/

#hauptnavigation {
	position:absolute;
	width: 184px;
	top:95px;
	left:568px;
	padding-bottom:60px;
	color:#283c78;
	background:#eae3c2 url(img/navihintergrund.gif) bottom no-repeat;
}
#hauptnavigation ul li {
	display:inline;
	list-style-type: none;
}
#hauptnavigation a:link, #hauptnavigation a:visited  {
	font-size:73%;
	line-height:1.1em;
	text-decoration: none;
	color: #333;
	background-color: #eae3c2;
	display: block;
	padding: 2px 5px;
	margin-bottom:5px;
	border:1px solid #283c78;
}
#hauptnavigation a:hover, #hauptnavigation a:focus, #hauptnavigation a:active  {
	color: #283c78;
	background-color: #bcae45;
}
#hauptnavigation strong  {
	font-size:73%;
	font-weight:normal;
	line-height:1.1em;
	color: #283c78;
	background-color: #bcae45;
	display: block;
	padding: 2px 5px;
	margin-bottom:5px;
	border:1px solid #283c78;
}

/* -------------------------------------------------------------- Subnavigation 1. Ebene ---*/

#hauptnavigation li ul {
	margin:-3px 0 3px 0;
}
#hauptnavigation li ul li {
	display:inline;
	list-style-type: none;
}
#hauptnavigation li ul li a:link, #hauptnavigation li ul li a:visited  {
	font-size:73%;
	line-height:1.1em;
	text-decoration: none;
	color: #333;
	background: #eae3c2 url(img/linkpunkt.gif) 3px 0.5em no-repeat;
	display: block;
	padding: 2px 5px 2px 16px;
	margin-bottom:0;
	margin-left:5px;
	border:none;
}
#hauptnavigation li ul li a:hover, #hauptnavigation li ul li a:focus, #hauptnavigation li ul li a:active  {
	color: #283c78;
	background-color: #bcae45;
}
#hauptnavigation li ul li strong  {
	font-size:73%;
	font-weight:normal;
	line-height:1.1em;
	color: #333;
	background: url(img/linkpunkt2.gif) 3px 0.5em no-repeat;
	display: block;
	padding: 2px 5px 2px 16px;
	margin-bottom:0;
	margin-left:5px;
	border:none;
}

/* -------------------------------------------------------------- Subnavigation 2. Ebene ---*/

#hauptnavigation li ul li ul {
	margin:0 0 3px 13px;
}
#hauptnavigation li ul li ul li a:link, #hauptnavigation li ul li ul li a:visited  {
	color: #333;
	background: #eae3c2 url(img/linkpunkt.gif) 3px 0.5em no-repeat;
	padding: 2px 5px 2px 14px;
}
#hauptnavigation li ul li ul li a:hover, #hauptnavigation li ul li ul li a:focus, #hauptnavigation li ul li ul li a:active  {
	color: #283c78;
	background-color: #bcae45;
}
#hauptnavigation li ul li ul li strong  {
	color: #333;
	background: url(img/linkpunkt2.gif) 3px 0.5em no-repeat;
	padding: 2px 5px 2px 14px;
}

/* -------------------------------------------------------------- Inhalte ---*/

#inhalt {
	width: 545px;
	font-size:76%;
	line-height:170%;
}

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1 {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height:1.2em;
	font-weight:bold;
	margin:0 50px 10px 0;
	padding:1px 10px 3px 20px;
	color:#fff;
	background:#bcae45;
}
#inhalt h2 {
	font-size: 110%;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 5px 20px;
	color:#283c78;
	background-color:inherit;
}
#inhalt h3 {
	font-size: 105%;
	line-height:1.2em;
	font-weight:bold;
	margin:0 0 3px 20px;
	color:#333;
	background-color:inherit;
}
#inhalt p {
	margin:0 0 0.5em 20px;
}
#inhalt p.text_steht_links {
	clear:both;
	padding-right:125px;
	background:url(img/farbbalken.gif) 420px 5px no-repeat;
}
#inhalt p.text_steht_rechts {
	clear:both;
	padding-left:125px;
	background:url(img/farbbalken.gif) 0px 5px no-repeat;
}
#inhalt p.text_mit_klammer_links {
	clear:both;
	padding-left:125px;
	background:url(img/klammerlinks.gif) 0px 5px no-repeat;
}
#inhalt p.text_mit_klammer_rechts {
	clear:both;
	padding-right:125px;
	background:url(img/klammerrechts.gif) 420px 5px no-repeat;
}
#inhalt p.bildabsatz {
	float:right;
	margin:0 0 10px 10px;
}
#inhalt p.startbildabsatz {
	float:right;
	margin:-20px 0 10px 10px;
}
#inhalt a:link, #inhalt a:visited {
	color: #283c78;
	background: url(img/linkpunkt.gif) 3px 0.5em no-repeat;
	text-decoration: none;
	padding: 1px 3px 1px 16px;
	border-bottom:1px solid #283c78;
}
#inhalt a:hover, #inhalt a:focus, #inhalt a:active {
	color:#283c78;
	background:#eae3c2 url(img/linkpunkt2.gif) 3px 0.5em no-repeat;
	border-bottom:1px solid #bcae45;
}

/* --------------------------------------------------------------------- Aufzaehlungen */

#inhalt ul {
	margin: 0 0 0.5em 36px;
	padding: 0;
	list-style-type: none;
}

#inhalt ul li {
	line-height: 130%;
	padding-bottom:0.5em;
	list-style-image: url(img/listenpunkt.gif);
}

#inhalt ul li strong {
	color:#a68c4c;
	background-color:inherit;
}

#inhalt ul.linkliste {
	margin: -0.5ex 0 0.5em 40px;
	padding: 0;
	list-style-type: none;
}

#inhalt ul.linkliste li ul {
	margin: -0.5ex 0 0.5em 20px;
}

#inhalt ul.linkliste li ul li ul {
	margin: -0.5ex 0 0 20px;
}

#inhalt ul.linkliste li {
	line-height: 180%;
	padding-bottom:0.3em;
	list-style-image: none;
}

#inhalt ul.linkliste li strong {
	font-weight:normal;
	color: #283c78;
	background: url(img/linkpunkt.gif) 3px 0.5em no-repeat;
	padding: 1px 3px 1px 16px;
	border-bottom:none;
}

/* --------------------------------------------------------------------- Newsbloecke */

.newsblock {
	clear:both;
	margin:0 0 0.5em 20px;
	border:1px solid #bcae45;
	background:url(img/blaueecke.gif) top left no-repeat;
}
.newsblock h2 {
	padding-top:0.5em;
}
.newsblock p {
	margin:0 0 0.5em -7px;
	padding-right:10px;
}
.newsblock p.bildabsatz {
	clear:right;
}
.newsblock p.newsdatum {
	float:right;
	padding:0 3px;
	color: #333;
	background: #eae3c2;
	border:none;
}
p.newsdatum {
	margin-left:10px;
	padding:0;
	border-bottom:1px solid #bcae45;
}

/* --------------------------------------------------- Tabellen */

table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 1em 20px;
	width: 480px;
	font-size: 101%;
	display: block;
}
caption {
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	padding:0.5em 0;
	color:#283c78;
	background-color:inherit;
}
th {
	font-weight: bold;
	line-height: 160%;
	padding: 2px 7px;
	border: 1px solid #283c78;
	color: #283c78;
	background-color: #eae3c2;
	vertical-align:top;
}
.klein {
	font-weight: normal;
	font-size: 86%;
	line-height: 140%;
}
td {
	font-weight: normal;
	line-height: 160%;
	padding: 2px 10px;
	border: none;
	vertical-align:top;
	width:250px;
}
td.preise {
	text-align:right;
	width:190px;
}

/* --------------------------------------------------------------------- Formular --- */

#contform {
	font-size:100%;
	margin: 0 0 1em 0;
}
#inhalt h2.wichtig {
	margin-left:145px;
	color: #c00;
	background-color:inherit;
}
#inhalt ul.wichtig {
	margin-left:162px;
	color: #c00;
	background-color:inherit;
}
#contform fieldset {
	padding: 0;
	border: none;
}
#contform legend {
	display: none;
}
#contform h3 {
	margin: 0 0 5px 145px;
	font-size: 110%;
	line-height:1.2em;
	font-weight:bold;
	color:#283c78;
	background-color:inherit;
}
#contform p {
	font-size:100%;
	margin: 0 0 0.5em 145px;
	text-align: left;
}
#contform p.text_steht_rechts {
	font-size:100%;
	margin: 0 0 0.5em 20px;
	padding-left:125px;
	text-align: left;
	background:url(img/farbbalken.gif) 0px 5px no-repeat;
}
#contform label {
}
#contform label.formular_labelrechts {
	font-size: 100%;
	color: #283c78;
	background-color: inherit;
    margin: 0.2em 0.5em;
	display: inline;
}
#contform label.formular_katasterfeld {
    margin-left: 25px;
}
#contform input.formular_auswahlbox {
	color: #283c78;
	background-color: #fff;
    margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #283c78;
	clear: left;
}
#contform input {
	margin:0.3em 0 0 0;
	padding: 5px 7px;
	font-size:100%;
	width: 300px;
	border: 1px solid #fff;
	border-top: 1px solid #eae3c2;
	border-bottom: 1px solid #283c78;
	color: #333;
	background-color: #eae3c2;
}
#contform input.formular_katasterfeld {
	margin:0.3em 0 0 25px;
	width: 275px;
}
#contform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	width: 300px;
	margin: 0;
	line-height: 1.2em;
	padding: 5px 7px;
	border: 1px solid #fff;
	border-top: 1px solid #eae3c2;
	border-bottom: 1px solid #283c78;
	color: #333;
	background-color: #eae3c2;
}
#contform input.formular_submit {
	font-size:110%;
	font-weight:bold;
	width: 150px;
	margin-top: 1em;
	padding: 5px;
	border: 1px solid #283c78;
	color: #283c78;
	background-color: #fff;
}
#contform input.formular_reset {
	font-size:110%;
	width: 150px;
	margin-top: 1em;
	margin-left: 9px;
	padding: 5px;
	border: 1px solid #b39e00;
	color: #283c78;
	background-color: #fff;
}

/* -------------------------------------------------------------- Sponsor-Werbung ---*/

#sponsorship {
	width: 174px;
	font-size:76%;
	line-height:140%;
	margin:15px 5px;
	text-align:center;
}
#sponsorship p {
	margin:0 0 0.5em 0;
}
#sponsorship a:link, #sponsorship a:visited  {
	font-size:100%;
	text-decoration: none;
	color:#283c78;
	background: url(img/linkpunkt.gif) 3px 0.5em no-repeat;
	text-decoration: none;
	padding: 1px 3px 1px 16px;
	margin:0;
	border:none;
	border-bottom:1px solid #283c78;
	display:inline;
}
#sponsorship a:hover, #sponsorship a:focus, #sponsorship a:active  {
	color: #283c78;
	background-color: #bcae45;
}

/* -------------------------------------------------------------- Top-Link --- */

#inhalt p.toplink {
	font-size:93%;
	font-weight:bold;
	text-align:right;
}
