* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 10pt;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

#frame {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 15pt;
    color: #B00000;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    position: absolute;

}

h2 {
    font-size: 12pt;
    font-weight: normal;
    margin-bottom: 15px;
    clear: both;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

/*Menu*/
#menu {
    list-style: none;
}

#menu li {
    float: left;
    width: 160px;
    padding-top: 70px;
    margin-left: 0;
    height: 32px;
}

#inhalt {
    clear: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
}

/* Seite Werkgruppen Positionierung*/

.werkgruppe img {
    float: left;
    margin-bottom: 10px;
    margin-right: 50px;
    width: 100px;
    height: 62px;
}

.ausstellung {
    margin-bottom: 30px;
}

.kunstwerke > div,
.werkgruppen > div {
    clear: left;
}

.kunstwerk {
    margin-top: 25px;
    clear: left;
    margin-bottom: 1em;
}

.kunstwerk .bild {
    float: left;
    margin-right: 50px;
    width: 300px;
}

.kunstwerk .bild img {
    margin-bottom: 25px;
}

.flyer {
    margin-top: 25px;
}

.text {
    margin-top: 25px;
}

.textbody, .videobody {
    margin: 20px;
    padding: 20px;
    font-family: Times, serif;
    background-color: #eeeeee;
}

.videobody iframe {
    width: 100%
}

.listtitle,
.werkgruppe a {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

a {
    color: #B00000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #B00000;
    text-decoration: underline;
}


.yearlist dl dt {
    display: inline;
    float: left;
    line-height: 20px;
}

.yearlist dl dd {
    line-height: 20px;
}

dd, li {
    margin-left: 50px;
}

.person p {
    margin-bottom: 1em;
}

p{
    margin-bottom: 1em;
}