/* 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; }
     

/* --- LINKS --- */
a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:active { color:black; text-decoration:none; }


/* --- HINTERGRUND - DER GESAMTEN SEITE --- */
body { background-color:white; }
/*body { background-image:url(sta8-0.jpg); background-repeat:repeat; }*/


/* SCROLLBAR */

body, textarea {
scrollbar-base-color:white; /* Basisfarbe der Scroll-Leiste */
scrollbar-3dlight-color:white; /* Farbe für 3D-Effekte */
scrollbar-arrow-color:gray; /* Farbe für Verschiebepfeile */
scrollbar-darkshadow-color:gray; /* Farbe für Schatten */
scrollbar-face-color:white; /* Farbe für Oberfläche */
scrollbar-highlight-color:silver; /* Farbe für oberen und linken Rand */
scrollbar-shadow-color:gray; /* Farbe für unteren und rechten Rand */
scrollbar-track-color:white; /* Farbe für freibleibenden Verschiebeweg */
}


.namenaufindex{ font-family:Arial,Verdana,Helvetica,sans-serif; font-size:19pt; color:gray; }


