html, body, div, span,
h1, h2, h3, p, a, address, em, img, strong, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 87.5%;
 margin-right: 40px;
 margin-left: 20px;
 margin-top: 50px;
 background: #fff url(bg.png) repeat-y 20px 0px;
}
h1 {
 font-size: 200%;
 border-bottom: 1px solid black;
 padding-bottom: 0.5em;
 margin-bottom: 1em;
 margin-left:220px;
}
h2 {
 clear:both;
 margin-bottom:1em;
}
table.ausstellungen {
 margin:0;
 padding:0;
}
table.ausstellungen td {
 vertical-align:top;
 padding-right:1em; 
}
#container {
 position: relative;
 width:100%; /* required for hasLayout in IE */
}
#content {
 margin-left:220px;
 max-width:800px;
}
#navigation {
 position:absolute;
 margin:0;
 top: 0px;
 left: 30px;
 width: 150px;
}
#navigation a {
 text-decoration:none;
 color:black;
}
#navigation a:hover:link, #navigation a:hover:visited {
 color:blue;
 text-decoration:underline;
}
#footer {
 margin-left:220px;
 margin-top:3em;
 margin-bottom: 1em;
 font-size:85.7%;
 color:#777;
}
div.images {
 margin-bottom: 2em;
}
div.images img {
 margin-right: 40px;
}
ol, ul {
 list-style: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
p {
 margin-bottom:1em;
}
