/* Musiktheater Friedrichshafen e.V. */
/* Guenter Reich */

/* DATEI: formate.css */


body { margin-top:10px; 
          margin-bottom:10px;
          background-color:#FFFFCC }

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


/* Header 1  für Seitenüberschriften */
h1 { font-family:Times, serif;
       font-size:22pt;
       font-style:italic;  
       color:#330000 }

/* Header 2 für Zwischenüberschriften */
h2 { font-family:Times, serif;
       font-size:18pt;
       font-style:italic;  
       color:#330000 }

/* Header 3 für Vorstellungstermine */
h3 { font-family:Times, serif;
       font-size:18pt;
       font-style:normal;  
       text-align:center;
       color:#AF0000 }

/* Header 4 für Vorverkaufsort, Mitgliedsbeiträge, Konto */
h4 { font-family:Times, serif;
       font-size:14pt;
       font-style:normal;  
       text-align:center;
       color:#AF0000 }

/* Header 6  für Menü-Einträge */
h6 { font-family:Arial, sans-serif; 
       font-size:10pt;
       font-weight:bold;
       text-align:right;
       line-height:8pt;
       color:brown;  }

/* Standardtext für alles Übrige */
p,ul,ol,li,td,th,div,address
   { font-family:Arial, sans-serif;
     font-size:11pt;
     font-style:normal;
     color:#330000; }

/* Links */     
    a:link      { color:brown; text-decoration:underline }
    a:visited { color:#330000; text-decoration:underline }
    a:active  { color:#AF0000; text-decoration:underline }
