#mainbild {
        filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=1);
        width: 900px;
        height: 200px;
}

#menulinks {
         position: absolute;
         background-color: rgb(214,214,204);
         height: 350px;
         top: 360px;
         border-top: 1px solid #9E9E9E;
         border-right: 1px solid #9E9E9E;
         padding: 7px;
         width:160px;
}

#location {
         position: absolute;
         left: 200px;
         top: 400px;
         color: rgb(174,174,174);
         text-decoration:underline;
}


#haupttext {
         position: relative;
         left: 200px;
         top: 0px;
         overflow:auto;
         width: 700px;
}