/*Unterklassen müssen mind. aus 2 Stellen bestehen (z.B. "table.t1"), da diese sonst nicht vom Firefox-Browser berücksichtigt werden*/

html, body{
 margin:0;
 padding:0;
 text-align:left;
 font-size: 8pt;
 font-family: helvetica, Verdana, arial, sans-serif;
}


a
{
 color: #800000;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
}
.normallink
{
 color: #800000;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
}

.partnerlink {
 color: #800000;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 text-align:left;
}
a.menulink:hover {
 color: #FFFFCB;
 text-decoration: none;
 font-weight: bold;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 text-align:left;
}
a.menulink:active {
 color: #FFFFCB;
 text-decoration: none;
 font-weight: bold;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 text-align:left;
}
a.menulink {
 color: #800000;
 text-decoration: none;
 font-weight: bold;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 text-align:left;
}
table.normal {
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 color:#000000;
 font-weight: normal;
 text-decoration:none;
 text-align:left;
}
table.footer {
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 color:#000000;
 font-weight: normal;
 text-decoration:none;
 text-align:left;
}
.menurechtpunkt
{
padding-left:5px;
font-weight:bold;
background-color :#9F9F6F;
border:solid 1px black;
}