/* Links */
a.news:hover {
           font-size : 16px;
           text-decoration : none;
           color : #FF3300;
           font-weight : bold;
           font-family : Arial;
           
      }
     a.news:link {
           font-size : 16px;
           text-decoration : underline;
           color : #FF3300;
		   font-weight : bold;
           font-family : Arial;
      }
     a.news:visited {
           font-size : 16px;
           text-decoration : underline;
           color : #FF3300;
		   font-weight : bold;
           font-family : Arial;
      }
	  a.menu:hover {
           font-size : 13px;
           text-decoration : underline;
		   font-weight : bold;
           color :  #336699;
           font-family : Arial;
		   margin-left:10px;
           
      }
     a.menu:link {
           font-size : 13px;
           text-decoration : none;
		   font-weight : bold;
           color :  #336699;
           font-family : Arial;
		   margin-left:10px;
      }
     a.menu:visited {
           font-size : 13px;
           text-decoration : none;
		   font-weight : bold;
           color :  #336699;
           font-family : Arial;
		   margin-left:10px;
      }
	  a.post:hover {
           font-size : 12px;
           text-decoration : underline;
		   font-weight : bold;
           color : #666666;
           font-family : Arial;
		   
           
      }
     a.post:link {
           font-size : 12px;
           text-decoration : none;
		   font-weight : bold;
           color : #666666;
           font-family : Arial;
		   
      }
     a.post:visited {
           font-size : 12px;
           text-decoration : none;
		   font-weight : bold;
           color : #666666;
           font-family : Arial;
		   
      }
/* Text */
 body {
           font-size : 14px;
           font-family : Arial;
		   
      }
	      h1 {
           font-size : 10px;
           text-decoration : none;
		   align:center;
           font-weight : bold;
           font-family : Arial;
		   margin-bottom:2px;
      }
     h2 {
           font-size : 16px;
           text-decoration : none;
           color : #000000;
           font-weight : bold;
           font-family : Arial;
		   margin-bottom:3px;
      }
	  .textempf {
           font-size : 11px;
           text-decoration : none;
           color : #996633;
           font-family : Arial;
      }
	  .textunten {
           font-size : 11px;
           text-decoration : none;
           font-family : Arial;
      }
