BODY {
        background-color : white;
        color : black;
        font-family:Comic Sans MS,Helvetica,Arial,Verdana;
        font-size:15px;
        border-right : 2px solid #D2E8FF;
        border-left : 5px solid #00009F;
        }

H1 {
        font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size : 22px;
        text-align : center;
        color : #FF0000;
        background-color : transparent;
        }

H2 {
        font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size : 20px;
        color : #0000DF;
        background-color : transparent;
        }

H3 {
        font-family : Comic Sans MS, Arial, Helvetica, sans-serif;
        font-size : 18px;
        color : #0000DF;
        background-color : transparent;
        }

H4 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 15px;
        color : #0000DF;
        background-color : transparent;
        }

H5 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
        font-style : italic;
        color : #0000DF;
        background-color : transparent;
        }

P,OL,UL,DD,TD,TR {
        font-size:15px;
        line-height : 130%
        background-color : transparent;
        }

I {
        font-style: italic;
        text-decoration : none;
        }

.aufzaehlung {
        text-indent : -12px;
        }

.bild {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 10px;
        }

.bildtext {
        font-size:15px;
        line-height : 130%
        background-color : transparent;
        }

.update {
        font-family : Arial, Helvetica, sans-serif;
        color : #808080;
        font-size : 11px;
        }

A:link {
        color : #0000FF;
        font-weight: normal;
        text-decoration: underline;
        background-color : transparent;
        }


A:visited {
        color : #00007F;
        font-weight: normal;
        text-decoration: underline;
        background-color : transparent;
        }

A:hover {
        color: #000033;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }

A:active {
        color: #0000FF;
        font-weight: normal;
        text-decoration: none;
        background-color : transparent;
        }