<!--
a {
  color:#aa2222;
  text-decoration:none;
}

a:active {
  text-decoration:overline;
}

a:hover {
  text-decoration:underline;
}

a.nav {
  color: #aa2222;
  font-weight: bold;
}

a.nav_ausgewaehlt {
  color: #aa2222;
  font-weight: bold;
}

a.ziel {
  color: #000000;
}

a.ziel:hover {
  text-decoration:none;
}

a.ziel:active {
  text-decoration:none;
}

body {	
  font-family: Helvetica, Arial, Sans-Serif; 
  font-style: normal; 
  font-variant: normal; 
  font-size: 10pt; 
  font-weight: normal; 
  text-decoration: none;
  text-align:center;
  color: #000000; 
  background: #fefecc;
  height: 100%;
  margin: 0px 0px;
  padding: 0px 0px;
  border-style: none;
}

div {
  background: #ffffff;
  border-style: none;
  border-width: 0px;
  color: #000000;
  font-family: Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10pt;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

div.container {
  width: 900px;
  min-height: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  border-style: solid;
  border-width: 0px 2px;
  border-color: #000000;
}

div.Inhalt {
  padding: 10px;
}

div.Kopfzeile {
  color: #882222;
  font-size: 12pt;
  padding: 10px;
}

div.w3 {
  width: 100%;
  padding: 0px;
  text-align: right;
}

h1 { 
  font-size: 14pt; 
  font-weight: bold; 
}

h2 { 
  font-size: 12pt; 
  font-weight: bold; 
}

h3 { 
  font-size: 10pt; 
  font-weight: bold; 
}

html {
  height: 100%; 
  padding: 0px 0px; 
  margin: 0px 0px;
}

img {
  border-style: none;
}

table {
  empty-cells: show;	
  border-width: 0px;
  border-style: none;
  color: #000000;
  background-color: transparent;
}

table.nav {
  border-width: 0px;
  border-style: none;
  border-color: #e9e9bb;
  width: 100%;
}

table.ausrichtung {
  border-collapse: collapse; 
}

tbody {
  vertical-align: top;
  text-align: left;
  white-space: normal;
}

tbody.nav {
  vertical-align: middle;
  text-align: center;
}

tbody.transparent {
  text-align: left;
}

thead {
  vertical-align: top;
  text-align: left; 
  white-space: normal;
}

th {
  border-width: 2px;
  border-color: #e9e9bb;
  border-style: solid;
  padding: 2px;
  font-family: Helvetica, Arial, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}

td {
  border-width: 2px;
  border-color: #e9e9bb;
  border-style: solid;
  padding: 2px;
  font-family: Helvetica, Arial, Sans-Serif;	
  font-style: normal;
  font-variant: normal;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}

td.nav {
  background: #fefecc;
  border-color: #e9e9bb;
  border-style: solid;
  border-width: 2px;
  width: 150px;
}

td.nav_lang {
  background: #fefecc;
  border-width: 2px;
  border-style: solid;
  border-color: #e9e9bb;
}

td.nav_ausgewaehlt {
  background: #e9e9bb;
  border-color: #e9e9bb;
  border-style: solid;
  border-width: 2px;
  width: 150px;
}

td.transparent {
  background-color: transparent;
  color: #000000;
  text-align: left;
  border-color: transparent;
}

td.ausrichtung {
  background-color: transparent;
  border-width: 0px;
  color: #000000;
  text-align: left;
  border-color: transparent;
  padding: 0px;
}

ul {
  text-align: left;
}

.Titel {
  color: #882222;
  font-size: 14pt;
  font-weight: bold;
}

.wichtig{
  font-weight: bold;
}

-->


