/* DATEI: textdateien.css */ 

a:link { text-decoration:none; color:#FF9999; }
a:hover { text-decoration:none; color:#C80013; }
a:active { text-decoration:none; color:"gray"; }
a:visited { text-decoration:none; color:"blue"; }
a:focus { text-decoration:none; color:"green"; }
  
body { margin-top:13px; margin-left:13px; margin-right:13px;
  scrollbar-face-color: #EFEAEA; 
  scrollbar-shadow-color: #COCOCO; 
  scrollbar-highlight-color: #COCOCO; 
  scrollbar-3dlight-color: #FFFFFF; 
  scrollbar-darkshadow-color: #EFEFEF; 
  scrollbar-track-color: #EFEAEA; 
  scrollbar-arrow-color: #C80013;  font-family : Verdana,Arial,helvetica;
  font-size:8pt;
  font-weight:normal;
  color: gray;
  background-color : #EFEAEA; }
  
table { border: 1px none; width:512px; margin-top:0px; } 

h5 { font-family:'Verdana'; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; font-weight: 100; font-size: 13pt; color:gray; }

h6 { font-family:'Verdana'; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; font-weight: 100; font-size: 7pt; color:gray; }

h3 { font-family:'Verdana'; align: center; margin-bottom: 12px; font-weight: bold; font-size: 8pt; color:gray; }

h4 { font-family:'Verdana'; margin-top: 0px; margin-bottom: 0px; font-weight: 100; font-size: 8pt; color:gray; }

h1 { font-family:'Verdana'; margin-left: 0px; margin-top: 16px; margin-bottom: 8px; font-weight: bold; font-size: 8pt; color:gray; }

h2 { font-family:'Verdana'; margin-left: 50px; margin-top: 8px; margin-bottom: 0px; font-weight: bold; font-size: 8pt; color:gray; } 

p { margin-left:50px; margin-top: 0px; font-family:'Verdana'; font-size: 8pt; color:gray; }