body {
   margin-top:15px;
   margin-left:15px;
   margin-right:15px;
   margin-bottom:15px;
   border-width:0px;
}

a:link {color:rgb(0,0,255); text-decoration:underline; font-weight:bold;}
a:visited {color:rgb(0,50,255); text-decoration:underline; font-weight:bold;}
a:hover {text-decoration:none; font-weight:bold;}
a:active {text-decoration:underline; font-weight:bold;}
a:focus {text-decoration:underline; font-weight:bold;}

.heller {
   background-color:#FFFC8B;
}
.dunkler {
   background-color:#FFC858;
}
.grau {
   color:#666666;
}
.rot {
   color:#FF0000;
}

p {
   font-family:Verdana, Arial,sans-serif;
   font-style:normal; /*italic*/
   font-weight:normal; /*bold*/
   font-size:10pt;
   line-height:14pt;
}

h1 {
   font-family:Verdana, Arial,sans-serif;
   font-style:normal;
   font-weight:bold;
   font-size:16pt;
   line-height:20pt;

   border-width:1px;
   border-color:#000000;
   border-style:solid;
   padding:8px;
   background-color:#FFC858;
}

h2 {
   font-family:Verdana, Arial,sans-serif;
   font-style:normal;
   font-weight:bold;
   font-size:12pt;
   line-height:15pt;
   padding-top:12px;
   border:none;
}

.menue {
   font-family:Verdana, Arial,sans-serif;
   font-style:normal;
   font-weight:normal;
   font-size:10pt;
   line-height:17pt;
   border:solid;
   border-width:1px;
   padding:10px
}