/* Datei formate.css                                        */

/* Hier werden die für alle Seiten gültigen                 */
/* Formatierungen definiert und dann nur noch               */
/* im <head> der jeweiliegn seite durch den Aufruf          */
/* <link rel=stylesheet type="text/css" href="formate.css"> */
/* aktiviert                                                */

/* Zeilen mit Schrägstrich und Stern sind Kommentarzeilen   */



/* Linkfarben definieren */

a:link { color:#2a74e4; font-size:13pt; font-weight:bold; text-decoration:none; }
a:visited { color:#7899ca; font-size:13pt; font-weight:bold; text-decoration:none; }
a:active { color:#7899ca; font-size:13pt; font-weight:bold; text-decoration:none; }
a:hover { color:#7899ca; font-size:13pt; font-weight:bold; 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 */
/* color = Farbe */
/* font-weight:bold = Fettschrift */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */
/* none = nicht unterstrichen */



/* Randabstände definieren für gesamte Dokument */
body 
   { margin-left:30px; margin-right:30px }



/* Schriftart und -größe für gesamte Dokument setzen */
body
   { font-family:times,ms serif,garamond; color:#c9dcfa; font-size:12pt; font-weight:normal }



/* Scrollleisten für den IE 5.5 und neuer */

body
     { scrollbar-arrow-color:darkblue;     /* Pfeile */
       scrollbar-track-color:#000f40;     /* Laufschiene */
       scrollbar-face-color:black;      /* Schieber */
       scrollbar-base-color:black;     /* die kleinen Quadrate */
       scrollbar-highlight-color:black; /* dünne Linie an Quadraten */
       scrollbar-3dlight-color:#2a74e4;   /* dünne Linien an Schieber */
       scrollbar-shadow-color:darkblue;
       scrollbar-darkshadow-color:darkblue  }

/* Schriften festlegen h1..h4 können auch separat definiert werden */

p,div,ul,ol,li,td,th,address,blockquote,nobr,b,i,center
     { font-family:times,ms serif,garamond; color:#c9dcfa; font-size:12pt; font-weight:normal }

/* Hier werden die Überschriften eingestellt */

 h1
     { font-family:times new roman,ms serif,garamond; color:#2a74e4; font-size:14pt; font-weight:bold }

 h2
     { font-family:times new roman,ms serif,garamond; color:#7899ca; font-size:15pt; font-weight:normal }

 h3
     { font-family:times new roman,ms serif,garamond; color:#d15959; font-size:17pt; font-weight:bold }

 h4
     { font-family:times new roman,ms serif,garamond; color:#7899ca; font-size:10pt; font-weight:normal }

 span
     { font-family:times new roman,ms serif,garamond; color:#2A74E4; font-size:18pt; font-weight:bold }


 #f9 { font-family:times new roman,ms serif,garamond; color:#75a6ef; font-size:13pt; font-weight:normal }

 #f10
     { font-family:times new roman,ms serif,garamond; color:#28e2fe; font-size:12pt; font-weight:normal }

 #f11
     { font-family:times new roman,ms serif,garamond; color:#f8edef; font-size:10pt; font-weight:bold }

 #f12
     { font-family:times new roman,ms serif,garamond; color:#2A74E4; font-size:12pt; font-weight:bold }

 #f13 
     { font-family:times new roman,ms serif,garamond; color:#d15959; font-size:13pt; font-weight:normal }

 #f14 
     { font-family:times new roman,ms serif,garamond; color:#9383bb; font-size:12pt; font-weight:bold }

 #f16 
     { font-family:times new roman,ms serif,garamond; color:#E39C21; font-size:12pt; font-weight:normal }

 #blau 
     { font-family:times new roman,ms serif,garamond; color:#7899ca; font-size:13pt; font-weight:normal }

 #blau_k 
     { font-family:times new roman,ms serif,garamond; color:#7899ca; font-size:10pt; font-weight:bold }

 #rosa
     { font-family:times new roman,ms serif,garamond; color:#f8edef; font-size:13pt; font-weight:normal }

 #tuerkis
     { font-family:times new roman,ms serif,garamond; color:#28e2fe; font-size:13pt; font-weight:normal }

 #dklblau
     { font-family:times new roman,ms serif,garamond; color:#000080; font-size:12pt; font-weight:bold }

 #gelb
     { font-family:times new roman,ms serif,garamond; color:#ebecb6; font-size:13pt; font-weight:normal }

 #lila
     { font-family:times new roman,ms serif,garamond; color:#efcaf0; font-size:13pt; font-weight:normal }




/* <span id=f10 oder span id=blau>..Text..</span> */
/* font-family = Schriftart fuer Textelemente */
/* color = Farbe */
/* font-size = Größe in Pixel */


