/* CSS Document */
    h1{
	   font-size : 22px;
	   margin-bottom:8px;
	   color : #CC3300;
	
	   }

#info {
           width : 100%;
           height : 15px;
           text-align : center;
      }
	       a.empfehlung:link {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
     a.empfehlung:visited {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
    a.empfehlung:hover {
           font-size : 11px;
           text-decoration : none;
           color : #336699;
           font-family : Arial;
      }
	  .textempf {
           font-size : 11px;
           text-decoration : none;
           color : #000000;
           font-family : Arial;
      }
	   a.menu1:link {
           font-size : 18px;
		   text-decoration : none;       
		   margin-left:8px;
           color : #000000;
           font-family : Arial;
      }
     a.menu1:visited {
           font-size : 18px;
           text-decoration : none;
		   margin-left:8px;
           color : #000000;
           font-family : Arial;
      }
    a.menu1:hover {
           font-size : 18px;
           text-decoration : none;
		   margin-left:8px;
		   background-color:#CC3300;
           color : #FFFFFF;
           font-family : Arial;
      }
	  
