/* DATEI: formats.css */


body { font-family:'Century Schoolbook', Times, Helvetica, Arial;
       background-color:#D2D2D2;
       padding:10px; }

table { width:100%;
        border-style:none;
        font-family:'Century Schoolbook', Times, Helvetica, Arial; }


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,td,tr,ul { font-family:'Century Schoolbool L', Helvetica, Arial;
             font-size:12px;
             font-weight:normal; }

th { font-family:'Century Schoolbool L', 'Times New Roman', Helvetica, Arial;
     font-size:12px;
     font-weight:normal; }

#tabcapt { font-size:32px;
           font-weight:bold; }

#tabbeschr { font-weight:bold;
             font-size:16px; }

#tabthem { font-size:16px;
           font-weight:bold; }

#tabdathon { font-size:14px; 
             font-weight:bold; }

#tabbemtxt { font-size:12px;
             font-weight:normal; }

#tabtxt { font-size:14px;
          font-weight:normal; }

#headline1 { color:black;
             font-family:'Century Schoolbook L', Helvetica, Arial;
             font-size:25px;
             font-weight:light; }

#headline2 { color:blue;
             font-family:'Century Schoolbool L', 'Times New Roman', Helvetica, Arial;
             font-size:60px;
             font-weight:bold;
             font-variant:small-caps; }

#headline3 { color:blue;
             font-family:'Century Schoolbool L', 'Times New Roman', Helvetica, Arial;
             font-size:1em;
             font-weight:bold;
             font-variant:small-caps; }

#names { color:blue;
         font-family:Helvetica,Arial;
         font-size:1.2em;
         font-weight:bold; }

a:link { color:blue; 
         text-decoration:none; }
a:visited { color:blue;  
            text-decoration:none;}
a:hover { color:black; 
          text-decoration:none;
          background-color:#FFFF00; }
a:active { color:#FFFF00; 
           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 */
/* #B84747 = rot */
/* #000000 = schwarz */
/* text-decoration = Textstil */
/* underline = unterstrichen, Default-Wert */
/* none = nicht unterstrichen */


:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }

q:before { content:open-quote; }
q:after { content:close-quote; }
