body,td,th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #606060; /* Textfarbe */
}
body {
	background-color: #CFD8DF; /* Seiten-Hintergrund-Farbe */
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #0988BA; /* Linkfarbe */
	text-decoration: none;
}
a:hover {
	color: #0F6F95; /* Linkfarbe - Mouseover */
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	color: #0988BA; /* Ueberschrift-Text-Farbe */
	background-color: #EBF5F9; /* Ueberschrift-Hintergrund-Farbe */
	border-color: #0988BA; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	margin: 0px 0px 10px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
h2 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	color: #0988BA; /* Ueberschrift-Text-Farbe */
	border-color: #AEAEAE; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: 0px;
	margin: -2px 0px -2px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */
}
h3 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0988BA; /* Ueberschrift-Text-Farbe */
	margin: -2px 0px -6px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 0px; /* Einzug von... o,r,u,l */
}
h4,h5,h6 {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	line-height: 16px;
	color: #0988BA; /* Ueberschrift-Text-Farbe */
	border-color: #AEAEAE; /* Ueberschrift-Rahmen-Farbe */
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid;
	border-right: 0px;
	margin: -4px 0px -7px 0px; /* Abstand nach... o,r,u,l */
	padding: 0 0 0 3px; /* Einzug von... o,r,u,l */}
form {
	margin: 0;
}
.header {
	background-color: #FFFFFF; /* Header-Hintergrund-Farbe (Banner) */
}
.menu2 {
	background-color: #71C1E1; /* Gesamt-Hintergrund-Farbe (Zeile) */
	background-image: url(menu_background.gif);
	margin: 0 0 0 30px; /* Abstand nach... o,r,u,l */
	padding: 0; /* Einzug von... o,r,u,l */
	height: 16px;
}
.menu2 a:link, .menu2 a:visited, .menu2 a:active {
	color: #FFFFFF; /* Link-Farbe */
}
.menu2 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.menu2 ul li {
	display: block;
	float: right; /* Menue-Ausrichtung */
	text-align: center;
	padding: 0;
	margin: 0;
}
.menu2 ul li a {
	background-color: #056286; /* Menue-Hintergrund-Farbe */
	width: 95px; /* Menue-Breite (Feld) */
	height: 17px; /* Menue-Hoehe (Feld) */
	border-color: #C3E1ED; /* 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-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.menu {
	margin-left: 0px;
	background-color: #0D87B8;
	background-image: url(menu_background.gif);
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #FFFFFF; /* Link-Farbe */
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
}
.menu a {
	display: block;
	padding: 3px 1px 3px 10px;
	width: 140px;
	color: #FFFFFF;
	background-color: #0877A2;
	text-decoration: none;
	border-top: 0px solid #75B2CB;
	border-left: 0px solid #75B2CB;
	border-bottom: 1px solid #9CC2D2;
	border-right: 1px solid #75B2CB;
}
.menu a:hover {
	color: #056286;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 0px solid #75B2CB;
	border-left: 0px solid #75B2CB;
	border-bottom: 1px solid #9CC2D2;
	border-right: 1px solid #75B2CB;
}
.menu ul ul li { margin: 0; }

.menu ul ul a
{
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding: 1px 1px 2px 15px;
	width: 130px;
	color: #FFFFFF;
	background-color: #056286;
	text-decoration: none;
}

.menu ul ul a:hover
{
	color: #056286;
	background-color: #FFFFFF;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.searchfield {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #EBF5F9; /* Suchfeld-Hintergrund-Farbe */
	color: #666666; /* Suchfeld-Text-Farbe */
	border-style: solid;
	border-color: #AAC8D4; /* 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: #0D87B8; /* Footer Text-Farbe */
	vertical-align: middle;
	text-align: center;
}
