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

#menulinks {
         background-color: rgb(214,214,204);
         /* height: 350px; */
         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: 50px;
         overflow:auto;
         width: 700px;
}

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

#flyerlinks_box {
	width: 898px; 
	height: 50px; 
	position: absolute; 
	top: 350px; 
	border: 1px solid #9e9e9e; 
}

.flyerlinks {
	float: left;
	width: 133px;
	height: 36px;
	padding: 7px;
	border-right: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	color: white;
	background-color: #d31000;
	font-weight: bold;
	text-align: center;
}

.flyerlinks a {
	color: white;
}
