body {
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------------- generelle Definitionen ---*/

.unsichtbar { /* Links oder Texte fuer Screenreader */
	position: absolute;
	left: -1000px;
	width: 0;
	height: 0;
	overflow:hidden; 
	display:inline;
}
.nur_fuer_druck {
}
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 New", Courier, mono;
	font-size:12pt;
}

/* -------------------------------------------------------------- Seitenkopf ---*/

#kopf { /* enthaelt Logo und skiplink*/
	width: 100%;
	height: 80px;
	top:0;
	background: none;
}
#kopfelemente {
	width: 760px;
	height: 80px;
	background: none;
	border:none;
}

/* -------------------------------------------------------------- Globale Navigation ---*/

#globalnavigation {
	display: none;
}

/* -------------------------------------------------------------- Hauptnavigation ---*/

#hauptnavigation {
	display:none;
}

/* -------------------------------------------------------------- Inhalte ---*/

#inhalt {
}

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1 {
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height:16pt;
	font-weight:bold;
	margin:0.5cm 50px 0.2cm 0;
	padding:1px 10px 3px 20px;
	color:#bcae45;
	background:#fff;
}
#inhalt h2 {
	font-size: 12pt;
	line-height:14pt;
	font-weight:bold;
	margin:0 0 0.2cm 20px;
	color:#283c78;
	background-color:inherit;
}
#inhalt h3 {
	font-size: 11pt;
	line-height:12pt;
	font-weight:bold;
	margin:0 0 0.2cm 20px;
	color:#333;
	background-color:inherit;
}
#inhalt p {
	margin:0 0 0.2cm 20px;
}
#inhalt p.text_steht_links {
	clear:both;
	padding-right:0;
}
#inhalt p.text_steht_rechts {
	clear:both;
	padding-left:0;
}
#inhalt p.text_mit_klammer_links {
	clear:both;
	padding-left:0;
}
#inhalt p.text_mit_klammer_rechts {
	clear:both;
	padding-right:0;
}
#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-color:#fff;
	text-decoration: none;
	padding: 0;
	border-bottom:1px solid #283c78;
}

/* --------------------------------------------------------------------- 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.3cm 20px;
	border:1px solid #bcae45;
	background:url(img/blaueecke.gif) top left no-repeat;
}
.newsblock h2 {
	padding-top:0.3cm;
}
.newsblock p {
	margin:0 0 0.3cm 0;
	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 0.5cm 20px;
	width: 480px;
	display: block;
}
caption {
	font-size: 12pt;
	line-height:1.2em;
	font-weight:bold;
	text-align:left;
	padding:0.5em 0;
	color:#283c78;
	background-color:inherit;
}
th {
	font-size: 10pt;
	font-weight: bold;
	line-height: 13pt;
	padding: 2px 7px;
	border: 1px solid #283c78;
	color: #283c78;
	background-color: #eae3c2;
	vertical-align:top;
}
.klein {
	font-weight: normal;
	font-size: 8pt;
	line-height: 11pt;
}
td {
	font-size: 10pt;
	font-weight: normal;
	line-height: 13pt;
	padding: 2px 10px;
	border: none;
	vertical-align:top;
}
td.preise {
	text-align:right;
	width:20%;
}

/* --------------------------------------------------------------------- Formular --- */

#contform {
	display: none;
}

/* -------------------------------------------------------------- Top-Link --- */

#inhalt p.toplink {
	display:none;
}
