/* Allgemeine Formatierungen */
body,p,a,table,th,tr,td,h1,h2,h3,h4,input,select,textarea {
   font-family: Arial, serif;
   font-size: 9pt;
}
body {
   margin-left: 20px;
}
div {
   margin-top: 5px;
   margin-bottom: 5px;
}
a:link {
   color: #FF0000;
   text-decoration: none;
}
a:visited {
   color: #FF0000;
   text-decoration: none;
}
a:active {
   color: #FF0000;
   text-decoration: none;
}
a:hover {
   color: #990000;
   text-decoration: none;
}
td {
   padding-left: 0.25em;
   padding-right: 0.25em;
}
/* Star-Hack für IE \*/
* html body div {height: 1%;}
/* Versteck zu Ende */