body { background : #F8F8FF; margin-left : 15px; margin-top : 20px; margin-bottom : 15px; margin-right : 20px; }

/* Zentrale Einstellungen */

hr { color : #B0C4DE; background-color : #B0C4DE; height:1px; border : 3px; text-align : left; }

p, li, ul, dd, dl, dt, tr, td, h1, h2, h3, h4, h5, h6 { color : black; }

/* Schriftarten für den Fließtext */
p, li, ul, tr, td { font-family : "Palatino Linotype", "Palatino", "Book Antiqua", Georgia, Times, "Times New Roman", serif; font-size : 12pt; }

/* Schriftarten für die Überschriften und Weitere */
p.fuss, p.aktuell, p.adresse, h1, h2, h3, h4, h5, h6 { font-family : Arial, sans-serif; }


h1 { Font-Size : 18pt; Text-Align : center; } /* nur für Seitenüberschriften */
h2 { Font-Size : 15pt; Text-Align : center; } /* Kapitelüberschriften */
h3 { Font-Size : 13pt; Text-Align : center; }
h4 { Font-Size : 11pt; }
h5 { Font-Size : 9pt; Text-Align : center; }
h6 { Font-Size : 9pt; Font-Weight : normal; } /* für Intra-Seitennavigation und aktuelles */

p.spruch  { Font-Style : italic; text-align : center; }
p.fuss    { Font-Size : 8pt; Font-Weight : normal; }



/* Hier kommen die Effekte für alle Links her */

@media all {
a:link { color : #0000CD; text-decoration : none; font-style : normal; }
a:visited { color : #800080; text-decoration : none; }
a:hover { color : #000000; text-decoration : none; background-color : #F5DEB3;
padding-top : 1px; padding-bottom : 2px; padding-right : 0px; padding-left : 0px; }
a:active { color : #FF0000; text-decoration : none; }
}


/* stellt die Textbreite auf angenehme Druckausgabe ein */

#text { position : absolute; visibility : visible; z-index : 5; left : 30px; top : 30px; width : 560px; }


/* Rahmen-Klasse */
.rahmen {
padding-top : 4px; padding-right : 5px; padding-bottom : 7px; padding-left : 7px;
margin-top : 5px; margin-right : 0px; margin-bottom : 12px; margin-left : 0px;
border-style : solid; border-width : 1px; border-color : #B0C4DE; }


#nichts { position : absolute; visibility : hidden; z-index : 3; background-color : none; }


