@media print  { p            { font-family: Verdana; font-size: 10pt; line-height: 100% } }
@media screen { p            { font-family: Verdana; font-size: 10pt; line-height: 150% } }

body         { font-family: Verdana, Arial; font-size: 10pt; background-color: #FFFFFF; 
               color: #000000;  }
p            { font-family: Verdana; font-size: 10pt; }
.justify     { text-align: justify }
.smalltext	 { font-size: 8pt; line-height: 100% }
ol           { font-family: Verdana; font-size: 10pt; line-height: 150% }
.untermenu   { font-family: Verdana; font-size: 8pt;  text-transform: uppercase; line-height: 100% }
.date        { font-family: Arial; font-size: 8pt; color: #003366 }
.rightmenu   { font-size: 8pt; line-height: 100% }
pre          { font-family: Verdana; font-size: 10pt}
td           { font-family: Verdana; font-size: 10pt }
a            { font-family: Verdana; color: #2E6198; text-decoration: none; font-weight: bold; font-size: 10pt }
a:hover      { color: #CC3300; text-decoration: none underline; font-weight: bold }
.navigation  { font-size: 8pt; line-height: 100% }
h1           { font-family: Verdana; font-size: 18pt; font-weight: bold; margin-top: 6; 
               margin-bottom: 16; color:#3E7EC5 }
.uuberschrift { text-transform: uppercase; font-size: 10pt; line-height: 150%; font-weight: bold; 
               letter-spacing: 2; font-weight: bold }
h2           { font-family: Verdana; font-size: 14pt; font-weight: bold; margin-top: 4 }
h3           { font-family: Verdana; font-size: 12pt; font-weight: bold; margin-top: 4 }
h4           { font-family: Verdana; font-size: 10pt; margin-bottom: 5 }
h6           { font-family: Verdana; font-size: 8pt; font-style: none}
hr           { color: #3E7EC5; text-decoration: noshade; height: 1pt}

input.blue   { background-color: #3E7EC5 ; border-color=#3E7EC5 ; font-size: 10; 
               cursor: hand; color: #FFFFFF; font-weight: bold; 
               border: 1 solid #000000 }
input.yellow { background-color: #FFCC66; border-color=#FFFFFF; font-size: 10; 
               font-weight: bold; cursor: hand;
               border: 1 solid #000000 }