body{
   font-family:verdana,sansserif;
   font-size:90%;
   color:#000000;
}

/* Formate für Überschriften:
** Header-Bereich
*/

#header h1{
   text-align:center;
   color:#a41c0b;
   font-size:180%;
   margin-bottom:0px;
}

#header h2{
   text-align:center;
   color:#a41c0b;
   font-size:150%;
   margin-top:0px;
}

/* Formate für Überschriften:
** Content Bereich
*/

#content h1,#content h2, #content h3 {
   color:#a41c0b;
   font-weight:bold;
}

#content h1.pagetitle {
   text-align:center;
   font-size:180%;
}

#content h1 {
   font-size:150%;
}

#content h2 {
   font-size:125%;
}

#content h3 {
   font-size:100%;
}

/* States für alle Links im Footer: */
/* alle Links: */
#content a:link, #content a:visited {
   color: black;
   text-decoration: underline;
}

/* Highlighted (Focus, Hover, Active) */
#content a:focus , #content a:active, #content a:hover {
   text-decoration: none;
   color: #A41C0B;
}