@charset "utf-8";
/* CSS Document */

/*  Ausstellungen Detail  */

div.ausstellung-detail {
	background-color: #F2B705;
	padding: 9px 0px;
}
* html div.ausstellung-detail {
	height: 100%;
	width: 100%;
}

div.ausstellung-detail div.links {
	width: 356px;
	float: left;
	padding: 0px 30px 0px 0px;
}
* html div.ausstellung-detail div.links {
	width: 386px;
}

div.ausstellung-detail div.links div.ueberschrift {
	background: url(../img/elemente/balken-gelb.jpg) no-repeat top left;
	padding: 0px 15px;
	height: 58px;
	line-height: 58px;
	font-size: 40px;
	color: #FFF;
}

div.ausstellung-detail div.rechts {
	float: left;
	width: 540px;
}


div.event-detail {
	color: #FFF;
}
div.event-detail div.datum {

}
div.event-detail h2 {
	padding: 0px 0px 10px 0px;
	font-size: 16px;
}
div.event-detail div.trennlinie {
	line-height: 0px;
	height: 0px;
	font-size: 0px;
	border-bottom: 1px solid #FFF;
}
div.event-detail div.text-detail {
	padding: 10px 0px 35px 0px;
}
div.event-detail div.text-detail div.td-links {
	width: 294px;
	width: 529px;
	float: left;
}
div.event-detail div.text-detail div.td-rechts {
	padding: 0px 0px 0px 15px;
	width: 220px;
	float: left;
	display: none;
}

div.event-detail div.bild-detail {
	padding: 0px 0px 0px 0px;
}
