#ajax-loader { z-index: 97; }

.modal-link {
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
	width: 144px;
	height: 35px;
}

#modal-link-book { background-image: url(/fileadmin/graphics/button_booking.jpg); }
#modal-link-edit { background-image: url(/fileadmin/graphics/button_booking-edit.jpg); }


#modal-background {
	z-index: 96;
	background-color: #000;
	filter : alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
	position: absolute;
	left: left;
	top: top;
	height: 100%;
	width: 100%;
}

#modal-window {
	z-index: 98;
	display: none;
	overflow: hidden;
	width: 600px;
	top: 100px;
}

.modal-iframe {
	z-index: 97;
	width: 600px;
	height: 800px;
	background-color: transparent;
	overflow: hidden;
}

#modal-close {
	position: relative;
	display: none;
	left: 498px;
	top: 0px;
	height: 14px;
	width: 102px;
	background: transparent url('/fileadmin/graphics/close_modal.gif') top left no-repeat;
	margin-bottom: 4px;
	cursor: pointer;
}
