/* CSS-File normale Textseiten */


/* Allgemeine Definition: Heller Hintergrund, schwarze Schrift, Arial*/

A:link { text-decoration: none; color: #605570; font-weight: bold; }
A:visited { text-decoration: none; color: #605570; font-weight: bold; }
A:hover { text-decoration: underline; color: #222030; font-weight: bold; }
A:active { text-decoration: underline; color: #222030; font-weight: bold; }

body { background-color: #F0EEF2; }

H1 { font-family: Verdana, Arial, Helvetica, sans serif; font-size: 24px; color: #9682e6; font-weight: 800; text-align: center; }
H2 { font-family: Verdana; Arial, Helvetica, sans serif; font-size: 20px; color: #1e0244; font-weight: 700; text-align: center; }
H3 { font-family: Arial, Helvetica, Verdana, sans serif; font-size: 14px; color: black; font-weight: 800; text-align: center; }
H4 { font-family: Arial, Helvetica, Verdana, sans serif; font-size: 12px; color: black; font-weight: 600; text-align: center; }
H5 { font-family: Arial, Helvetica, Verdana, sans serif; font-size: 10px; color: black; font-weight: normal; text-align: center;}

p { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: black; font-weight: normal; }
td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

/*allgemeine Auszeichnungen*/
.center { text-align: center; }
.left	{ text-align: left; }
.bold { font-weight: bold; }
.mini { font-size: 8pt; text-align: center; }
.deco { font-family: Arial,Verdana,sans-serif; font-size: 12pt; color: #200438; font-weight: bold; }
