body {
  background-color:#F2F2F2;
  margin:0;
  font-family: Times New Roman;
  font-size: 12pt;
  color: #008;
  scrollbar-3dlight-color:#FEF;
  scrollbar-arrow-color:#494;
  scrollbar-face-color:#FEF;
  scrollbar-track-color:#FEF;

}
h1 {
 font-family: Verdana;
 font-size: 34pt;
 color: #008;
}
h2 {
 font-family: Times New Roman;
 font-size: 22pt;
 color: #008;
 margin:0px;
}
p  {
 font-family: Times New Roman;
 font-size: 12pt;
 color: #008;
 margin:8 0;
}

a.menu {
 font-family: Arial;
 font-size: 16px;
 text-align: right;
 color: #008;
 font-weight:bold;
 text-decoration:none;
}
a.menu:hover {
 font-family: Arial;
 font-size: 16px;
 color: #AA0000;
 border-style:ridge none;
 border-width:2;
 border-color:#AA0000;
}
a.menu_sub {
 font-family: Arial;
 font-size: 14px;
 text-align: right;
 color: #008;
 font-weight:normal;
 text-decoration:none;
}
a.menu_sub:hover {
 font-family: Arial;
 font-size: 14px;
 color: #AA0000;
 border-style:ridge none;
 border-width:2;
 border-color:#AA0000;
}


a {
 font-family: Times New Roman;
 font-size: 12pt;
 color: #008;
 text-decoration:underline;
}
a:hover {
 color: #A00;
 border-style:none none ridge none;
 border-width:1;
 border-color:#A00;
}
.hr {
 border-style:double none;
 border-width:6;
 border-color:#008;
 margin:0;
}

input.datum {
font-size:9pt;
background-color:#ffffff;
color:#888;
text-align:center;
padding-top:2px;
background:transparent;
font-weight:bold;
}
.versteckt {
  display:none;
}
.zeigen{
   display:normal;
   margin-top:-5px;
}
