/* 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:#EFCB91; font-size:12pt; font-weight:bold; text-decoration:none; }
a:visited { color:#EFCB91; font-size:12pt; font-weight:bold; text-decoration:none; }
a:active { color:#EFCB91; font-size:12pt; font-weight:bold; text-decoration:none; }
a:hover { color:#FFFFFF; font-size:12t; 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:Verdana,times,ms serif,garamond; color:#DEBD73; font-size:12pt; font-weight:normal }



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

body
     { scrollbar-arrow-color:#DEBD73;     /* Pfeile */
       scrollbar-track-color:#3F0303;     /* Laufschiene */
       scrollbar-face-color:#500F10;      /* Schieber */
       scrollbar-base-color:#521212;     /* die kleinen Quadrate */
       scrollbar-highlight-color:#7B1F2C; /* dünne Linie an Quadraten */
       scrollbar-3dlight-color:#7B1F2C;   /* dünne Linie an Schieber links */
       scrollbar-shadow-color:#7B1F2C;
       scrollbar-darkshadow-color:#7B1F2C  } /* dünne Linie an Schieber rechts */


/* Boxen */

#Umrahmen
   {
     border-top-width:2px;      /* nur oben */
     border-bottom-width:2px;   /* nur unten */
     border-left-width:2px;     /* nur links */
     border-right-width:2px;    /* nur rechts */
     border-style:solid;        /* solid=Linie dotted=gepunktet none=keiner dashed=gestrichelt double=doppelt groove, ridge, inset, outset = 3D-Effekte*/
     border-color:red;          /* Farbe mit Wort oder #465737 */
     padding:20px;              /* Abstand zum Textinneren in px, cm, oder ... */
     text-align:justify;        /* Ausrichtung des umrahmten Text oder Bild left, right, justify */
     margin-left:60px;          /* Abstand zum linken (Frame-, Bildschirm,...)Rand */
     margin-right:60px;         /* Abstand zum rechten (Frame-, Bildschirm,...)Rand */
   }

#Umrahmen_ohne
   {
     border-style:none;         /* solid=Linie dotted=gepunktet none=keiner dashed=gestrichelt double=doppelt groove, ridge, inset, outset = 3D-Effekte*/
     border-color:red;          /* Farbe mit Wort oder #465737 */
     padding:0px;               /* Abstand zum Textinneren in px, cm, oder ... */
     text-align:justify;        /* Ausrichtung des umrahmten Text oder Bild left, right, justify */
     margin-left:60px;          /* Abstand zum linken (Frame-, Bildschirm,...)Rand */
     margin-right:60px;         /* Abstand zum rechten (Frame-, Bildschirm,...)Rand */
   }

#Bild_um_l 
   {
     border-style:none;         /* solid=Linie dotted=gepunktet none=keiner dashed=gestrichelt double=doppelt groove, ridge, inset, outset = 3D-Effekte*/
     float:left;                /* Bild oder anderes Element sitzt links und der Rest soll rechts rumfliessen; alternativ: right */
     padding-top:15px;               /* Abstand zum Textinneren in px, cm, oder ... */
     padding-right:15px;               /* Abstand zum Textinneren in px, cm, oder ... */
     padding-bottom:10px;               /* Abstand zum Textinneren in px, cm, oder ... */
/*      margin-top:15px;           Abstand zu allen (Frame-, Bildschirm,...)Rändern */
/*      margin-right:20px;         Abstand zu allen (Frame-, Bildschirm,...)Rändern */
/*      margin-bottom:5px;         Abstand zu allen (Frame-, Bildschirm,...)Rändern */
   }

#Bild_um_r 
   {
     border-style:none;         /* solid=Linie dotted=gepunktet none=keiner dashed=gestrichelt double=doppelt groove, ridge, inset, outset = 3D-Effekte*/
     float:right;               /* Bild oder anderes Element sitzt links und der Rest soll rechts rumfliessen; alternativ: right */
     padding-top:15px;               /* Abstand zum Textinneren in px, cm, oder ... */
     padding-left:15px;               /* Abstand zum Textinneren in px, cm, oder ... */
     padding-bottom:10px;               /* Abstand zum Textinneren in px, cm, oder ... */
 /*    margin-top:0px;            Abstand zu allen (Frame-, Bildschirm,...)Rändern */
 /*    margin-left:20px;           Abstand zu allen (Frame-, Bildschirm,...)Rändern */
 /*    margin-bottom:5px;          Abstand zu allen (Frame-, Bildschirm,...)Rändern */
   }




/* 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:#E8A56E; font-size:12pt; font-weight:normal }

/* Hier werden die Überschriften eingestellt */

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

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

 h3
     { font-family:times new roman,ms serif,garamond; color:#9798B9; font-size:15pt; 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:#DEBD73; font-size:14pt; font-weight:bold }


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

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

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

 #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:13pt; font-weight:bold }

 #f16 
     { font-family:times new roman,ms serif,garamond; color:#E39C21; font-size:16pt; 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 */


rmal }




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



