     *  body {
           font-size : 11px;
		   font-family : Verdana, Arial, Helvetica;
		}
	
	
	*  a:link {
           font-size : 11px;
           text-decoration : underline;
           color  : #000099;
     }
    * a:visited {
           font-size : 11px;
           text-decoration : underline;
           color  : #000099;
	  }
    * a:hover{
           font-size : 11px;
           text-decoration : underline;
           color  : #b90300;
		 
		}
    * a:active {
           font-size : 11px;
           text-decoration : underline;
           color  : #b90300;
	  }
    * a.navigation  {
           font-size : 11px;
           line-height : 18px;
           font-weight : bold;
      }
    * a.navigation:link {
           text-decoration : none;
           color  : #ffffff;
      }
    * a.navigation:visited {
           text-decoration : none;
           color  : #ffffff;
	 }
    * a.navigation:hover{
           text-decoration : none;
           color  : #b90300;
           background-color : #ffffff;
      }
    * a.navigation:active {
           text-decoration : none;
           color  : #b90300;
      }
    * .aktuell {
         
           background-color : #ffffff;
           font-size : 11px;
           color  : #b90300;
           font-weight : bold;
      }
    * .formular {
           font-size : 9px;
           line-height : 16px;
           color  : #ffffff;
           font-weight : bold;
           margin-left : 10px;
      }
    * .impressum {
           font-size : 9px;
           line-height : 16px;
           color  : #000000;
      }
    * .text {
           font-size : 11px;
           line-height : 18px;
	}
    * .tabelle1 {
           font-size : 11px;
           line-height : 18px;
          color  : #000000;
      }
    * .tabelle2 {
           font-size : 11px;
           line-height : 18px;
           color  : #8B0000;
           font-weight : bold;
      }

    * .titel {
           font-size : 11px;
           line-height : 18px;
           color  : #ffffff;
           font-weight : bold;
           margin-left : 10px;
      }
    * .top {
           padding : 5px;
           font-weight : bold;
           font-size : 10px;
		   background-color: #8B0000;
           line-height : 20px;
           letter-spacing : 1px;
         
      }
    * .tropmed {
           font-size : 11px;
           line-height : 18px;
           color  : #00008B;
           font-weight : bold;
      }
     * .white {
           font-size : 9px;
           line-height : 16px;
           color  : #ffffff;
		}
		
		#dropmenudiv{
		position:absolute;
		background-color:#00008b;
		border:1px solid black;
		border-bottom-width: 0;
		font:normal 11px Verdana;
		color: #FFFFFF;
		line-height:18px;
		z-index:100;
		}

		#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid black;
		padding: 5px 0;
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		font:bold 11px Verdana;
		background-color:#00008b;
		}

		#dropmenudiv a:hover{ /*hover background color*/
		background-color: #FFFFFF;
		color:#b90300;
		}






