/* Produktion */
div.roles, div.termine, div.preisgruppen {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div.row {
	clear: both;
	line-height: 14px;
}

div.label {
	float:left;
	padding-left:0px;
	width: 130px;
	text-align:right;
	font-weight: bold;
	display: inline;
}

div.text {
	padding-left: 140px;
}

div.einfbeginn {
	margin-bottom: 15px;
}

div.terminespielstaette {
	margin-bottom: 15px;
}

div.termine {
	padding-bottom: 0px;
}

div.termine a {
	text-transform: uppercase;
}

/*
	Bug im IE! vgl. http://www.positioniseverything.net/explorer/threepxtest.html (pb)
*/
* html div.text {
	height: 1%;
	padding-left: 8px;
}

div.preisgruppe {
	width: 150px;
	position: relative;
}

div.preisgruppe div.preisgruppe_preis {
	position: absolute;
	right: 0px;
	top: 0px;
}

body.programm span.subtitle, body.jungetriennale span.subtitle {
	display: block;
	font-size: 10px;
	line-height: 15px;
	text-transform: none;
}

div.prodtext, div.prodtextzusatz, div.prodbesonderheit {
	padding-left: 140px; /* 135px */
}

div.prodtextzusatz {
	margin-top: 10px;
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}
div.prodtextzusatz p {
	padding-top: 0px;
	margin-top: 0px;
}

div.prodbesonderheit {
	font-weight: bold;
	color: #EA7A00;
	margin-bottom: 14px;
}

div.prodtext h2 {
	width: 390px;
}
