html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

#descriptions {
	float: left;
	width: 350px;
	list-style: square;
	padding: 25px;
}

#descriptions li {
	color: #000;
	padding: 5px 0 5px 0;
}

#descriptions li.inactive {
	color: #ccc;
}

#descriptions li.active {
	color: #a5b237;
	color: #808F00;
	color: #516F00;
	color: #ba1615;
}

div.btn_exp{
	color: white;
	background: #C9242B;
	float: right;
	margin-right: 40px;
	padding: 0 4px 0 4px;
}



div.btn_exp a{
	color: white;
	text-decoration: none;
}

#hallenplan-interactive {
	width: 510px;
	height: 373px;
	background: url(../images/hallenplan.gif) no-repeat 0 0;
	position: relative;
	list-style: none;
}

#container ul#hallenplan-interactive li{
	list-style: none;
}

/* All pseudoclasses for [a] are defined because IE6 has trouble if you only define a and a:hover */

#hallenplan-interactive li a:link,
#hallenplan-interactive li a:visited,
#hallenplan-interactive li a:hover,
#hallenplan-interactive li a:active {
	overflow: hidden; /* outline stretches with the text-indent, fix for this */
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}

#hallenplan-interactive li a:hover,
#hallenplan-interactive li a:active {
	cursor: pointer;
}

#hallenplan-interactive li#room1 {
	width: 153px; height: 58px;
	position: absolute; top: 30px; left: 66px;
}

#hallenplan-interactive li#room1 a:hover,
#hallenplan-interactive li#room1 a.hover,
#hallenplan-interactive li#room1 a:active {
	background: url(../images/hallenplan.gif) no-repeat -66px -403px; /*(403= height of div + top absolute position)*/
}

#hallenplan-interactive li#room2 {
	width: 77px; height: 59px;
	position: absolute; top: 30px; left: 219px;
}

#hallenplan-interactive li#room2 a:hover,
#hallenplan-interactive li#room2 a.hover,
#hallenplan-interactive li#room2 a:active {
	background: url(../images/hallenplan.gif) no-repeat -219px -403px; /*(403= height of div + top absolute position)*/
}

#hallenplan-interactive li#room3 {
	width: 155px; height: 59px;
	position: absolute; top: 30px; left: 295px;
}

#hallenplan-interactive li#room3 a:hover,
#hallenplan-interactive li#room3 a.hover,
#hallenplan-interactive li#room3 a:active {
	background: url(../images/hallenplan.gif) no-repeat -295px -403px; /*(403= height of div + top absolute position)*/
}

#hallenplan-interactive li#room4 {
	width: 58px; height: 155px;
	position: absolute; top: 106px; left: 66px;
}

#hallenplan-interactive li#room4 a:hover,
#hallenplan-interactive li#room4 a.hover,
#hallenplan-interactive li#room4 a:active {
	background: url(../images/hallenplan.gif) no-repeat -66px -479px; /*(479= height of div(373) + top absolute position(106))*/
}

#hallenplan-interactive li#room5 {
	width: 58px; height: 155px;
	position: absolute; top: 106px; left: 144px;
}

#hallenplan-interactive li#room5 a:hover,
#hallenplan-interactive li#room5 a.hover,
#hallenplan-interactive li#room5 a:active {
	background: url(../images/hallenplan.gif) no-repeat -144px -479px; /*(479= height of div(373) + top absolute position(106))*/
}

#hallenplan-interactive li#room6 {
	width: 75px; height: 155px;
	position: absolute; top: 106px; left: 220px;
}

#hallenplan-interactive li#room6 a:hover,
#hallenplan-interactive li#room6 a.hover,
#hallenplan-interactive li#room6 a:active {
	background: url(../images/hallenplan.gif) no-repeat -220px -479px; /*(479= height of div(373) + top absolute position(106))*/
}

#hallenplan-interactive li#room7 {
	width: 58px; height: 155px;
	position: absolute; top: 106px; left: 316px;
}

#hallenplan-interactive li#room7 a:hover,
#hallenplan-interactive li#room7 a.hover,
#hallenplan-interactive li#room7 a:active {
	background: url(../images/hallenplan.gif) no-repeat -316px -479px; /*(479= height of div(373) + top absolute position(106))*/
}

#hallenplan-interactive li#room8 {
	width: 94px; height: 58px;
	position: absolute; top: 290px; left: 109px;
}

#hallenplan-interactive li#room8 a:hover,
#hallenplan-interactive li#room8 a.hover,
#hallenplan-interactive li#room8 a:active {
	background: url(../images/hallenplan.gif) no-repeat -109px -662px; /*(663= height of div(373) + top absolute position(290))* -1px tweaking */
}

#hallenplan-interactive li#room9 {
	width: 94px; height: 58px;
	position: absolute; top: 290px; left: 316px;
}

#hallenplan-interactive li#room9 a:hover,
#hallenplan-interactive li#room9 a.hover,
#hallenplan-interactive li#room9 a:active {
	background: url(../images/hallenplan.gif) no-repeat -316px -662px; /*(663= height of div(373) + top absolute position(290)) */
}