﻿body {
  color: #FFFFFF;
  background-color: #446D8C;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 9pt;
}
p,ul,li {
  margin-left: 2px;
  margin-right: 2px;
}

.menue {
  list-style-type:none;
  margin-left: 0px;
  padding-left: 0px;
}

.menue li a {
  color: #000000;
  width: 130px;
  padding: 2px 2px 2px 10px;
  text-decoration: none;
  background-color: #BACBDB;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-top: 1px solid white;
  border-right: 1px solid black;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:visited {
  color: #000000;
  text-decoration: none;
  background-color: #BACBDB;
  font-size: 8pt;
  font-family: verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: normal;
}

.menue li a:hover {
  color: white;
  background-color: #446D8C;
  font-weight: bold;
  border-bottom: 1px solid white;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  text-decoration: none;
}

.ueberschrift {
  color: #446D8C;
  background-color: #C0C0C0;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 10pt;
}

.impressum {
  color: #9F9F9F;
  font-size: 7pt;
  text-align: center;
}

h1 {
  color: #FFFFFF;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  color: #0068A0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  color: #003869;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin-left: 4px;
}

h4 {
  color: #A0A0A0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-left: 4px;
}

h5 {
  color: #689CD0;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin-left: 4px;
}

a:link {
  color: #003869;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: steelblue;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: #004669;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #446D8C;
  text-decoration: underline;
  font-weight: bold;
}

.table
{
	background-color: #C0C0C0;
	border-top:  1px solid #000000;
	border-left:  1px solid #000000;
	border-right:  2px solid #000000;
	border-bottom:  2px solid #000000;
}

.td
{
	border-top:  3px solid #FFFFFF;
	border-left:  3px solid #FFFFFF;
	border-right:  3px solid #FFFFFF;
	border-bottom:  3px solid #FFFFFF;
}
