﻿body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #606060; /* Textfarbe */
}
body {
	background-color: #5991C8; /* Seiten-Hintergrund-Farbe */
	/* background-image: url(background1.jpg); /* Seiten-Hintergrund-Grafik */;
	background-repeat: repeat-x; /* Seiten-Hintergrund-Grafik - Wiederholung */;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #3C287A; /* Linkfarbe */
	text-decoration: none;
}
a:hover {
	color: #221253; /* Linkfarbe - Mouseover */
	text-decoration: none;
}
h1 {
	font-size: 13px;
	line-height: 17px;
	color: #3C287A; /* Ueberschrift-Text-Farbe */
	background-color: #CDCBD4; /* Ueberschrift-Hintergrund-Farbe */
	border-color: #3C287A; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px dotted;
	border-right: 0px;
	font-variant: small-caps; /* Text-Kapitaelchen */
	margin: 0px 0px 18px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
h2,h3,h4,h5,h6 {
	font-size: 13px;
	line-height: 17px;
	color: #221253; /* Ueberschrift-Text-Farbe */
	border-color: #3C287A; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px dotted;
	border-right: 0px;
	font-variant: small-caps; /* Text-Kapitaelchen */
	margin: 5px 0px 5px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
form {
	margin: 0;
}
.header {
	background-color: #221253; /* Header-Hintergrund-Farbe (Banner) */
}
.menuoben {
	background-color: #EAEAEA; /* Gesamt-Hintergrund-Farbe (Zeile) */
	margin: 0 0 0 30px; /* Abstand nach... o,r,u,l */
	padding: 0; /* Einzug von... o,r,u,l */
	height: 16px;
}
.menuoben a:link, .menuoben a:visited, .menuoben a:active {
	color: #3C287A; /* Link-Farbe */
}
.menuoben ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menuoben ul li {
	display: block;
	float: right; /* Menue-Ausrichtung */
	text-align: center;
	padding: 0;
	margin: 0;
}
.menuoben ul li a {
	background-color: #EAEAEA; /* Menue-Hintergrund-Farbe */
	width: 100px; /* Menue-Breite (Feld) */
	height: 16px; /* Menue-Hoehe (Feld) */
	border-color: #AAA8B0; /* Menue-Rahmen-Farbe */
	border-top: 0px;
	border-left: 1px solid;
	border-bottom: 0px;
	border-right: 0px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 11px;
	font-variant: small-caps; /* Text-Kapitaelchen */
}
.menu {
	font-size: 12px;
	font-variant: small-caps; /* Text-Kapitaelchen */
	vertical-align: top;
	background-color: #EAEAEA; /* Menue-Hintergrund-Farbe */
	width: 160px; /* Menue-Breite */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #EAEAEA; /* Menue-Hintergrund-Farbe */
}
.menu ul ul {
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px; /* Menue-Unter-Menue-Texteinzug links */
	font-variant: normal; /* Menue-Unter-Menue-Textformatierung */
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 1px 10px 1px 10px; /* Einzug von... o,r,u,l */
	color: #3C287A; /* Menue-Linkfarbe */
	display: block;
	text-decoration: none;
	border-style: solid;
	border-color: #AAA8B0; /* Menue-Rahmen-Farbe */
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
.menu a:hover {
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
	background-color: #D3CEE1; /* Menue-Punkt-Hintergrund-Farbe ausgewaehlt */
}
.searchfield {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D3CEE1; /* Suchfeld-Hintergrund-Farbe */
	color: #3C287A; /* Suchfeld-Text-Farbe */
	border-style: solid;
	border-color: #AAA8B0; /* Suchfeld-Rahmen-Farbe */
	border-width: 1px;
	margin: 2px 2px 2px 5px; /* Abstand nach... o,r,u,l */
}
.content {
	padding: 16px;
	background-color: #FFFFFF; /* Inhaltsbereich Hintergrund-Farbe */
	height: 350px; /* Inhaltsbereich Mindest-Hoehe */
	vertical-align: top;
	text-align: left;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	padding: 5px; /* Einzug von... o,r,u,l */
	height: 20px;
	color: #FFFFFF; /* Footer Text-Farbe */
	vertical-align: middle;
	text-align: center;
}
