body {
   background-color:#FFE2BD;
   margin-top:15px;
   margin-left:15px;
   margin-right:15px;
   margin-bottom:15px;
   border-width:0px;
}

a:link {color:#0000FF;font-weight:bold;text-decoration:none;}
a:visited {background-color:#FFE2BD;color:#0000FF;font-weight:bold;text-decoration:none;}
a:hover {background-color:#FFCF7A;color:#0000FF;text-decoration:underline;}
a:active {background-color:#FFE2BD;color:#0000FF;}
a:focus {background-color:#FFE2BD;color:#0000FF;}

.main {
   position:static;
   width:515px;
   height:100%;
   padding:15px;

   border-width:1px;
   border:solid;
   border-color:#BBBBBB;

   background-image:url(pics/bglogo.gif);
}

h3 {
   font-family:Verdana, Arial, sans-serif;
   font-style:normal;
   font-weight:bold;
   font-size:12pt;
   line-height:14pt;
   padding-bottom:2px;
}
h4 {
   font-family:Verdana, Arial, sans-serif;
   font-style:normal;
   font-weight:bold;
   font-size:10pt;
   line-height:10pt;
   background-color:#FFCF7A;
   border-width:1px;
   border-bottom:solid;
   border-color:#BBBBBB;
   padding-top:5px;
   margin-top:20px;
}
p {
   font-family:Verdana, Arial, sans-serif;
   font-style:normal;
   font-weight:normal;
   font-size:10pt;
   line-height:13pt;
}
td {
   font-family:Verdana, Arial, sans-serif;
   font-style:normal;
   font-weight:normal;
   font-size:10pt;
   line-height:12pt;
}
option, .opt {
   font-family:Verdana, Arial, sans-serif;
   font-style:normal;
   font-size:8pt;
   line-height:8pt;
   background-color:#FFCF7A;
}
.kleiner {
   font-size:8pt;
   line-height:10pt;
}