﻿div, body, p, table, td, tr, li { font-family: Arial; font-size: 12pt; color: #C0C0C0; text-align: left;}
h1 { font-family: Arial; font-size: 20pt; color: #C0C0C0;}
h2 { font-family: Arial; font-size: 18pt; color: #C0C0C0;}
h3 { font-family: Arial; font-size: 16pt; color: #C0C0C0;}
h4, h5 { font-family: Arial; font-size: 12pt; color: #C0C0C0;}
h6 { font-family: Arial; font-size: 10pt; color: #C0C0C0;}
a:link{font-family:Arial;font-size:12pt;font-style:normal;color:#C0C0C0;text-decoration:none}
a:visited{font-family:Arial;font-size:12pt;font-style:normal;line-height:normal;color:#C0C0C0;text-decoration:none}
a:active{font-family:Arial;font-size:12pt;font-style:normal;line-height:normal;color:#C0C0C0;text-decoration:none}
a:hover{font-family:Arial;font-size:12pt;font-style:normal;line-height:normal;color:#C0C0C0;text-decoration:none}
BODY {
    scrollbar-base-color: #C0C0C0;
    scrollbar-track-color: #C0C0C0;
    scrollbar-face-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-3d-light-color: #C0C0C0;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #FF0000;
  }
  
 /* TEXTFORMATIERUNGEN */
 .rot
 {
 color: #FF0000;
 font-weight: bold;
 }
 .blau
 {
 color: #0000FF;
 font-weight: bold;
 }
.schwarz
 {
	color: #000000;
 }
