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

#menulinksbox {
         position: absolute;
         background-color: rgb(26,57,133);
         height: 600px;
         top: 400px;
         border-top: 1px solid #9E9E9E;
         border-right: 1px solid #9E9E9E;
         padding: 7px;
         width:160px;
         color: rgb(243,243,235);
}

#menulinks {
         margin-left: 10px;
         margin-bottom: 12px;
}

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


#haupttext {
         position: absolute;
         left: 200px;
         top: 400px;
         overflow:auto;
         width: 700px;
}

a.menulinks, a.menulinks:link, a.menulinks:visited {
         text-decoration : none;
         color: rgb(243,243,235);
         font-weight : bold;
}

a.menulinks:hover {
         text-decoration : none;
         color : #F0EC2A;
         font-weight : bold;
}

