﻿/*ALLGEMEIN-------------------------------------------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: luxi sans,sans-serif;
}
h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.1em;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

table tr {
	font-size: 0.9em; 
}

body {
	font-size: 0.9em;
	font-family: bitstream vera sans,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #d9d9d9;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}


/*KOPF-------------------------------------------------------------------------------------------------------------------------------------------------*/

#kopf {
	background-color: #fff;
	height: 57px;
}

#kopf img {
	border: 0;
	vertical-align: middle;
}

#kopf-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 26px;
	top: 13px;
	z-index: 3;
}

#kopf-logo img {
	width: 170px;
	height: 35px;
}

#kopf-rechts {
	position: absolute;
	right: 20px;
	top: 15px;
	text-align: right;
	display: inline;
}

#kopf-rechts a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#kopf-rechts a:hover {
	color: #f20;
	cursor: pointer;
}

#kopf-rechts img {
	margin-right: 1px;
	width: 55px;
	height: 36px;
}

#kopf-unten {
	margin: 0;
	padding: 0;
	background-color: #22437f;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}


/*LINKS-------------------------------------------------------------------------------------------------------------------------------------------------*/

#links {
	position: absolute;
	z-index: 2;
	width: 11em;
	/* Space down for the approx line height (fonts) */
	left: 12px;
}

#links {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 72px;
	color: #555;
	font-size: 0.9em;
}

#links-beschriftung {
	display: none;
}

#links-navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}

#links-navigation li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #22437f;
}

#links-navigation a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}

#links-navigation a:hover {
	background-color: #34548f;
	color: #fff;
}

#links-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links-navigation ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #34548e;
}

#links-navigation ul li:hover {
	border-bottom: 1px solid #34548f;
}

#links-navigation ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}

#links-navigation ul li a:hover {
	background-color: #46659e;
}

#links-navigation ul ul li a {
	padding-left: 18px;
}

#links-navigation strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}

#links-navigation strong a:hover {
	background-color: #172e56 !important;
}

/*MITTE-------------------------------------------------------------------------------------------------------------------------------------------------*/

#mitte {
	font-size: 0.9em;
	width: auto;
	min-width: 120px;
	margin: 10px;
	z-index: 3;
}

#mitte {
	margin-left: 11em;
	padding-left: 24px;
}

#mitte-inhalt {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#mitte-inhalt li {
	padding: 1pt;
}

#mitte-inhalt h1 {
	margin-top: 0;
}

#mitte-inhalt a img {
	margin: 1px;
	border: 0;
}

#mitte-inhalt a:hover img {
	margin: 0;
	border: 1px solid #f00;
}

#mitte-inhalt a img.noborder {
	margin: 0;
	border: 0;
}

#mitte-inhalt a:hover img .noborder {
	margin: 0;
	border: 0;
}

#mitte-inhalt-seite h1 {
	font-size: 1.45em;
}

#mitte-inhalt-seite h1.center {
	text-align: center;
}


/*FUSS-------------------------------------------------------------------------------------------------------------------------------------------------*/

#fuss {
	font-size: 0.75em;
	text-align: center;
	color: #777;
	margin-bottom: 2em;
}