h1
         {
         font-size: 16pt;
         font-weight: bold;
         color: #0000FF;

         }
#header p
        {
        text-align:left;
        font-color:#FF5F00;
        font-size:12pt;
        text-decoration:bold;
        padding:5px;
        }

#menu a
         {
         text-decoration: none;
         font-weight: bold;
         color: black;
         display: block;
         padding: 3px;
         }

#menu a:hover
         /*z.B. Farbe, wenn der Mauszeiger über den Link geht */
         {
         color: red;
         padding: 5px;
         }

/*#menu a:visited
         {
         color: gray;
         padding: 5px;
         } */

/*#menu li
         /*für ältere Browserversionen von MS
         {
         border: 1px solid #FFFF00;
         }
         */


#menu #high
         {
         font-weight: bold;
         color: #FFFF00;
         background-color: #FF5F00;
         display: block;
         padding: 3px;
         }

#menu ul
         {
         color: #1F00FF;
         font-size: 12pt;
         font-weight:bold;
         line-height: 1.5;
         list-style-type:circle;
         }


#main h2
         {
         font-size: 14pt;
         line-height: 1.2;
         padding-bottom: 6px;
         }

#main p
         {
         font-size: 12pt;
         text-align: left;
         margin-bottom: 12px;
         }

#column p
         {
         text-align: center;
         margin-bottom: 10px;
         }

p.impressum
         {
         font-size: 16pt;
         text-align: left;
         margin-bottom: 12px;
         color: #FF0000;
         font-weight: bolt;