* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-family: 'DTLDorianTRegular', georiga, serif;
}

@font-face {
    font-family: 'DTLDorianTRegular';
    src: url('dtldoriant-webfont.eot');
    src: url('dtldoriant-webfont.eot?#iefix') format('embedded-opentype'),
         url('dtldoriant-webfont.woff') format('woff'),
         url('dtldoriant-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GrotzecHeadCondensedRegularRg';
    src: url('grotzecheadcond-regular-webfont.eot');
    src: url('grotzecheadcond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('grotzecheadcond-regular-webfont.woff') format('woff'),
         url('grotzecheadcond-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.left { float: left; }
.right { float: right; }

img { border: 0; outline: 0; }
h1 {
    font-family: 'GrotzecHeadCondensedRegularRg', arial, sans-serif;
    font-size: 36px;
    margin-bottom: 27px;
    font-weight: normal;
}
h2 {
    font-family: 'GrotzecHeadCondensedRegularRg', arial, sans-serif;
    font-size: 55px;
    margin-bottom: -12px;
    position: relative;
    top: -8px;
    font-weight: normal;
}
h1 small {
	display: inline;
    font-size: 16px;
    font-family: 'DTLDorianTRegular', georiga, serif;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
}
p a {
    color: #000000;
    text-decoration: underline;
}
p b { font-weight: bold; }
.subpage .imprint { margin-right: 60px; }
.imprint p {
	line-height: 16px;
    margin-bottom: 10px;
}
.imprint p small {	font-size: 13px; }

header {
    width: 982px;
    height: 60px;
    margin: 0 auto;
}

header a { text-decoration: none; }

nav a {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #221e1f;
    margin: 35px 15px 0 0;
}

#wrapper {
    width: 1004px;
    height: 605px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

#text,
#black,
#yellow {
    position: absolute;
}

#text { z-index: 90; }
#black { z-index: 80; }
#yellow { z-index: 70; }

.hidden_button {
    position: absolute; 
    right: 55px;
    z-index: 100;
    cursor: pointer;
    display: none;
}

#ausstellung_btn { top:329px; }
#programm_btn { top:376px; }
#katalog_btn { top:423px; }
#adk_btn {
    position: absolute; 
    right: 56px;
    top: 564px;
    z-index: 100;
    cursor: pointer;
}

#page {
    width: 983px;
    padding: 0 10px 0 11px;
    height: 418px;
    background: #ffffff;
    position: absolute;
    z-index: 200;
    top: 140px;
    left: -100%;
}

.subpage {
    float: left;
    width: 900px;
    position: relative;
}
.subpage section { margin-right: 20px; }
.subpage section.last { margin-right: 0; }
.subpage section.event { width: 200px; }

.arrow {
	cursor: pointer;
	width: 46px;
	height: 416px;
	background-position: top left; 
}
.inactive.arrow{
	background-position: top right; 
	cursor: default;
}
#arrow_left {
	float: left;
	background-image: url(../img/arrow_left.png);
}
#arrow_right {
	float: right;
	background-image: url(../img/arrow_right.png);
}

#pagecontent {
    background: white;
    width: 900px;
    margin: 31px 0 0 42px;
    overflow: hidden;
    position: absolute;
}

#sns_slider {
    width: 5000px;
}

#pagebullets {
    height: 15px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    overflow: hidden;
}
.pagebullet {
    cursor: pointer;
    margin-right: 2px;
}
.active.pagebullet { 
    position: relative;
    top: -15px;
}

#close_btn {
    float: right;
    cursor: pointer;
	position: absolute;
    top: 31px;
    right: 51px;
    z-index: 100;
}

.logo {
    width: 1004px;
    height: 100px;
    margin: 0 auto;
}
.logo a { float: right; }