/* Autor: Georg Depisch								
   Datei: Style.css									
   Style Sheet für www.schorschd.de					
   
Historie:										
	10.11.2002 Erstellen der Datei
	-body (allgemeine Definitionen)
*/


/* Standard Schriftart festlegen */
body { font-size:9pt; 
       color:#6699cc; 
       font-style:normal; 
       font-family:Lucida Sans Unicode;
       
       scrollbar-base-color: #336699 ; 
	   scrollbar-3dlight-color: #999999 ;
	   scrollbar-arrow-color: #999999 ; 		
       scrollbar-darkshadow-color: #000000 ; 
	   scrollbar-face-color: #000000 ;
	   scrollbar-highlight-color: #000000 ; 
	   scrollbar-shadow-color: #999999 ; 
	   scrollbar-track-color: #000000;} 
/* color: leichtes blau */



/* UR Schfitart */
div.ur  { font-size:8pt; color:#999999;
          font-style:normal; 
          font-family:Lucida Sans Unicode;}
/* color: leichtes grau */

/* Text umrahmt mit einem gleichfarbigen (blauen) Kasten */
div.rahmen { border:thin solid #6699cc; }

/* Ueberschrift News-bereich mit gefuelltem Rahmen #333366 */
h1.news { font-size:9pt; 
          color:#6699cc; 
          font-style:normal; 
          font-family:Lucida Sans Unicode; 
          background-color:#333366; }

/* Ueberschrift News.bereich mit Umrahmung */
div.newsBoxed { font-size:10pt; 
                color:#6699cc; 
                font-style:normal; 
                line-height:15px; 
                font-family:Lucida Sans Unicode; 
                border: thin solid #6699cc; }

/* Abstand nach einer Ueberschrift im News Bereich */
div.abstand { line-height: 6px; }

/* Kleiner Kommentar in grau */
div.klein { font-size:8pt; 
            color:#999999; 
            font-family:Lucida Sans Unicode;}

/* fuer posted by */
div.posted { font-size:8pt; 
             color:#6699cc; 
             font-style:normal; 
             line-height:25px; 
             font-family:Lucida Sans Unicode;}

/* Links */
a:link { color:#6699cc; text-decoration:overline & underline; }
a:visited { color:#6699cc; text-decoration:overline & underline; }
a:active { color:#6699cc; text-transform:capitalize; text-decoration:overline; }

/* Aufzaehlungszeichen mit Ordnersymbol */
div.dateiliste { ul (style="list-style-image:url(stuff/x1.gif)") }
