#content h1, h2, h3, h4 {
        color: #56626C;
        font-family: Arial, Helvetica, sans-serif;
}


#content h1 {
         font-size: 20px;
         font-variant: small-caps;
         }

#content h2 {
         font-size: 16px;
         }

#content h3 {
         font-size: 14px;
         }

#content h4 {
         font-size: 14px;
         }

#content h5 {
         font-size: 12px;
         font-weight: bold;
         color: #0a5ca8;
         }

#content p {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         font-style: normal;
         font-variant: normal;
         font-weight: normal;
         line-height: 1.3em;
         color: #000000;

         }

#content a {
         color: #004287;
         }

#content ul li {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.3em;
        list-style: square outside url(images/lidot.gif);
        margin-left: -1em;
}

/* Tabellen */


tr.TopRow {
         background: #205AA7;
         color: white;
         text-align: center;
         font-weight: bold;
         }

tr.TopRow td {
         text-align: center;
         }

tr.Light {
         background:#e8eff5;
         }

tr.Middle {
         background:#dde5eb;
         }

tr.Dark {
         background: #c2cdd3;
         }

td.LightCell {
         background:#e8eff5;
         }

td.MiddleCell {
         background:#dde5eb;
         }

td.DarkCell {
         background: #c2cdd3;
         }





/* Tabelle 403

table.T403 {
         border: 1px solid black;
         margin:0px;
         padding:0px;


         }
table.T403 tr {
         border: 1px solid black;
         height: 40px;
         }
table.T403 td {
         border: 1px solid black;
         text-align: center;
         }

table.T403 tr.FirstRow {
         border: 1px solid black;
         background: #00009F;
         color: white;
         }

table.T403 td.S1 {
         width: 100px;
         }

table.T403 td.S2 {
         width: 70px;
         }

*/
