/*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: #305F8D;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
}
.normallink
{
 color: #305F8D;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
}

.partnerlink {
 color: #305F8D;
 text-decoration: underline;
 font-weight: normal;
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 8pt;
 text-align:left;
}
a.menulink:hover {
 color: #AF1C2E;
 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: #305F8D;
 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;
}
h2 {
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 14pt;
 color:#AF1C2E;
 font-weight: normal;
 text-decoration:none;
 text-align:left;
}
h3 {
 font-family: helvetica, Verdana, arial, sans-serif;
 font-size: 11pt;
 color:#AF1C2E;
 font-weight: normal;
 text-decoration:none;
 text-align:left;
}
.liste_seitenzahlen_activ 
{
    font-family:  helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    background-color: #305F8D;
    padding: 5px 5px 5px 5px;
    border: solid 1px #305F8D;
    text-align: center;
}
.liste_seitenzahlen_inactiv 
{
    font-family:  helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #305F8D;
    line-height: 30px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #305F8D;
    text-align: center;
}
input
{
    font-family:  helvetica;
    font-size: 8pt;
    font-weight: normal;
    width:150px;
    border: solid 1px black;
}

