/* Generelles */
body {
	color:black; background-color:#8c9c9a;
	background-image:url('/img/bgfade2.png');
	font-size:100.01%; /* workaround */
	font-family:Helvetica,Arial,sans-serif;
	margin:0; padding:10px;
	padding-top:0em;/* workaround wegen highlight */
	padding-left:0em;/* workaround wegen highlight */
}
a {
	color:#a31e39;
}
a.intern {
	/* nix */
}
input, textarea {
	background-color:#C0DCDC;
	width:10em;
	border:1px solid #9db2b1;
	border-right:1px solid #bfcfcc;
	border-bottom:1px solid #bfcfcc;
}
textarea {
	width:99.8%;
}
input.button {
	color:#a31e39; background-color:#d6e4e1;
	font-weight:bold;
	border:1px solid #a31e39;
	cursor:pointer;
}
input[type=radio] {
	border:0px;
	width:2em;
	cursor:pointer;
}
*[title] {
	cursor:help;
}
ul {
	list-style-type:circle;
}

/* Überschrift am oberen Rand */
div#head {
	font-size:14px;
	padding:0;
	height:75px;
	margin:0 0 10px;
	margin-top:10px;/* workaround wegen highlight */
	margin-left:10px;/* workaround wegen highlight */
	padding-bottom:10px; /* Abstand zur Linie */
	border-bottom:1px solid #8C9C9A;
}

/* Navigation am oberen Rand */
ul#Navigation {
	font-size:14px;
	margin:0px; padding:0px;
	margin-left:13px; /* workaround wegen highlight */
	position:absolute;
	bottom:2px; /* Boxmodell Ausgleich */
	right:0;
}
* html ul#Navigation {
	margin-left:10px; /* Fehler im Internet Explorer durch 'workaround wegen highlight' ausgleichen */
}
ul#Navigation li {
	list-style:none;
	margin:0px; padding:0px; padding-right:2px;
	display:inline;
}
ul#Navigation a {
	background-color:#d6e4e1;
	padding:1px 3px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #bfcfcc;
	border-right:1px solid #9db2b1;
	border-bottom:1px solid #9db2b1;
}
ul#Navigation a:hover {
	color:#485c5a;
}
ul#Navigation a:active {
	color:white;
}

/* Unternavigation */
ul#Navigation li ul {
	z-index:100;
	margin:0; padding:0;
	font-size:12px;
	display:none;/* Unternavigation ausblenden */
	position:absolute;
	top:17px;
	width:125px;
	text-align:center;
}
ul#Navigation li:hover ul {
	display:block;/* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li.abstand {
	font-size:6px;
}
ul#Navigation li ul li {
	float:none;
	display:block;
	margin-top:0px; /* war mal 5px; geht aber nicht wegen display:block Problem mit Opera und IE */
}
ul#Navigation li ul a {
	display:block;
}
/* Vorschau */
/* findet derzeit noch keine Verwendung */
/*ul#Navigation li ul li a span {
	display:none;
	position:absolute;
	left:13em; top:0em;
	border:0em;
	padding:0em;
}
ul#Navigation li ul li a:hover span {
	display:block;
}
ul#Navigation li ul li a span img {
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid gray;
	border-top:1px solid gray;
}*/

/* Infos am linken Rand */
div#Info {
	float:left; width:12em;
	font-size:0.9em;
	margin:0 10px 1.1em; padding:0;
	padding-top:1.7em;
}
div#Info h2 {
	color:#485c5a;
	font-size:1.2em;
	margin:0.2em 0em;
}
div#Info p, div#Info form, div#Info ul {
	font-size:0.7em;
	margin:0.5em;
}
div#Info input {
	width:100%;
	margin-bottom:0.5em;
}
div#Info a:hover {
	color:#485c5a;
}

div#Info label, div#Inhalt label {
	cursor:pointer;
}

/* der eigentlich Content */
div#Inhalt {
	padding:1em;
	font-size:16px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:justify;
	font-family:Times,Arial,sans-serif;
	min-height:15em;
}
* html div#Inhalt {
	height:1em;/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}
