﻿
/* TheaterMulti Styles */

* {
	margin: 0;
	padding: 0;
}




body {
	color: #fff;
	font: 11px/18px Arial, sans-serif;
	background: #362d1b url(../TheaterKreashibai/body.jpg) repeat-x;
}

.wrap {
	position: relative;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

/* Slideshow Bereich mit Rahmen */

#play {
margin-left: auto;
	margin-right: auto;
width:800px;
	background: url(../TheaterKreashibai/schule.jpg) repeat-x;
	height:557px;
	clear: both;
	
	
}

#play .wrap {
	height: 557px;
}


#theater {
	
	background: url(../TheaterKreashibai/multi_frei.png) no-repeat;
	width: 743px;
	height: 431px;
	
	/*background: url(../TheaterKreashibai/hintergrund1.png) no-repeat;width: 277px;
	height: 523px;*/
	position: absolute;
	top: 90px/*120px*/;
	left: -20px;
}

#theater .viewport {
	position: absolute;
	/*width: 225px;
	height: 339px;
	top: 84px;
	left: 627px;*/
	
	top: 97px;
	left: 209px;
	width: 319px;
	height: 238px;
	
	overflow: hidden;
}

#theater .viewport .scroll {
	/*width: 920px;*/
	width: 1296px;
	position: absolute;
	left: 0;
	padding-top: 0px;
}

#theater img {
	float: left;
	display: inline;
}

#theater a {
	position: absolute;
	top: 35px;
	left: 212px;
	z-index: 99;
}


#steps {
	position: absolute;
	left: 35px;
	bottom: -115px;
	z-index: 9;
	height: 110px;
}

#steps ol {
	width: 600px;
	list-style: none;
}

#steps ol li {
	font: 16px/20px "Helvetica Neue", Arial;
	position: absolute;
	top: 0;
	left: 0;
}

#steps ol li strong {
	display: block;
	font-size: 20px;
	background: url(../TheaterKreashibai/circle.png) no-repeat;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#steps ol li.step2, #steps ol li.step3, #steps ol li.step4 {
	display: none;
}

#switcher {
	position: absolute;
	left: 170px;
	bottom: 40px;
	width: 360px;
	height: 32px;
	background: url(../TheaterKreashibai/switcher.jpg) no-repeat;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	z-index: 1;
}

#switcher ol {
	width: 360px;
	z-index: 9;
	position: relative;
}

#switcher ol li {
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#switcher ol li a {
	width: 90px;
	display: block;
	float: left;
	height: 30px;
}

#switcher ol li.switch1 a {
	background-image: url(../TheaterKreashibai/bild1.png);
}

#switcher ol li.switch2 a {
	background-image: url(../TheaterKreashibai/bild2.png);
}

#switcher ol li.switch3 a {
	background-image: url(../TheaterKreashibai/bild3.png);
}

#switcher ol li.switch4 a {
	background-image: url(../TheaterKreashibai/bild4.png);
}

#switcher #pill {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 0;
}

