* {
	margin: 0;
	padding: 0;
}
/**********************************************
****************** Template *******************
**********************************************/
#stage {
	/*width: 900px; float: left;<- To Do nur für firefox?*/
    overflow:auto;
    overflow-y: hidden;
}
#stageLoad {
	display: none;
	margin: 0px auto;
}
#stueckAuswahl {
	/*width: 500px;
	min-height: 205px;
	float: left*/
}
#stueckAuswahl img {
	height: 150px;
	width: auto;
	margin-right: 10px
}
#PreisKategorien {
	/*width: 200px;
	float: left;
	min-height: 205px;*/
}
#PreisKategorien ul {
}
#PreisKategorien li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}
#PreisKategorien ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-right: 20px;
}
#SitzAuswahl {
	/*width: 200px;
	float: left;
	min-height: 205px;*/
}
#SitzAuswahl li {
	display: inline-block;
list-style-type:none, margin-right: 10px;
}
#SitzAuswahl ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-right: 20px;
}
/**********************************************
**************** Vorstellungen ****************
**********************************************/
#vorstellungenWrap {
	/*width: 900px;*/
}
#vorstellungenWrap * {
	margin: 0px;
	padding: 0px;
}
#vorstellungenWrap td {
	vertical-align: bottom;
}
#vorstellungenWrap img {
	height: 100px;
	width: auto;
}
td#vorstellung0status.status #vorstellungen {
	display: none;
}
#vorstellungen span {
	cursor: pointer;
}
.bild {
	width: 15%;
}
.ort {
	height: 47px
}
.status {
	width: 10px;
	background-color: #999;
}
.ausverkauft {
	background-color: #F00
}
.verfügbar {
	background-color: #0F0
}
.zeit {
	height: 49px
}
.link {
	cursor: pointer;
	padding-right: 10px;
	color: #903;
	font-weight: bold;
}
.abstand {
	height: 10px
}
#VorstellungBild {
	/*min-height: 500px;
	width: 200px;
	float: left;*/
}
#VorstellungBild img {
    /*width:150px; padding-top: 50px; height: auto; float: left;*/
    width: 90%;
    height: auto;
}
#VorstellungStueck {
	/*height: 50px;
	width: 700px;
	float: left;*/
}
#Vorstellungen {
	/*height: auto;
	width: 700px;
	float: left;*/
}
#Vorstellungen li {display: inline-block;
	width: auto;
	height: 22px;
	margin-bottom: 5px;}
.ava {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-bottom: 5px;
}
li.lidatum{ width: 300px !important; cursor: pointer}
li.libestellen {width: 110px !important}
li.liava {width: 5px !important;}	
	
	
#ReservationWrap {
	/*position: relative;
	width: 900px;
	height: 100%;*/
}
ul.reihe, ul.reihe li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}
ul.reihe li {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-bottom: 5px;
}
.sitz {
	border-color: #999;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 2px solid #999999;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
	margin: 2px;
	line-height: 1.8;
	cursor: pointer;
}
.reiheLinks{
	float: left;
	}
.reiheRechts{
	float: right;
}
#sitzplan .sitz:hover {
	border-color: #000;
}
#sitzplan{
    width:900px;
}

/**********************************************
*************** Preiskategorien ***************
**********************************************/


#ReservationWrap .PKat1 {
	border-color: #FF9833;
}
#ReservationWrap .PKat2 {
	border-color: #0065B0;
}
#ReservationWrap .PKat3 {
	border-color: #00AD33;
}
#ReservationWrap .PKat4 {
	border-color: brown;
}
#ReservationWrap .RhbPKat1 {
	border-color: #FF9833;
}
#ReservationWrap .RhbPKat2 {
	border-color: #0065B0;
}
#ReservationWrap .RhbPKat3 {
	border-color: #00AD33;
}
/**********************************************
************ Status von den Sitzen ************
**********************************************/

#ReservationWrap .sold {
	background-color: #900;
	border-color: #999 !important;
}
#ReservationWrap .select {
	background-color: #09F;
}
#ReservationWrap .unavailable {
	background-color: #999;
	border-color: #999 !important;
	cursor: default !important;
}
#ReservationWrap .void {
	visibility: hidden !important;
}
/**********************************************
********** DIV für CheckOut Formular **********
**********************************************/
#CheckOutShadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.65);
	vertical-align: middle;
	text-align: center;
	z-index: 1000;
	display: table-cell;
	overflow: auto;
	display: none;
}
#CheckOutClose img {
	width: 25px;
	height: auto;
	cursor: pointer;
}
.stornoInfo{
	padding-bottom: 10px;
	}
#CheckOutWrap {
	width: 500px;
	min-height: 350px;
	background: #f7f7f7;
	margin: 20px auto;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
#CheckOutSitz li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}
#CheckOutSitz ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-right: 20px;
}
#CheckOutFormular {
	width: 350px;
	min-height: 100px;
	float: left;
}
#CheckOutFormular input select {
	height: 20px;
}
#CheckOutSitz {
	width: 150px;
	min-height: 100px;
	float: left;
}
#CheckOutDank {
}

@media screen and (max-width: 520px){
    #CheckOutShadow{
    	/*overflow: auto;
    	overflow-x: hidden;*/
    	height: 100%;
    	min-height:1200px;
    }

    #CheckOutWrap {
        width: 100%;
        min-width: 320px;
    }
    #CheckOutSitz{
    	width: 100%;
    	float:left;
    }
    #CheckOutFormular{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .stornoInfo{
    	width:90% !important;

    }
    #CheckOutDank{
        width: 95%;
    }


}

/***FIRST STYLE THE BUTTON***/
button {
	cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
	padding: 5px 25px; /*add some padding to the inside of the button*/
	background: #000; /*the colour of the button*/
	border: 1px solid #bbb; /*required or the default border for the browser will appear*/
	/*give the button curved corners, alter the size as required
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;*/
/*give the button a drop shadow
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);*/
/*style the text*/
	color: #bbb;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 34px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus {
	background-color : #399630; /*make the background a little darker*/
	/*reduce the drop shadow size to give a pushed button effect*/
	-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
	box-shadow: 0 0 1px rgba(0,0,0, .75);
}
#InfoHeader{min-height: 250px;}

/*Vorstellungen*/
#vorstellungen button{border: none; cursor: pointer}
.theaterName{font-weight: bold; font-size: 14px;
    margin-bottom: 15px !important;
}
.theater{display: table-cell; vertical-align: bottom; height: 40px}
.buehne{
    background-color: burlywood;
    width:450px;
}
