<style type="text/css">
/* CSS Style-Sheet-Specifications */

a               {
                font-weight: bold;
                }
a:link          {
                color: #336633;
                text-decoration: underline;
                }
a:visited       {
                color: #996600;
                text-decoration: none;
                }
a:hover         {
                color: #333333;
                text-decoration: underline;
                }
h1              {
                color: #336633;
                font-size: 36px;
                }
h2              {
                margin-top: 2em;
                }
img             {
                margin-left: 5px;
                margin-right: 5px;
                }
#alles          {
                border: 2px outset #ffcc00;
                margin: .5em;
                padding: .5em;
                background-color: #ffcc66;
                font-family: Arial,sans-serif;
                color: #336633;
                }
#hauptseite     {
                padding: 15px;
                }
#hauptseite a   {
                font-size: 20px;
                }
#hauptseite a:link          {
                text-decoration: none;
                }
#hauptseite h1  {
                color: #336633;
                font-size: 36px;
                padding-top: 36px;
                }
#vorstandstabelle {
                text-align: center;
                }
#apelacka img   {
                margin-left: 5px;
                margin-right: 20px;
                }
#fusstext a, #fusstext p   {
                font-size: 10px;
                color: #996600;
                }
</style>