html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../img/bg.jpg);
	overflow-x: hidden;
}

#hdl {
	/*background: url(../img/ihrseidkuenstler_headline.png) no-repeat;*/
	position: absolute;
	top: 50px;
	left: 70px;
	width: 870px;
	height: 30px;
	z-index: 10;
}

#soundbutton {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 30px;
	clear: both;
}

#soundDownload {
	position: absolute;
	right: 0px;
	top: 30px;
	height: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
}

#soundDownload a {
	color: #f9001c;
}

#nav {
	background: url(../img/bg_nav.png) repeat-x;
	position: absolute;
	top:  100px;
	left: 0px;
	width: 100%;
	height: 105px;
	z-index: 11;
}

#nav1 {
	margin-left: 70px;
}

.navBlock {
	position: relative;
	top: 14px;
	float: left;
	width: 140px;
	height: 105px;
	padding-right: 6px;
}

.navBlockSlim {
	position: relative;
	top: 14px;
	float: left;
	width: 100px;
	height: 105px;
	padding-right: 10px;
	margin-left: -16px;
}

.navBlockLast {
	position: relative;
	top: 14px;
	float: left;
	width: 50px;
	height: 105px;
	padding-right:0px;
}

.subnav {
	display: none;
}

#sNavActive {
	display: block;
}

.navItem {
	padding: 3px 0;	
}

.sNavItem {
	padding: 1px 0;

}

.teaserImg {
	position: absolute;
	top:  150px;
	left: 150px;
	height: 800px;
	z-index: 5;
	display: none;
	padding: 20px;
	border: #888 1px solid;
	background-color: #fff;
}

#collageBig {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 100%;
	height: 550px;
	z-index: 5;
}

#collage {
	background: url(../img/collage.png) no-repeat;
	position: absolute;
	top: 300px;
	left: 550px;
	width: 800px;
	height: 370px;
	z-index: 5;
}

#content {
	background-color: #fff;
	position: absolute;
	width: 440px;
	top: 250px;
	left: 65px;
	z-index: 20;
	padding: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;
	text-align: left;
	min-height: 300px;
	display: none;
}

#contentLarge {
	background-color: #fff;
	position: absolute;
	width: 585px;
	top: 250px;
	left: 65px;
	z-index: 20;
	padding: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #000000;
	text-align: left;
	min-height: 300px;
	/*display: none;*/
}

.hdl {
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	padding-top: 0;
	margin-top: 0;
}

.shdl {
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
}

p {
	margin-top: 0;
}

a {
	color: #A44;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;
}

.plz {
	margin-top: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #A44;
}

#slideshow {
	position: relative;
	width: 440px;
	height: 320px;
	float: none;
	clear: both;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	border: #888 1px solid;
	display: none;
}

.img {
	padding: 20px;
	margin-bottom: 20px;
	border: #888 1px solid;
}

.video {
	padding: 20px;
	margin: 40px;
	margin-bottom: 10px;
	border: #888 1px solid;
}

.videoLarge {
	padding: 10px;
	margin: 10px;
	border: #888 1px solid;
	clear: both;
}

.txtLarge {
	padding: 20px;
	margin: 20px;
}


.presseTxt {
	position: relative;
    float: left;
	margin: 0px;
}

.presseImages {
	position: relative;
	right: -10px;
    float: right;
    height: 350px;
    margin-bottom: 30px;
}

.presseImg {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}

.fotocontainer {
	position: relative;
	float: none;
	clear: both;
	min-height: 300px;
	padding-bottom: 30px;
}

.fotodoku {
	padding: 10px;
	border: #888 1px solid;
	display: none;
	position: absolute;
}

.fotothumb {
	padding: 8px;
	/*border: #888 1px solid;*/
	position: relative;
	float: left;
}

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}

#bg {
	width: 100%;
}