/* Standard-Stylesheet*/
A:link    { text-decoration: none; color: #6B4101;}  /* noch nicht besuchter Link */
A:visited { text-decoration: none; color: #6B4101;}  /* schon besuchter Link      */
A:hover   { text-decoration: underline; color: #6B4101;  } /* Benutzer 'hovert'         */
A:active  { text-decoration: none; color: #6B4101; } /* Link wird ausgewählt      */


a, td, h1,h2,h3,h4,h5,p,ul {font-family: Verdana, Arial, Helvetica, Sans-Serif;}

A  {font-size: 8pt;line-height: 10pt;}
P  {font-size: 9pt;line-height: 11pt;}
H1 {color:#ff7c00; font-size:16pt; line-height:16pt; letter-spacing:0.4em;}


/* B=Char bold   C=Zeichen coloriert   H=mit Hintergrundfarbe   */

.V8     { font-size: 8pt; }
.V8C    { font-size: 8pt; color: #6B4101; }
.V8CH   { font-size: 8pt; color: #6B4101; background-color: #FFF1DD }
.V9C    { font-size: 9pt; color: #372100; }
.V10    { font-size: 10pt;}
.V10B   { font-size: 10pt; font-weight: bold; }
.V10BC  { font-size: 10pt; font-weight: bold; color: #6B4101; }
.V10BCH  { font-size: 10pt; font-weight: bold; color: #6B4101; background-color: #FFF1DD }
.V10BH  { font-size: 10pt; font-weight: bold; background-color: #FFF1DD }
.V10C  { font-size: 10pt; color: #6B4101; }
.V10CH  { font-size: 10pt; color: #6B4101; background-color: #FFF1DD }
.V10H   { font-size: 10pt;  background-color: #FFF1DD; }
.V12B {font-size: 12pt; font-weight: bold; }


