<!--
/* DATEI: style_all.css */

BODY {
background-color:#FFFFFF;
background-repeat: repeat-x;
background-attachment: fixed;
background-position: left top;
color:#000000;

scrollbar-face-color: eeeeee;
scrollbar-shadow-color: bbbbbb;
scrollbar-highlight-color: bbbbbb;
scrollbar-3dlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-track-color: ffffff;
scrollbar-arrow-color: aaaaaa;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, td, th, address, blockquote, nobr, b, i 
     { font-family:Verdana,Arial,Helvetica }        /* normaler Text - Schriftart */

p, ul, ol, li, div, td, th, address, nobr, b, i 
     { font-size:10pt; }                            /* normaler Text - Schriftgröße */


h1 { font-size:18pt; color:#000000 }                /* Überschrift 1 - weiss */

h2 { font-size:16pt; color:#000000 }                /* Überschrift 2 - weiss */

h3 { font-size:14pt; color:#000000 }                /* Überschrift 3 - weiss */

h4 { font-size:12pt; color:#000000 }                /* Überschrift 4 - weiss */

h5 { font-size:10pt; color:#000000 }                /* Überschrift 5 - weiss */

h6 { font-size:8pt; color:#000000 }                 /* Überschrift 6 - weiss */


.blocksatz { text-align:justify; }                  /* normaler Text - Blocksatz */
.pagehead { font-size:12pt; font-weight: bold; color:#000000 }   /* Seitenüberschrift */
.tablehead { font-size:9pt; font-weight: bold; color:#000000 }   /* Tabellenüberschrift */

.MainNavigation { font-size:9pt; font-weight: normal; color:#FFFFFF }  /* Schriftart Hauptnavigation */
.SubNavigation { font-size:8pt; font-weight: normal; color:#FFFFFF }   /* Schriftart Subnavigation */
.HeadNavigation { font-size:8pt; font-weight: normal; color:#FFFFFF }   /* Schriftart Headnavigation */

a:link { color:#0066CC; text-decoration:none; }       /* a:link = Verweise zu noch nicht besuchten Seiten */
a:visited { color:#0066CC; text-decoration:none; }    /* a:visited = Verweise zu bereits besuchten Seiten */
a:active { color:#0066CC; text-decoration:none; }     /* a:active = Verweise, die gerade angeklickt werden */
a:hover {color:#FFFFFF; background-color: #0066CC}   /* a:hover = Farbe aktiver Link bei Mouseover */

-->
