body { background-color: #D6E4EC;
       font-family: Arial, verdana, Geneva, sans-serif;
       font-size: 14px;	
       font-weight: normal;
       color: darkblue;
       margin: 30px 100px 0px 0px; /* oben rechts unten link */ }

body.navigation  { margin: 10px 10px 0px 0px; }
body.willkommen { margin: 0px 0px 0px 0px;
                  background-color: white;}

/* LINKS, optimale Reihenfolge: "LoVe/HAte" */
a:link    {color: #B9011B; text-decoration: none; font-weight: bold; }
a:visited {color: #B9011B; text-decoration: none; font-weight: bold; }
a:hover   {color: #B9011B; text-decoration: underline; font-weight: bold; }
a:active  {color: #B9011B; text-decoration: underline; font-weight: bold; }

a.text:link    {color: #B9011B; text-decoration: none; font-weight: normal; }
a.text:visited {color: #B9011B; text-decoration: none; font-weight: normal; }
a.text:hover   {color: #B9011B; text-decoration: underline; font-weight: normal; }
a.text:active  {color: #B9011B; text-decoration: underline; font-weight: normal; }

/* Textformatierungen */
p.block {text-align: justify;} /* BLOCKSATZ */

/* Überschriften */
h1,h2,h3,h4,h5 {font-weight: bold;)
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
