/*
Vorschalt: Boogie Woogie Sommer
*/

div#vorschaltContainer img#vorschaltLogo {
	width: 118px;
	height: 49px;
	top: 0px;
	left: 0px;
}

div#vorschaltContainer img#vorschaltFlyer {
	width: 431px;
	height: 143px;
	top: 70px;
	left: 0px;
}

div#vorschaltContainer img#vorschaltFlyerShadow {
	width: 439px;
	height: 151px;
	top: 70px;
	left: 0px;
}

div#vorschaltContainer div#vorschaltWeiter {
	position: absolute;
	top: 37px;
	left: 125px;
	width: 200px;
	height: 15px;
	color: #9B885E;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

div#vorschaltContainer div#tickets {
	position: absolute;
	top: 230px;
	left: 0px;
}

div#vorschaltContainer div#tickets p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

div#vorschaltContainer div#tickets p a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


div#vorschaltContainer img {
	position: absolute;
}

div#vorschaltContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 100;
	visibility: visible;
}

div#vorschaltVPHack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 910px;
	background-color: #FFFFFF;
	z-index: 14;
	visibility: visible;
}

div#vorschaltContentContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -220px;
	margin-top: -175px;
	width: 440px;
	height: 350px;
}


