body {
 font-family: Verdana;

}
/* Einbindung des logos auf jeder seite mit, ggf repeat-n: background-image:url(logosatt.gif); background-repeat:repeat-y; */

h1 {
 font-weight: bold;
 color: #DC3632;
}
/* h1 ist für große, Hauptüberschriften in Texten, Farbe frei wählbar */

h2 {
 font-family: Arial;
 font-weight: bold;
 font-style: italic;
 color: #34498F;
}
/*  h2 ist für Zischenüberschriften über Absätzen */


h3 {
 font-family: Arial;
 font-weight: bold;
 font-style: italic;
 color: #000000;
}
/*  h3 ist für Zischenüberschriften über Absätzen, ist noch frei */


h4 {
 font-family: Verdana;
 font-weight: bold;
 font-style: italic;
 background-color: #F2ED41; padding:5px; margin:0px;
 color: #DC3632;
 margin-left:20px;

 }
/* h4 ist Überschirft in der Naviagationsleiste */

a:link {
 font-family: Verdana;
 font-weight: bold;
 font-size: 10pt;
 text-decoration:underline;
 color: #34498F;
}
a:visited {
 font-family: Verdana;
 text-decoration:underline;
 font-size: 10pt;
 font-weight: bold;
 color: #34498F;
}
a:active {
 font-family:verdana;
 font-size: 10pt;
 color: #3C35D1;
 font-weight: bold;
 text-decoration:none; }

a:hover {
 color: #DC3632;
 font-size: 10pt;
 font-weight: bold;
 text-decoration:underline; }

/* definierter Absatzbeginn */
/* p { */
/*   margin-top:20px; */
/*   margin-left:175px; */
/* }*/

em {
 font-family: Verdana;
 font-weight: bold;
 font-color: #FF0000;
}
/* hervorgehobene Textstelle */
