/* DATEI: Style.css */

body {
 font-family:                Verdana;
 color:                      black;
 scrollbar-base-color:       #000000;
 scrollbar-3dlight-color:    #A0A0A0;
 scrollbar-arrow-color:      #000000;
 scrollbar-darkshadow-color: #A0A0A0;
 scrollbar-face-color:       #E0E0E0;
 scrollbar-highlight-color:  #E0E0E0;
 scrollbar-shadow-color:     #FFFFFF;
 scrollbar-track-color:      #FFFFFF;
 }

p {
 font-weight:  100;
 font-size:    10pt;
 text-align:   justify;
 }

td {
 font-family:  Verdana;
 font-size:    9pt;
 }
td.black8 {
 font-family:  Verdana;
 font-size:    8pt;
 }

font {
 font-family:  Verdana;
 font-size:    9pt;
 }

font.italic {
 font-style: italic;
 }

font.black8 {
 font-size:     8pt;
 color:         black;
 }
font.black9 {
 font-size:     9pt;
 color:         black;
 }
font.black10 {
 font-size:     10pt;
 color:         black;
 }
font.black11 {
 font-size:     11pt;
 color:         black;
 }
font.black12 {
 font-size:     12pt;
 color:         black;
 }


font.blackbold6 {
 font-size:     6pt;
 font-weight:   bold;
 color:         black;
 }
font.blackbold7 {
 font-size:     7pt;
 font-weight:   bold;
 color:         black;
 }
font.blackbold8 {
 font-size:     8pt;
 font-weight:   bold;
 color:         black;
 }
font.blackbold9 {
 font-size:     9pt;
 font-weight:   bold;
 color:         black;
 }
font.blackbold10 {
 font-size:     10pt;
 font-weight:   bold;
 color:         black;
 }
font.blackbold11 {
 font-size:     11pt;
 font-weight:   bold;
 color:         black;
 }


font.red7 {
 font-size:     7pt;
 color:         red;
 }
font.red8 {
 font-size:     8pt;
 color:         red;
 }
font.red9 {
 font-size:     9pt;
 color:         red;
 }
font.red10 {
 font-size:     10pt;
 color:         red;
 }

font.redbold8 {
 font-size:        8pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold9 {
 font-size:        9pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold10 {
 font-size:        10pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold11 {
 font-size:        11pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold12 {
 font-size:        12pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold13 {
 font-size:        13pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold14 {
 font-size:        14pt;
 font-weight:      bold;
 color:            #D80202;
 }
font.redbold15 {
 font-size:        15pt;
 font-weight:      bold;
 color:            #D80202;
 }


legend {
 font-family:      Verdana;
 font-size:        10pt;
 font-weight:      bold;
 color:            #C70707;
 }
font.ns {
 font-family:      Verdana;
 font-size:        10pt;
 font-weight:      bold;
 color:            #C70707;
 text-align:       left;
 }



li {
 font-family:      Verdana;
 font-size:        9pt;
 color:            black;
 }

ul {
 font-family:      Verdana;
 line-height:      15pt;
 text-align:       justify;
 }

ul.left {
 font-family:      Verdana;
 text-align:       left;
 }


a:link {
 text-decoration:  none;
 font-weight:      bold;
 font-size:        8pt;
 color:            mediumblue;
 }

a:visited {
 text-decoration:  none;
 font-weight:      bold;
 font-size:        8pt;
 color:            #789CFF;
 }

a:hover {
 text-decoration:  none;
 text-shadow:      black;
 font-size:        8pt;
 font-weight:      500;
 font-weight:      bold;
 color:            #000000;
 background:       #DEDEDE;
}