#AMWInterface{
   position: absolute; 
   left: 50%;
   top:0;
   width: 800px; 
   margin-left: -400px;
   z-index : 1;
   background: #FCF1D5;
}

#AMWInterfaceTop{
   position:relative;
   height:100px;
   background:#FAE4B5 url(../images/AMWInterfaceTop.jpg);
   overflow:hidden;
}

#AMWInterfaceMenu{
   float:left;
   width:200px;
   height:200px;
   background:#F4C772 url(../images/AMWInterfaceMainMenu.jpg);
}

   #AMWInterfaceMenu ul{
      margin: 20px 10px -3px 5px;
      list-style-type:none;
   }

      #AMWInterfaceMenu ul li{
         margin:0;
         padding:0;
         background:none;
         border-bottom: 1px solid #FDF1D5;
         line-height:24px;
      }
      
         #AMWInterfaceMenu ul li a,
         #AMWInterfaceMenu ul li a:active,
         #AMWInterfaceMenu ul li a:visited,
         #AMWInterfaceMenu ul li a:hover {
            font: bold normal normal 13px/18px Arial, Helvetica;
            text-decoration:none;
            color:#930;
            font-weight:bold;
         }

#AMWInterfaceImage{
   float:left;
   width:600px;
   height:200px;
   background:#F4C772 url(../images/AMWInterfaceImage.jpg);
}

#AMWInterfaceMainOpen{
   height:6px;
   line-height:6px;
   font-size:6px;
}

#AMWInterfaceMain{
   padding:10px;
   background: #FCF1D5 url(../images/AMWInterfaceMain.jpg) no-repeat bottom left;
   font-size:1.2em;
}

#AMWInterfaceFeet{
   height:118px;
   background: #FCF1D5 url(../images/AMWInterfaceFeet.jpg) no-repeat bottom left;
   color:#930;
}

#AMWInterfaceFooter{
   position:relative;
   background:#F3C266;
   padding-top:3px;
}
   #AMWInterfaceFooter small{
      color:#930;
      font-weight:bold;
   }

   #AMWInterfaceFooter hr{
      background-color:#930; /* Mozilla 1.4 */
      color:#930; /* IE 6 */
      border: #930; /* Opera 7.11 */
      height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
      clear:both;
      margin: 5px 0 5px 0;
   }
   
   #AMWInterfaceFooter p{
      font: normal normal normal 9px/11px Verdana, Arial, Helvetica;
      color:#FCF1D5;
      padding:0;
      text-align:justify;
   }
   
#AMWInterfaceCopyright{
   display:none;
}

.AMWInterfaceClear{
   clear:both;
}
