/* DATEI: sformate.css */

/* --- SCHRIFT-FAMILIE --- */
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Verdana,Helvetica,sans-serif; }
     

/* --- HINTERGRUND - DER GESAMTEN SEITE --- */
body { background-color:white; color: black; }
/*body { background-image:url(sta8-0.jpg); background-repeat:repeat; }*/


/* SCROLLBAR */

body, textarea {
scrollbar-base-color:white; /* Basisfarbe der Scroll-Leiste */
scrollbar-3dlight-color:black; /* Farbe für 3D-Effekte */
scrollbar-arrow-color:black; /* Farbe für Verschiebepfeile */
scrollbar-darkshadow-color:white; /* Farbe für Schatten */
scrollbar-face-color:white; /* Farbe für Oberfläche */
scrollbar-highlight-color:white; /* Farbe für oberen und linken Rand */
scrollbar-shadow-color:black; /* Farbe für unteren und rechten Rand */
scrollbar-track-color:white; /* Farbe für freibleibenden Verschiebeweg */
}


.index_seite{ font-family:Arial,Verdana,Helvetica,sans-serif; font-size:8pt; color:#333333; text-align:right;}


/* ACHTUNG: DAS HIER MUSS AN LETZTER STELLE STEHEN! */

/* --- LINKS --- */
a:link { color:gray; text-decoration:none; }
a:visited { color:gray; text-decoration:none; }
a:active { color:gray; text-decoration:none; }
