<!--/**
* Die Hauptfarbe der Seite ist
* ==>#002B8C;
* #00298A;
*/
body
{
font-family:Georgia;
font-size:10pt;
color:#00298A;
}

#menuv a, #menuv a:visited {
  text-decoration:none;
  text-align:center;
  background-color:#00298A;
  color:#fff;
  display:block;
  width:8em;
  padding:0.2em;
  margin:0.5em 0;
  border-right:5px solid #fff;
  }
#menuv a:hover {
  border-right:5px solid #C0C0C0;
  }

#menuh a, #menuh a:visited {
  text-decoration:none;
  text-align:center;
  background-color:#00298A;
  color:#fff;
  display:inline;
  width:10px;
  padding:30px;
  margin:30px 0;
  border-right:10px solid #fff;
  }
#menuh a:hover {
  border-right:10px solid #C0C0C0;
  }

#header
{
  text-align:center;
  text-style:bold;
  border:3px solid #00298A;
  width:95%;
  margin:30px 0;
  font-size:12pt;
}
a:link.sitelink, a:visited.sitelink
{
 text-decoration: none;
 font-size: 10pt;
 color:#00298A;
 }
a:hover.sitelink
{
         border-bottom:3px;
	border-bottom-style: solid;
	border-bottom-color:#00298A;
	text-decoration: none;
}
--!>