/* Einstellungen für gesamte Seite */
body {
background-image:url(beige2.jpg);
font-family:Arial, Helvetica;font-size:10pt
}

table {
background-image:url(beige2.jpg);
font-family:Arial, Helvetica; 
font-size:11pt;  
color:#000000 ; border:1px 
}

/* Schriftformatierung für Text allgemein */
p  { font-family:Arial, Helvetica; font-size:11pt; color:#000000 }


/* Schriftformatierung für Überschriften h1=oberste Eben=Hauptüberschriften h2=mittlere Ebene usw. */
h1 { font-family:Arial, Helvetica;    font-size:16pt; margin-top:  0pt; margin-bottom: 5pt; color:#000000 }
h2 { font-family:Arial, Helvetica;    font-size:15pt; margin-top: 18pt; margin-bottom: 5pt; color:#000000 }
h3 { font-family:Arial, Helvetica;    font-size:12pt; margin-top: 10pt; margin-bottom: 0pt; color:#000000 }
h4 { font-family:Arial, Helvetica;    font-size:12pt; margin-top: 15pt; margin-bottom: 5pt; color:#000000 }

/* Schriftformatierung für Verweise (Links) */
a:link    { color: #0000FF;font-size:11pt;text-decoration: none;  }
a:visited { color: #0000FF;font-size:11pt;text-decoration: none;  }
a:active  { color: #0000FF;font-size:11pt;  }
a:hover {  background-color: #E1DBC1; }
a.at_mini:link    {color: #0000FF; font-size:14pt }
a.at_mini:visited {color: #0000FF; font-size:14pt  }
a.at_mini:active  {color: #0000FF; font-size:14pt }
a.at_mini:hover {  background-color: #E1DBC1; }


