body { width : 100%;
       margin : 0;
       background-color : #ffffff;
       font-family : arial, "sans serif";}

.top { background-image: url("../images/background.gif");
       position : absolute;
       width : 100%;
       height : 50px;
       border : 0px solid;}

.menue1 { position : absolute;
          margin-top : 75px;
          left : 50%;
          margin-left : -490px;
          width : 200px;
          background-color : #ffffff;
          border : 1px solid #177665;
          color : #177665;}

.menue2 { width : 160px;
          font-weight : bold;
          font-size : 14px;
          color : #ffffff;
          text-decoration : none;
          margin-top : 7px;
          margin-left : 5px;
          margin-bottom : 5px;
          padding-left : 10px;
          padding-top : 3px;
          padding-bottom : 3px;
          border-left : 20px solid #7faca2;
          background : #177665;}

.menue3 { font-size : 13px;}

a { text-decoration : none;}