body 
{ 
  font-size:12pt; 
  color:#000000; 
  font-family:Verdana,Arial;
}
A:link, A:visited
{
  color: blue;
  text-decoration: underline; 
  font-weight : bold; 
  font-family:Verdana,Arial;
  font-size:12pt;
}
A:active, A:hover
{
  color: blue;
  text-decoration: underline;
  font-weight : bold;
  font-family:Verdana,Arial;
  font-size:12pt;
}
A:link.klicked, A:visited.klicked 
{
  color: blue; 
  text-decoration: underline; 
  font-weight : bold; 
  font-family:Verdana,Arial;
  font-size:12pt;
}
A:active.klicked, A:hover.klicked 
{
  color: blue; 
  text-decoration: underline; 
  font-weight : bold; 
  font-family:Verdana,Arial;
  font-size:12pt;
}

.version
{
  font color: #EEEEEE;
  font-size: 8pt;
  text-align: right;
}

.haarlinie {
  border: 1px solid #000000;
  vertical-align: top;
  border-collapse: collapse;
}

.hr {
  height:1px;
  border:1px;
}

