.body {
    font-family: Verdana;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
}

#menu {
position: absolute;
margin-top: 40px;
margin-left: 1em;
width: 170px;
background: #eee;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #ccc;
}

#menu a {
display: block;
width: 158px;
border: 1px solid #ccc;
border-bottom: 0;
padding: 5px;
color: green;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color:  red;
background: #e8e8e8;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul 
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.MoeLogo{
    background-image: url(../images/mmuseum.jpg);
    background-repeat: no-repeat;
    margin-left: 20px;
    padding: 140px 0px 0px 200px;

}
.Header{
    float: left;
    position: absolute;
    margin-left: 10px;
    height: 160px;
    width: 65%;
    padding: 30px 0px 0px 210px;
    color: green;
}

.WerbLogo {
    margin-top: 380px;
    margin-left: 0px;

}
.Inhalt {
    position: absolute;
    width: 490px;
    margin-left: 220px;
    margin-top: 20px;
    color: #88888;
}