    a  {
          color : #999999;
          text-decoration : underline;
      }
    a:hover {
          text-decoration : none;
          color : #333333;
      }
    a.menulink{
          color : #999999;
          text-decoration : none;
          border-left-style : solid;
          border-right-style : solid;
          border-left-width : 1px;
          border-right-width : 1px;
          border-color : #cccccc;
      }
    a.menulink2{
          color : #999999;
          text-decoration : none;
          border-color : #cccccc;
          font-size : 10pt;
          line-height : 1.4em;
      }
    a:hover.menulink {
          text-decoration : none;
          background-color : #ffd5fb;
      }  
    a:hover.menulink2 {
          text-decoration : none;
          background-color : #ffd5fb;
      } 
    acronym {
          color : #000000;
          cursor : help;
      }
    body {
          font-family : arial, sans-serif;
          font-size : 10pt;
          margin : 1em;
          background-color : #FFFFFF;
          background-image : url(bilder/back.gif);
          text-align : center;
      }
    h2 {
          color : #003366;
          font-size : 90%;
          font-weight : bold;
          padding-bottom : 0.5em;
      }
    h3 {
          color : #999999;
          font-size : 12pt;
          font-weight : bold;
          padding-bottom : 0.5em;
          border-bottom-style : solid;
          border-bottom-width : 1px;
          border-bottom-color : #666666;
          text-align : left;
      }
    p {
          text-align : justify;
          color : #555555;
          font-size : 10pt;
          line-height : 1.4em;
      }
    ul {
          font-size : 10pt;
          color : #555555;
          line-height : 1.4em;
          text-align : left;
          /*list-style : none;*/
      }
    #frame {
          width : 800px;        
          margin: 1em auto;
          border-style : solid;
          border-width : 1px;
          border-color : #999999;
          background-color : #ffffff;
         /* background-image : url(BACKGROUND.jpg);*/
      }
    #main {
          margin : 20px 20px 20px 20px;
          padding : 20px 20px 20px 20px;
          border-style : solid;
          border-width : 1px;
          border-color : #cccccc;
          background-image : url(bilder/TEXT_TAPETE_ALPHA.jpg);
      }
    .box {
    	  padding : 0px 15px 0px 15px;
          border-style : solid;
          border-width : 1px;
          border-color : #999999;
          background-color : #ffffff;
      }
    .box2 {
    	  padding : 0px 10px 0px 10px;
    	  margin : 0px 0px 0px 5px;
          border-style : solid;
          border-width : 1px;
          border-color : #999999;
          background-color : #ffffff;
          text-align : left;
          width : 144px;
      }
     #headerbox {
    			width : 800px;
    			height : 140px;
          border-style : none;
          border-width : 0px;
          border-color : #999999;
          background-image : url(bilder/HEADER.jpg);
          text-align : right;
      }
      #footerbox {
    			width : 800px;
    			height : 64px;
          border-style : none;
          border-width : 0px;
          background-image : url(bilder/FOOTER.jpg);
          text-align : right;
          line-height : 13pt; 
      }
     .menu {
          width : 800px;
          /*padding : 5px 0px 5px 0px;*/
          background-color : #ffffff;
          border-top-width : 1px;
          border-top-style : solid;
          border-top-color : #999999;
          border-bottom-width : 1px;
					border-bottom-style : solid;
          border-bottom-color : #999999;
          text-align : center;
          font-size : 11pt;
          line-height : 14pt;    
      }
    .name {
          font-weight : bold;
      }
    .small {
          text-align : center;
          font-size : 55%;
      }
    .highlite {
          color : #ff0000;
          font-size : 10pt;
          font-weight : bold;
      }
    .undercenter {
          color : #999999;
          font-size : 8pt;
          text-align : center;
          padding-top : 0;
          border-top-style : dotted;
          border-top-width : 1px;
          border-top-color : #999999;
      }
    .center {
          text-align : center;
      }
    .right {
    			text-align : right;
    	}  