body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans;
    font-size: 12px;
    overflow: hidden;
}
#scrollContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: auto;
}
.imageGallery a {
    border: 4px solid black;
    display: block;
    float: left;
    margin: 2px;
}
.imageGallery {
    display: block;
    float: none;
    padding-bottom: 20px;
}
.imageGallery .download {
    border: 0px;
    font-style: italic;
    font-size: 0.8em;
    float: none;
    clear: both;
    padding-left: 20px;
    padding-bottom: 10px;
    background-image: url(/templates/images/download.gif);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
}
#navigation {
    position: absolute;
    left: 10px;
    top: 0px;
    right: 10px;
    z-index: 1;
    background: white;
    padding-top: 20px;
    border-bottom: 1px solid black;
}
* html #navigation {
    width: 100%;
    left: 0px;
    right: 0px;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
#navigation #logo {
    display: inline;
    float: left;
}
#navigation ul {
    list-style: none;
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 6px;
}
#navigation li {
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    float: left;
    padding-top: 30px;
}
#navigation li a {
    margin-left: 15px;
    display: block;
    text-decoration: none;
    padding-bottom: 15px;
    color: black;
    border-bottom: 5px solid white;
}

#navigation li a:hover, #navigation li a.selected {
    color: black;
    border-bottom: 5px solid black;
}
#contentBorder {
    left: 150px;
    right: 15px;
    top: 110px;
    bottom: 20px;
    position: absolute;
}
* html #contentBorder {
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    border-left: 150px solid white;
    border-top: 110px solid white;
    border-bottom: 20px solid white;
    border-right: 15px solid white;
}
#startPage #header {
    position: absolute;
    z-index: 4;
    
}
#startPage #flash {
    position: absolute;
    top: -4000px;
    left: -4000px;
}
.flashEnabled {
    top: 34px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block !important;
    position: absolute;
}
* html .flashEnabled {
    top: 0px;
    width: 100%;
    height: 100%;
    border-top: 40px solid white;
}
.flashContainer embed {
    width: 100%;
    height: 100%;
    position: absolute;
    
}
#content h2 { 
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    clear: both;
}
#content .list h2 {
    padding-top: 0px;
}
#pageContent {
    padding-bottom: 15px;
    width: 550px;
}

.history {
    margin-top: 30px;
    margin-bottom: -20px;
    display: none;
}
.history a {
    text-decoration: none;
    color: #666666;
}
.history a:hover {
    color: black;
}
.contentBorder .noscript {
    display: none;
}

a img {
    border: none;
}

a {
    color: #666666;
}        
a:hover {
    color: black;
}
.footerLink {
    color: #666666;
    padding-left: 10px;	
    text-decoration: none;
}
.footerLink:hover {
    color: red;
}

.longdescription i {
    color: #666666;
    font-size: 10px;
}

.list a h2,
#startPage #header h1,
#content h1 {
    font-size: 17px!important;
    display: inline;
    padding-right: 5px!important;
}
.list a.current h2,
#startPage #header h1,
#content h1 {
    font-size: 23px !important;
}
.list .date,
#startPage #header .date {
    font-size: 10px !important;
}

.list a,
#startPage #header {
    color: black;
    text-decoration: none;
    display: block;
}
.list a:hover,
#startPage #header:hover {
    color: #ABABAB;
}
.footer {
    background-color: #F0F0F0;
    padding: 4px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer dd,
.footer dl,
.footer dt {
    padding: 0px;
    margin: 0px;
}
.footer dt {
    display: inline;
}
.footer dd {
    display: inline;
    font-size: 10px;
}
.vernissage {
    display: block;
    left: 565px;
    top: 0px;
    text-align: right;
    position: absolute;
    z-index: 5;
    text-decoration: none;
}
.vernissage sub {
    font-size: 10px;
    margin-right: 5px;
    margin-top: -5px;
}
h1 sub, .vernissage sub, h2 sub{
    vertical-align: baseline;
}
h1 sub, h2 sub {
    font-size: 12px;
    position: absolute;
    top: -11px;
}
.vernissage h3 {
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    color: black;
    margin-right: 0px;
    margin-bottom: 2px;
}
.vernissage h4 {
    font-size: 15px;
    margin: 0px;
    margin-bottom: -2px;
    padding-right: 5px;
    padding-top: 25px;
    color: black;
}
.vernissage p {
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
}
.vernissage p span {
    background-color: black;
    color: white;
    display: block;
    margin: 0px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}
a.more {
	color: #990000;
	text-transform: lowercase;
	text-decoration: none;
}
a.more: hover {
	text-decoration: underline;
}
