body {
}
#dwOfferGlobalContainer {
	background-image: url("../gfx/bg_page.jpg");
	background-repeat: repeat-y;
    position: relative;
    width: 787px;
    margin-left: auto;
    margin-right: auto;
	height: 680px;
}
#dwOfferHotelContainer {
    position: absolute;
    width: 168px;
    left: 15px;
}
#dwOfferOfferContainer {
    position: absolute;
    width: 410px;
    left: 190px;
	background-color:#FFFFFF;
}
#dwOfferRequestContainer {
    position: absolute;
    width: 160px;
    left: 620px;
}
#headerSwfContainer {
	height: 227px;
	width: 787px;
	position: relative;
}
#bgHeaderTable {
	background-image: url("../gfx/bg_menu.jpg");
	height: 28px;
}
#impressum, #impressum a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
}
.hotelselectBg {
	background-image: url("../gfx/hotelselect_bg.jpg");
}
.dwOfferLoaderCOntainer {
	text-align: center;
}
.dwOfferHotel {
	background-color: #fff;
	width: 168px;
	display: block;
	float: left;
	cursor:pointer;
	margin: 0px 0px 5px 0px;
}
.dwOfferLoader {
	width: 100px;
	height: 100px;
}
.form-error {
	color: #990000;
	font-weight: bold;
}
.headerTable H2 {
	margin-bottom: 6px;
}
.required {
	color: #990000;
}