

#base {
       position:absolute;
       width:50%;
       height:65%;
       top:15%;
       left:25%;
       border: #eee 1px solid;
       text-align:center;
       font-size: 16px;
       text-decoration: none;
       font-family: Verdana;
       background: url(../img/shadow.gif) no-repeat right bottom;
       background-color:#FFFFFF;
       padding: 4px 10px 10px 4px;
       border: #eee 1px solid;
       border-right:none;
       border-bottom:none;
      }

#shadow          {
                  position:fixed;
                  top:0px;
                  left:0px;
                  width:100%;
                  height:200px;
                  background: url(../img/BasicShadow.gif)
                 }


a.speziell:link  {
                  background-color: #FFFFFF;
                  color:            #808080;
                  text-decoration:  none;
                  font-size: 18px;
                 }

a.speziell:visited {
   background-color: #FFFFFF;
   color:            #808080;
   text-decoration: none;
   font-size: 18px;
   }

a.speziell:hover {
   background-color: #FFFFFF;
   color:            #6DB43C;
   font-size: 18px;
   }

a.speziell:active {
   background-color: #FFFFFF;
   color:            #808080;
   font-size: 18px;
   text-decoration: none;
   }