body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	margin: 0;
	padding: 0;
}
#container { 
}

/* -------------------------------------------------------------- Layout ---*/

#logo { /* enthaelt Logo und skiplink*/
	text-align:center;
	border-bottom:1px solid #408080;
	
}
#logo img {
	margin:0 0 3mm 0;
}
#fuss {
	display:none;
}
#navigation1 {
	display:none;
}
#navigation2 {
	display:none;
}
#inhalt {
	float:left;
	width:67%;
	height:1%;
	padding:2mm 2mm 0 0;
	border-right:1px solid #408080;
}
#rechtespalte {
	float:right;
	width:30%;
	height:1%;
}

/* -------------------------------------------------------------- Skiplink ---*/

a#skip:link, a#skip:visited {
	display:none;
}

/* -------------------------------------------------------------- generelle Definitionen ---*/

.unsichtbar, .keindruck { 
	display: none;
}
.nurdruck {
}
strong {
	font-weight: bold;
	color: #408080;
	background-color: inherit;
}
em {
	font-weight: bold;
	color: #408080;
	background-color: inherit;
}
.kap {
	text-transform: uppercase;
}
img {
	border: none;
}
hr {
	clear:both;
	height: 1px;
	margin: 0 0 2mm 0;
	padding: 0;
	color: #408080;
	background-color: #fff;
	border:none;
	border-top:1px solid #408080;
}
.zentriert {
	text-align:center;
}
acronym {
	border-bottom: none;
}

/* -------------------------------------------------------------- Navigation ---*/

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1, #rechtespalte h1 {
	font-size:12pt;
	font-weight: bold;
	margin:4mm 0 2mm 0;
	color: #408080;
	background-color: inherit;
}
#logo h1 {
	font-size:14pt;
	font-weight: bold;
	text-align:center;
	margin:0;
	color: #408080;
	background-color: inherit;
}
#inhalt h2 {
	font-size:11pt;
	font-weight: bold;
	color: #666;
	background-color: inherit;
}
#inhalt h3 {
	font-size:11pt;
	font-weight: bold;
	color: #666;
	background-color: inherit;
}
#inhalt p {
	margin:0 0 2mm 0;
}
#inhalt p.klein {
	display:none;
}
#inhalt .stern {
	font-size:18pt;
	vertical-align:middle;
	font-weight:bold;
	color:#408080;
	background-color:inherit;
}
#inhalt .fehler {
	color:#d00;
	background-color:inherit;
	font-weight:bold;
}
#rechtespalte p {
	margin:0 0 3mm 0;
}
#inhalt a:link, #inhalt a:visited, #rechtespalte a:link, #rechtespalte a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#408080;
	background-color:inherit;
}
#inhalt p.bildrechts {
	float:right;
	margin:0 0 1mm 3mm;
	padding:0;
}
#inhalt p.bildrechts img {
	margin:0;
	padding:0;
}

/* --------------------------------------------------------------------- Absatzbloecke */

#inhalt .block {
	margin:0;
	padding:0;
	border-bottom:1px solid #408080;
}
#rechtespalte h1 {
	text-align:center;
}
#rechtespalte p.ende {
	padding-bottom:3mm;
	border-bottom:1px solid #408080;
}
#rechtespalte p.endezentriert {
	text-align:center;
	border-bottom:1px solid #408080;
}
#inhalt p.nummern {
	margin-bottom:0;
}
#inhalt p.nummern2 {
	margin-top:0;
}

/* --------------------------------------------------------------------- Aufzaehlungen */

#inhalt ul, #rechtespalte ul {
	margin: 1mm 0 3mm 7mm;
	padding:0;
	list-style-type: none;
}

#inhalt ul li, #rechtespalte ul li {
	font-size:10pt;
	line-height: 13pt;
	padding-bottom:2mm;
	list-style-image:  url(img-layout/listenpunkt.gif);
}

#inhalt ul.fehler li {
	list-style-image:  url(img-layout/listenpunkt2.gif);
}

/* --------------------------------------------------- Tabellen */

table {
	clear:both;
	border: none;
	border-collapse: collapse;
	font-size: 10pt;
	margin-bottom:1em;
	width: 99%;
}

caption {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	text-align: left;
	padding: 0.5em 0;
	color: #333;
	background-color:inherit;
}

th {
	font-weight: bold;
	line-height: 13pt;
	text-align: center;
	padding: 2px 7px;
	border: 1px solid #408080;
	color: #333;
	background-color: #cff;
}

td {
	font-weight: normal;
	line-height: 13pt;
	text-align: center;
	vertical-align:top;
	padding: 2px 7px;
	border: 1px solid #408080;
}

/* --------------------------------------------------------------------- Formular --- */

#contform {
	display:none;
}