/* Navismo GbR */
/* Guenter Reich */

/* DATEI: formate.css */


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

body.titel {  margin-top:0px; 
                  margin-bottom:0px;
                  background-color:#9C9C9C; } 

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

*.gerahmt { border-width:1px;
                         border-color:#9C9C9C;
                        border-style:solid; 
                        border-collapse:collapse; }

*.weiss { background-color:#FFFFFF; }

/* Header 1  fuer Haupt-Ueberschriften */
h1 { font-family:Times, serif;
       font-size:22pt;
       font-style:italic;  
       text-align:center;
       color:#636363; }

/* Header 2  fuer Seiten-Ueberschriften */
h2 { font-family:Times, serif;
       font-size:18pt;
       font-style:italic;  
       text-align:left;
       color:#636363; }

/* Header 3  fuer Zwischen-Ueberschriften */
h3 { font-family:Times, serif;
       font-size:16pt;
       font-style:italic;  
       text-align:left;
       color:#636363; }

/* Header 4 fuer Pressetitel */
h4 { font-family:Times, serif;
       font-size:13pt;
       font-style:normal;  
       text-align:left;
       color:#636363; }

/* Header 5  für Startseite, Kopf */
h5 { font-family:Times, serif;
       font-size:18pt;
       font-style:italic;  
       text-align:center;
       color:#636363; }

/* Header 6  für Startseite, LInk */
h6 { font-family:Times, serif;
       font-size:14pt;
       font-style:normal;  
       text-align:center;
       color:#AF0000; }


/* 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 }

