/* DATEI: css.css */ 
/* Zeilen wie diese, sind Kommentarzeilen. */  

/* body { background-image: url('images/_sw.gif' SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #999999; SCROLLBAR-SHADOW-COLOR: #666666; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #333333; SCROLLBAR-DARKSHADOW-COLOR: #666666) } font-family:comic sans ms;*/
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family: verdana, Arial, Helvetica, monaco, tahoma, sans-serif; }  
/* font-family = Schriftart fuer Textelemente Georgia, Times New Roman, Times, serif */ 
/* Arial,sans-serif = Arial und serifenlose Schrift,*/  
/* div { margin-left:0px; margin-right:0px;} */

h1 { font-size:30px; color:#FF9900; font-weight:bold; background-image: url('fixies/h1.gif'); }  
h2 { font-size:24px; font-weight:bold; background-image: url('fixies/h2.gif'); }  
h3 { font-size:18px; font-weight:bold; }  
h4 { font-size:13px; color:#8080FF; font-weight:bold; }  
h5 { font-size:12px; color:#FF9900; font-weight:bold;}  
h6 { font-size:11px; color:#FF9900;}  
p,ul li,ol li,div,td,th,address,nobr,b,i { font-size:14px; }  
p { text-align:left; } 
/* Normaler Standardtext */  
.bold { font-weight:bold;  }
.center { text-align:center;  }
ol li { list-style-type:decimal; } 
ul li { list-style-type:disk; }  
pre { font-family:Courier New,Courier; }  
/* Quelltext-Beispiele */  
a:link { color:#8080FF; text-decoration:underline; } 
a:visited { color:#8080FF; text-decoration:underline; } 
a:active { color:#EBEB00; text-decoration:none; } 
a:hover { color:#EB0000; text-decoration:none; }  
/* a:link = Verweise zu noch nicht besuchten Seiten */ 
/* a:visited = Verweise zu bereits besuchten Seiten */ 
/* a:active = Verweise, die gerade angeklickt werden */ 