/* BOOKING PAGE */
div#seating {
	height:303px;
	width:694px;
	background-image:url('../images/fixed/seatplan.png');
	background-repeat:no-repeat;
	background-position: center;
	margin-left:auto;
	margin-right:auto
	}
div#auditorium a img {
	height:0;
	width:0;
	}
div#auditorium a:hover img {
	height:303px;
	width:694px;
	}
span#book {
	padding:0.1em 0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-border-radius:0.5em;
	font-size:0.9em;
	}
div#main_wrapper li {
	list-style-position:outside;
	}