div#Inhalt h1, div#Inhalt h2 {
	/* reset des h1 unter body */
	color:#485c5a; background-color:transparent;
	margin:0; padding:0;
	text-align:left;
	border:0;
	/* reset ende */
	font-size:1.5em;
	margin:0.2em 0;
	padding-bottom:0.2em;
	font-family:Helvetica,Arial,sans-serif;
}
div#Inhalt h2 {
	font-size:1em;
	overflow:hidden;
}
div#Inhalt h3 {
	color:#000;
	font-size:1em;
	margin:0.2em 0;
	padding-bottom:0.2em;
	font-weight:bold;
}
div#Inhalt p, div#Inhalt ul, div#Inhalt ol, div#Inhalt form, div#Inhalt h3, div#Inhalt dl {
	margin:1em 2em;
}
div#Inhalt img.blind {
	border:0px;
}
div#Inhalt ul {
	margin-left:0.5em;
}
div#Inhalt p.img {
	text-align:center;
}
div#Inhalt a {
	text-decoration:underline;
}
div#Inhalt a:hover {
	color:#485c5a;
}
div#Inhalt div.highlight {
	padding:0;
	margin:1.5em 0;
	overflow:hidden;
	border:1px dashed #485c5a;
}
div#Inhalt div.highlight h2 {
	margin:0;
	padding:0.3em;
}
div.table {
	padding:0em 2em;
}
div#Inhalt table {
	font-size:0.9em;
	border-collapse:collapse;
	width:100%;
	font-family:Helvetica,Arial,sans-serif;
}
div#Inhalt table tbody td {
	border:1px solid #000;
	background-color:#fff;
}
div#Inhalt table.blind tbody td {
	border:0px;
	background-color:transparent;
}
div#Inhalt table tbody td.links {
	width:2em;
	text-align:right;
	border-left-width:0px;
}
div#Inhalt table tbody td.rechts {
	width:2em;
	text-align:right;
	border-right-width:0px;
}
div#Inhalt table tbody td.teiler {
	width:0.5em;
	border-color:transparent;
	border-left-width:0px;
	border-right-width:0px;
	border-top-color:#000;
	border-bottom-color:#000;
}
div#Inhalt table tbody td.counter {
	width:1em;
	text-align:right;
}
div#Inhalt table thead td {
	font-size:1em;
	font-style:italic;
	font-weight:bold;
}
div#Inhalt table tfoot td {
	font-size:1em;
	text-align:right;
}
div#Inhalt table tfoot a:before {
	color:#D64203;
	font-weight:bold;
	content:">>";
}
div#Inhalt h3 a:before {
	color:#D64203;
	font-weight:bold;
	content:">>";
}
div#Inhalt table tr.kopf {
	font-style:italic;
	text-align:center;
	border:1px solid #000;
}
div#Inhalt table tr td.ergebnis {
	background-color:#8C9C9A;
	text-align:center;
	width:8em;
}
div#Inhalt table tr td.size {
	text-align:right;
	width:5em;
}
div#Inhalt table tr td.datum {
	text-align:center;
	width:11em;
}
div#Inhalt table tr td.pseudoergebnis {
	text-align:center;
	width:1em;
}
div#Inhalt table .lkopf, div#Inhalt table .lkopf td {
	color:#000;
	background-color:#BFCFCC;
}
div#Inhalt p.top {
	text-align:right;
}
div#Inhalt p.oldnav {
	color:#9DB2B1;
	background-color:#485C5A;
	font-size:0.8em;
	font-family:Helvetica,Arial,sans-serif;
	padding:0.5em;
}
div#Inhalt p.oldnav a {
	color:#9DB2B1;
}
div#Inhalt select {
	color:#000;
	background-color:#C0DCDC;
	width:15em;
}

/* Fußzeile am unteren Ende */
p#Fusszeile {
	clear:both;
	height:125px;
	font-size:14px;
	margin:0; padding:0;
	text-align:center;
	margin-left:10px;/* workaround wegen highlight */
	border-top:1px solid #8C9C9A;
}
p#Fusszeile a {
	margin:0 1em;
}
p#Fusszeile a:hover {
	color:#485c5a;
}
p#Fusszeile img {
	margin-top:0.5em;
}
