.AnzeigeMenu{
position:absolute;
left:0px;
top:0px;
height:50px;
width:100%;
overflow:visible;
background-color:#a52a2a;
}

.Menu{
position:absolute;
width:14%;
height:50px;
text-align:center;
overflow:hidden;
}

.Menu:hover{
overflow:visible;
}

.MenuPunkt{
position:absolute;
width:100%;
height:45px;
color:white;
font-size:20pt;
font-family:"Century Gothic",Calibri;
text-align:center;
cursor:pointer;
overflow:hidden;
z-index:150;
background-color:#a52a2a;
padding-top:5px;
}

.MenuPunkt:hover{
color:#556B2f;
}

.AnzeigeInhalt{
position:absolute;
left:0px;
top:50px;
height:calc(100% - 50px);
width:100%;
overflow:hidden;
border:0;
}


.Seite{
position:absolute;
left:0px;
height:100%;
width:100%;
overflow:hidden;
}

img.GalerieBild{
position:absolute;
display:none;
width:600px;
left:calc((100% - 600px) / 2);
height:auto;
top:15%;
}

