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

#menulinks {
         position: absolute;
         background-color: rgb(214,214,204);
         height: 150px;
         top: 390px;
         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: absolute;
         left: 200px;
         top: 410px;
         overflow:auto;
         width: 700px;
}

#finden {
        padding: 5px; 
}

.linkebox {
         position: absolute;
         top: 390px;
}


#kalender {
         
         background-color: rgb(214,214,204);
         border-top: 1px solid #9E9E9E;
         border-right: 1px solid #9E9E9E;
         padding: 7px;
         width:160px;
}

p.kalender {
     list-style-type: none;
     font-size:11px;
     margin-top:5px;
     padding-left: 3px;
}

.finden,.finden:link,.finden:visited {
     color: rgb(174,174,174);
     font-weight : bold;
     font-size : 12px;
}

.finden:hover {
     color: rgb(124,124,124);
     font-weight : bold;
     font-size : 12px;
}
