@charset "utf-8";
/* CSS Document */

/* Halle Sitzplan */
.shopHallSeatPlan
{
	position:relative;
	height:780px;
	margin-top: 10px;
}

.hallSeat_01Off, .seat_01Off {
	/*real width:10px, height: 20px; */
	position:absolute;
	width:9px;
	height:9px;
	background-color:#cccccc;
	z-index:12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	line-height:8px;
	vertical-align:middle;
	color:#000000;
	text-align:center;
	overflow: hidden;
}
.hallSeat_01Off:not(.nohover):hover, .seat_01Off:not(.nohover):hover {
/*	background-color:#008600; */
 opacity: 0.5; filter: alpha(opacity=50);
}

.hallSeat_01On, .seat_01On {
	position:absolute;
	width:9px;
	height:9px;
	background-color:#0F0 !important;
	z-index:12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	vertical-align:middle;
	color:#000000;
	text-align:center;
	overflow: hidden;
}

.hallSeat_01On:before, .seat_01On:before {
	content:"X";
	position:absolute;
	width:9px;
	height:9px;
	display:block;
	z-index:12;
	font-family:arial;
	font-size:10px;
	line-height:9px;
	font-weight:normal;
	vertical-align:middle;
	color:#333;
	text-align:center;
}
.hallSeat_01On:not(.nohover):hover, .seat_01On:not(.nohover):hover {
	background-color: #090 !important;
	z-index:12;
}

.hallSeat_02Off, .seat_02Off {
	/*real width:10px, height: 20px; */
	position:absolute;
	width:9px;
	height:7px;
	background-color:#cccccc;
	z-index:12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	line-height:7px;
	vertical-align:middle;
	color:#000000;
	text-align:center;
	overflow: hidden;
}
.hallSeat_02Off:not(.nohover):hover, .seat_02Off:not(.nohover):hover {
/*	background-color:#008600; */
 opacity: 0.5; filter: alpha(opacity=50);
}

.hallSeat_02On, .seat_02On {
	position:absolute;
	width:9px;
	height:7px;
	background-color:#0F0 !important;
	z-index:12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	line-height:7px;
	vertical-align:middle;
	color:#000000;
	text-align:center;
	overflow: hidden;
}
.hallSeat_02On:before, .seat_02On:before {
	content:"X";
	position:absolute;
	width:9px;
	height:7px;
	display:block;
	z-index:12;
	font-family:arial;
	font-size:10px;
	line-height:9px;
	font-weight:normal;
	vertical-align:middle;
	color:#333;
	text-align:center;
}
.hallSeat_02On:not(.nohover):hover, .seat_02On:not(.nohover):hover {
	background-color: #090 !important;
	z-index:12;
}

.seatRowNumber {
	position:absolute;
	width:11px;
	height:11px;
	background: none !important;
	z-index:12;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	line-height:9px;
	vertical-align:middle;
	color:#000000;
	text-align:center;
}

/*
######################
### linien
### zum rendernder pläne
####
*/

/* Reihen Cercle - Parterre - END */


/* Trenner Logen - Begin */


/* Trenner Logen - End */



/*
Buchung - Buttons, wenn Sitzplatz angeklickt wurde
Wird im  Saalplan 4x positioniert
*/

#hallTicketBookButton01 {
	position:absolute;
	top:4px;
	left:0px;
	z-index:20;
	}
#hallTicketBookButton02 {
	position:absolute;
	top:4px;
	left:400px;
	z-index:20;
	}
	
#hallTicketBookButton03 {
	position:absolute;
	top:750px;
	left:0px;
	z-index:20;
	}

#hallTicketBookButton04 {
	position:absolute;
	top:750px;
	left:400px;
	z-index:20;
	}

#hallTicketBookButton01, #hallTicketBookButton02, #hallTicketBookButton03, #hallTicketBookButton04 {
	visibility:hidden;
	background-color:#860000;
	width: 140px;
	height:23px;
	padding:4px 0 0 4px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	}
#hallTicketBookButton01 img, #hallTicketBookButton02 img, #hallTicketBookButton03 img, #hallTicketBookButton04 img {
	position: absolute;
	right: 4px;
	top: 0px;
}
#hallTicketBookButton01 a, #hallTicketBookButton02 a, #hallTicketBookButton03 a, #hallTicketBookButton04 a{
	color: #fff;
	text-decoration: none;
	height: 18px;
	display: inline-block;
	color: #fff;
}


.On2 {
	background-color:#F00 !important;
}

.On2:not(.nohover):hover {
	background-color:#F00 !important;
}


.On3 {
	background-color:#000 !important;
}

.On3:not(.nohover):hover {
	background-color:#000 !important;
}

