/*Common*/
h1 {
	font-size: 			1.3em;
	margin: 			0px 0px 5px 0px;
	font-weight: 		bold;
	padding: 			0px;
	color: 	#E05500;
}

h2 {
	font-size: 			1em;
	margin: 			0px 0px 5px 0px;
	font-weight: 		bold;
	padding: 			0px;
	color: 	#E05500;
}
h3 {
	font-size: 			0.9em;
	margin: 			0px 0px 5px 0px;
	font-weight: 		bold;
	padding: 			0px;
	color: 	#E05500;
}

a {
	color: #0E9CD3;
	text-decoration: none;
}
a:link{
	color: #0E9CD3;
	text-decoration: none;
}
a:hover{
	color: #0E9CD3;
	text-decoration: none;
}
a:visited{
	color: #0E9CD3;
	text-decoration: none;
}
a:active{
	color: #0E9CD3;
	text-decoration: none;
}

div {
	margin: 0px;
}

label {
	/*clear:left;*/
	display: block;
}
.clear{
	clear:both;
}

.link {
	cursor: pointer;
}

textarea {
	width:100%;
	height:50px;
}	

table {
	border-collapse:collapse;
	margin:0px;
	font-size: 0.9em;
}

td {
	border: none;
}

img{
	border:none;
}
img.icon {
	vertical-align: -4px;
}

form {
	margin: 0px;
}

fieldset{
	border: 1px solid #0E9CD3;
}

.fieldset{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

fieldset legend{
	color: #E05500;
	font-weight: bold;
}

input.button {
	border: 1px solid black;
}

.errorMessage {
	font-size: 1.0em;
	color: #FF0000;
}

#passwordLost {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	/*text-align: center;*/
}

hr.search {
	width: 345px;
	color: #0E9CD3;
	background-color: #0E9CD3;
	height: 1px;
	border: none;
}

.inputElem {
	float:left;
}

.width160 {
	min-width: 160px;
	*width: 160px;
}

.afterInput {
	margin-left: 5px;
	line-height: 24px;
	*vertical-align: -4px;
}

.optionText {
	color: #E05500;
	font-size: 0.8em;
	vertical-align: 6px;
	*vertical-align: 4px;
}

.rightThumb {
	display: block;
	margin-right: 3px;
	margin-bottom: 3px;
}

/*html header*/
/*
#header{
	margin-left:10px;
	/*margin-right:12px;*/
	/*width: 771px;
}
*/
#headerBanner{
	text-align:right;
}

.menuSide {
	background-repeat:no-repeat;
	height:20px;
	width: 1px;
}
.menuMiddle {
	background-image: URL(../images/fo/verlauf_blau.png);
	background-repeat:repeat-x;
	/*line-height:22px;*/
	height:20px;
	vertical-align: top;
}

.menuActive {
	background-image: URL(../images/fo/verlauf_orange.png);
}

a.menu{
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

a:visited.menu{
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

table.menu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px;
	display:inline;
}

div.menuRightSide {
	 float:right;
	 margin:0px;
	 margin-bottom:-2px;
	 margin-right:-2px;
}
li.menu {
	list-style:none;
	margin:0px;
	display:inline;
}
ul.menu {
	text-align: center;
	padding: 0px;
	margin:0px;
	margin-bottom: -1px;
}

#breadCrump {
	clear:both;
	background-color: #E05500;
	height:20px;
	margin-top:-3px;
	margin-left:2px;
}

span.breadCrumpText, span.breadCrumpText a {
	text-decoration:none;
	line-height: 20px;
	margin-left: 4px;
	color: #FFFFFF;
	/*cursor: pointer;*/
}

.submenuActive {
	font-weight:bold;
}

#languageContainer {
	margin-left:5px;
	height:21px;
}

/*#breadCrumpText {
	margin-top: 2px;
	font-size: 0.8em;
}*/

#languageBox {
	float:right;
	margin-right:-3px;
}

img.flag {
	margin:3px;
	cursor:pointer;
}

.infoPanel {
	z-index: 10;
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 100%;
	*width: 200%;
	height: 150%;
	*height: 850 px;
	
	background-color: #444444;
	
	display: none;
	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.infoPanelWindow {
	width: 400px;
	*width: 550px;
	
	z-index: 11;
	position: absolute;
	 
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	left: 300px;
	top: 250px;
	 
	display: none;
}

.infoPanelHeader {
	background-color: #E05500;
	text-align: center;
	font-weight:bold;
	line-height: 20px;
	color: #FFFFFF;
}
.infoPanelWindow span {
}

.infoPanelBody {
	min-height: 200px;
	*height: 200px;
	padding: 5px;
	text-align: left;
	overflow:scroll;
}

.infoPanelFooter {
	padding: 5px;
	text-align: center;
}

.infoPanelOk {
/*width: 75px;*/
}

.infoPanelBody .offerInBasket{
	font-size: 0.85em;
	padding-left: 3px;
	padding-right: 3px;
}
.infoPanelBody .basketDesc{
	color: #9A9A9A;
	border-bottom: 1px solid #0E9CD3;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.infoPanelBody .offer{
	margin-top: 5px;
	margin-bottom: 5px;
}
.infoPanelBody .offer h3{
	margin-bottom: 1px;
	font-size: 1.2em;
}
.infoPanelBody .extra{
	margin-top: 3px;
}

.infoPanelBody iframe{
	border: none;
}

#content {
	margin-left:6px;
	margin-right:6px;
	width: 771px;
	min-height: 480px;
	*height: 480px;
	text-align: left;
}
#leftContent{
	float:left;
	height: 430px;
	width:380px;
}
#rightContent{
	float:left;
	width: 378px;
	height: 480px;
	margin-left: 10px;
	overflow: hidden;
}

.border {
	border: 1px solid #0E9CD3;
}

#mapDisplaySelection {
	float:right;
	margin:0px;
	margin-top:2px;
}

#mapDisplaySelectionHeader {
	margin-left:3px;
	margin-top:3px;
	margin-bottom:0px;
}

#mapRegionalinfoHeader {
	margin-left:3px;
	/*margin-bottom: 1px;*/
	display: inline;
}
#mapRegionalinfoHeader img{
	vertical-align: -4px;
	margin-right: 2px;
}

.displayButton {
/*	font-size:0.85em;*/
	padding-top:0px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:5px;
	/**margin-top:-1px;/*
	/**margin-bottom: -3px;*/
	margin-left:0px;
	margin-right:0px;
	cursor:pointer;
	border: 1px solid #D0D0D0;
	*line-height: 19px;
	height: 19px;
	/*height:18px;*/
}
.displayButton img{
	vertical-align:top;
	/*margin-top:1px;*/
	margin-right:0px;
}
.displayButton img.arrow{
	vertical-align:top;
	/*margin-top:1px;*/
	margin-right:0px;
	/*margin-left: 8px;*/
	margin-top: 6px;
}

#listLegend {
	font-size:0.85em;
	color: 	#9A9A9A;
	padding-bottom: 5px;
	border-bottom: 1px solid #0E9CD3;
}
#listLegend img{
	vertical-align:-4px;
}

#basket {
	background-color: 	#EFEFEF;
	height: 55px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#basket a{
	font-weight: bold;
	font-size: 0.85em;
}
#basket img{
	vertical-align: -4px;
	margin-left: 3px;
}
#basket .link{
	text-align: right;
}

#moreBasket {
	float:right;
}

#basketPrice {
	float:right;
	padding-right: 3px;
}

#shortBasket {
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 0.85em;
}
#shortBasketText {
	padding-left: 2px;
}

#completeBasket {
	width: 370px;
	*width: 380px;
	margin: 0px;
	margin-left:-5px;
	margin-top: 5px;
	*margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	display:none;
	background-color: #EFEFEF;
}

#completeBasketEntries {
	background-color: #F2F2F2;
	padding-bottom: 10px;
}
#completeBasketEntries .basketLongItem {
	clear: both;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	/*padding-bottom: 5px;*/
	background-color: #F2F2F2;
	font-size: 0.85em;
	border-bottom:1px solid #0E9CD3;
}
#completeBasketEntries .basketLongItem span{
	font-weight: bold;
}
#completeBasketEntries .basketLongItem .duration{
	float:left;
	margin-right: 40px;
	margin-left: 24px;
}
#completeBasketEntries .basketLongPrice {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}

#bookingSubCrump {
	width: 768px;
	margin-left: 1px;
	margin-bottom: 10px ;
}
#bookingSubCrump td{
	width: 33%;
	text-align: center;
	border: 1px solid #0E9CD3;
	color: #E05500;
	padding: 2px;
}
#bookingSubCrump img{
	vertical-align: -3px;
}
#bookingSubCrump td.active{
	background-color: #E05500;
	color: #FFFFFF;
	font-weight: bold;
}
#bookingSubCrump td.done{
	font-weight: bold;
}

#basketList {
	*padding-right: 10px;
	*padding-left: 10px;
	padding-bottom: 5px;
}
#basketList .basketLongItem {
	margin-top: 5px;
	border-bottom: 1px solid #0E9CD3;
}
#basketList .basketLongItem img{
	vertical-align: -4px;
}
#basketList .basketActions {
	margin-left: 5px;
	padding-left: 5px;
	float: right;
	border-left: 1px solid #0E9CD3;
}
#basketList .basketActions a {
	color: #E05500;
	font-weight: bold;
}
#basketList .basketActions img{
	vertical-align: -4px;
}
#basketList .basketLongPrice {
	float: right;
	text-align: right;
	font-size: 0.9em;
}
#basketList .basketText {
	float:left;
	margin-left: 5px;
	font-size: 0.9em;
}
#basketList .extras {
	margin-top: 10px;
	margin-left: 97px;
	margin-bottom: 10px;
	display: none;
}
#basketList .extras .extraDesc {
	font-size: 0.9em;
	color: #9A9A9A;
	border-bottom: 1px solid #0E9CD3;
	padding-bottom: 5px;
	*margin-left: 10px;
	*margin-right: 10px;
	text-align: justify;
}
#basketList .extraList {
	font-size: 0.9em;
	*margin: 10px;
}
#basketList .extraList h3{
	font-size: 1em;
}
#basketList .extraList .extra {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:  1px solid #0E9CD3;
	text-align: justify;
}
#basketList .extraList .extra img{
	vertical-align: -4px;
}
#basketList .extraList .extra .orderForm {
	float: right;
	width: 190px;
	border-left: 1px solid #0E9CD3;
	padding-left: 10px;
	margin-left: 10px;
}
#basketList .extraList .extra .orderForm h3{
	color: #000000;
}
#basketList .extraList .extra .orderForm select{
	margin-bottom: 4px;
	vertical-align: -4px;
}
#basketList .extraList .extra .orderForm .pricetext{
	float: left;
	font-weight: bold;
}
#basketList .extraList .extra .orderForm .addExtra{
	clear: both;
}
#basketList .extraList .extra .orderForm .price{
	float: right;
}
#basketList .extraList .extra .priceInfo{
	color: 	#E05500;
}

fieldset.bookingFormField {
	*padding: 10px;
}
#bookingForm {
	*margin-top: 10px;
	float:left;
	font-size: 0.85em;
	width: 465px;
}
#bookingForm span.radio{
	color: #E05500;
}
#bookingForm table{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#bookingForm table th{
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	padding-right: 2px;
	width: 125px;
}
#bookingForm table td{
	padding-top: 2px;
	padding-bottom: 2px;
	*padding-top: 1px;
	*padding-bottom: 1px;
}
#bookingForm table .input{
	width: 200px;
	background-color: #EFEFEF;
	border: 1px solid #D6D6D6;
}
#bookingForm form select.input {
	margin-right: 10px;
	width: 202px;
}
#bookingForm form select.num2 {
	width: 43px;
}
#bookingForm form select.num4 {
	width: 57px;
}
#bookingForm .login{
	border-top: 1px solid #0E9CD3;
}
#bookingForm .userdataInput{
	border-top: 1px solid #0E9CD3;
	border-bottom: 1px solid #0E9CD3;
	margin-bottom: 10px;
	*padding-bottom: 10px;
}
#bookingForm .submitForm {
	float: right;
}
#bookingForm .legend {
	color: #9A9A9A;
	margin-left: 25px;
}
.backToSearch {
	font-weight: bold;
}


#bookingOverview {
	float: right;
	background-color: #EFEFEF;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 0.85em;
	height: 565px;
	*margin-top: 10px;
	margin-right: 5px;
}
#bookingOverview th{
	text-align: left;
	padding-top: 15px;
	padding-right: 30px;
	font-size: 1.1em;
	vertical-align: top;
}
#bookingOverview td{
	padding-top: 15px;
	font-size: 1.1em;
	text-align: right;
	vertical-align: top;
}
#bookingOverview h3{
	font-size: 1.2em;
}
#bookingOverview img{
	vertical-align: -4px;
}

#bookingConfirm {
	*margin-top: 10px;
	font-size: 0.85em;
	float:left;
	width: 465px;
}
#bookingConfirm table {
	font-size: 1em;
}
#bookingConfirm table th{
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
#bookingConfirm table td{
	max-width: 140px;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
#bookingConfirm table td.extra{
	padding-top: -2px;
}
#bookingConfirm #data {
	border-top: 1px solid #0E9CD3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bookingConfirm #data table th{
	text-align: left;
	padding-right: 20px;
/*	width: 125px;*/
}
#bookingConfirm #information {
	border-top: 1px solid #0E9CD3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bookingConfirm #information h3{
	font-size: 1.2em;
}
#bookingConfirm #confirmForm {
	border-top: 1px solid #0E9CD3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#bookingConfirm #confirmForm table th{
	width: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
#bookingConfirm #confirmForm table td{
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}
#bookingConfirm #confirmForm .rightSide{
	margin-top: 20px;
	float:right;
}
#bookingConfirm #confirmForm textarea{
	width: 200px;
}
#bookingConfirm #attachment {
	border-top: 1px solid #0E9CD3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bookingConfirm #attachment div.a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#bookingConfirm .header{
	font-weight: bold;
}
#bookingConfirm img{
	vertical-align: -4px;
}

#closeBookingOverview {
	background-color: 	#EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#closeBookingForm {
	padding-right: 5px;
	padding-left: 5px;
}

#searchHotel {
	margin-top:5px;
	padding-right:0px;
	padding-left:7px;
	clear:both;
	height: 401px;
	*height: 425px;
	width: 370px;
	*width: 380px;/*90px;*/
	overflow:hidden;
	border: 1px solid #0E9CD3;
}
#searchHotel legend{
	font-weight: bold;
	color: 	#E05500;
}

#extendCont {
	float:left;
	text-align: right;
	width: 270px;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-right: 3px;
}
#extendLink {
/*	margin-left: 150;
	margin-right: 24px;
	*margin-right: 13px;
	margin-bottom: 5px;*/
}
#simpleLink {
/*	margin-left: 150;
	margin-right: 5px;
	margin-bottom: 5px;*/
}
#extendCont img {
	vertical-align: bottom;
	margin-left: 2px;
}

#searchHotelForm {
	height: 380px;
	*height: 400px;
	overflow:auto;
	*margin-top: 5px;
}

#searchHotelForm form{
	clear: both;
}
#searchHotelForm form input{
	margin-top:2px;
	margin-bottom:2px;
}
#searchHotelForm form label{
	float:left;
	width: 145px;
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
}

#searchHotelForm form label.width100 {
	min-width: 100px;
	width: 100px;
}

#searchHotelForm form label.secondCol {
	margin-left:2px;
}

#searchHotelForm form div.inputElem select{
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px;
	/*width: 166px;*/
}
#searchHotelForm form div.inputElem select.num2 {
	width: 43px;
}
#searchHotelForm form div.inputElem select.num4 {
	width: 57px;
}
#searchHotelForm form div.inputElem select.date{
	margin-top:2px;
	margin-bottom:2px;
	margin-right:9px;
	/*width: 166px;*/
}
#searchButton {
	width:69px;
	float:left;
	margin-left: 3px;
	margin-bottom: 3px;
}
#searchConfiguration {
	color: #E05500;
	font-size: 0.8em;
	text-align: left;
}

#searchHotelForm form span.envText {
	*vertical-align: 2px;
}

#searchOverviewHotel {
	clear:both;
	margin-top:5px;
	margin-left:0px;
	margin-right:5px;
	padding-left:5px;
	padding-bottom:2px;
	background-color: #EFEFEF;
	/*padding-right:5px;
	padding-left:5px;*/
}

#searchOverviewHotel a {
	margin-right: 5px;
}

#searchOverviewHotel h3 {
	margin-left:-5px;
	margin-bottom:2px;
	padding-bottom:3px;
	padding-left:5px;
	/*background-color: #FFFFFF;*/
}
#searchOverview {
	height:50px;
}
#searchOverview th {
	text-align:left;
	font-size: 0.9em;
	color: 	#9A9A9A;
	vertical-align: top;
	line-height: 0.95em;
	padding: 1px;
}
#searchOverview td {
	font-size: 0.9em;
	line-height: 0.95em;
	color: 	#9A9A9A;
	padding: 1px;
}

#waitMessage {
	clear:both;
	margin-top:5px;
	padding-right:5px;
	padding-left:5px;
	text-align: center;
}

#resultListHotel {
	overflow:hidden;
	margin-top:5px;
	margin-right:5px;
	font-size: 0.85em;
	/*padding-right:5px;
	padding-left:5px;*/
}
#resultListHotel h3 {
	font-size: 1.2em;
}
#resultListHotel span.legend {
	font-size: 0.85em;
	color: 	#9A9A9A;
}

#resultList {
	/*width: 370px;*/
	margin-top: 5px;
	border-top: 1px solid #0E9CD3;
	height: 285px;
	*height: 295px;
	overflow:auto;
}

.result{
	margin-top: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #0E9CD3;
	background-color: #ffffff;
	/*padding-bottom: 5px;*/
	line-height: 15px;
}

.result a.title{
	font-weight: bold;
}
.result a.price{
	font-weight: bold;
	color: black;
}

.resultPic{
	float: left;
	margin-right:3px;
	margin-bottom:5px;
	cursor: pointer;
}

#alternativeSearch {
	clear: both;
	margin-top: 5px;
}

#searchAttractionForm {
	padding-top: 10px;
}

#searchAttraction {
	margin-top:5px;
	padding-right:5px;
	padding-left:10px;
	clear:both;
	height: 401px;
	*height: 425px;
	width: 360px;
	*width: 380px;
	overflow:hidden;
	border: 1px solid #0E9CD3;
}
#searchAttraction legend{
	font-weight: bold;
	color: 	#E05500;
}
#searchAttraction form input{
	margin-top:2px;
	margin-bottom:2px;
}
#searchAttraction form select{
	margin-top:2px;
	margin-bottom:2px;
	width: 166px;
}

#AttractionsSearchOverview {
	clear:both;
	margin-top:5px;
	margin-left:-5px;
	padding-left:5px;
	padding-bottom:2px;
	background-color: #EFEFEF;
	/*padding-right:5px;
	padding-left:5px;*/
}
#AttractionsSearchOverview h3 {
	margin-left:-5px;
	margin-bottom:2px;
	padding-bottom:3px;
	padding-left:5px;
	background-color: #FFFFFF;
}
#searchOverviewAttraction {
	height:48px;
}

#waitMessageAttractions {
	clear:both;
	margin-top:5px;
	padding-right:5px;
	padding-left:5px;
	text-align: center;
}

#AttractionsResultList {
	overflow:hidden;
	margin-top:5px;
	font-size: 0.85em;
	/*padding-right:5px;
	padding-left:5px;*/
}
#AttractionsResultList h3 {
	font-size: 1.2em;
}

#resultListAttraction {
	/*width: 370px;*/
	margin-top: 5px;
	border-top: 1px solid #0E9CD3;
	height: 260px;
	overflow:auto;
}

/*region*/
#regionPath {
	background-color: 	#EFEFEF;
	padding: 4px;
	font-size: 0.85em;
	height: 28px;
	*height: 36px;
	margin-right: 2px;
	*margin-right: 0px;
}
#childRegions {
	margin-top: 10px;
	/*margin-top: -2px;*/
	font-size: 0.85em;
	height: 90px;
	overflow:hidden;
	padding: 0px;
}
#childRegionsContainer {
	height: 73px;
	*height: 76px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#childRegionsContainer .regionEntry{
	clear:both;
	border-top: 1px solid #0E9CD3;
	padding-top: 1px;
	padding-bottom: 1px;
	/*margin-bottom: -1px;*/
	/*border-top: 1px solid #0E9CD3;*/
}
#childRegionsContainer .regionEntry .count{
	float:right;
	margin-left: 5px;
	width: 50px;
}
#childRegionsContainer .regionEntry .region{
	white-space:nowrap;
	overflow: hidden;
	*width: 233px;
}
#childRegions img{
	vertical-align: -4px;
	margin-right: 4px;
}
#regionDetails {
	margin-top: 10px;
	margin-right: 2px;
	margin-left: 2px;
	*margin-right: 0px;
	*margin-left: 0px;
	font-size: 0.85em;
	padding: 0px;
	overflow:hidden;
	border: 1px solid #0E9CD3;
}
#regionDetails .detailMenue {
	background-color: 	#D0D0D0;
	*background-color: 	#FFFFFF;
}
#regionDetails .detailMenue a {
	color: #000000;
}
#regionDetails .detailMenue .displayButton{
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width:113px;
	*width:126px;
	line-height: 19px;
}
#regionDetails .detailMenue .displayButtonBig{
	text-align: center;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width:186px;
	*width:189px;
	height: 20px;
	*height: 19px;
	line-height: 19px;
}
#regionDetails img{
	vertical-align: -4px;
}
#regionDetails .details{
	overflow: auto;
	height: 311px;
	*height: 312px;
	*margin-top: -12px;
	margin-left: 10px;
	/*padding-top: 5px;*/
	padding-right: 5px;
}
#regionDetails .detail{
	margin-top: 3px;
	border-top: 1px solid #0E9CD3;
	padding-top: 3px;
}
#regionDetails .detail .title{
	font-weight: bold;
}


#footer {
	clear:both;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 5px;
}

#footerTexts {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 771px;
	background-color: #EFEFEF;
	text-align:center;
}

table.content {
	border-collapse: separate;
	width: 100%;
}

table.content th {
	background-color: #CED0D2;
	text-align: left;
	font-size: 0.8em;
	padding: 5px;
	vertical-align: top;	
}

table.content th.special{
	background-color: #CED0D2;
	text-align: left;
	font-size: 0.8em;
	padding: 5px;
	vertical-align: top;
	color: 	#E05500;
}

/* table content */
table.content td {
	padding: 5px;
	vertical-align: top;
	color: #000;
}

table.content td.image{
	padding: 5px;
	color: #000;
	vertical-align: middle;
	text-align: center;
	border-bottom:1px solid #000000;
}

table.content td.imagetext{
	padding: 5px;
	color: #000;
	vertical-align: middle;
	border-bottom:1px solid #000000;
	font-size: 0.9em;
}

/* table grey */
tr.content.grey{
	background-color: #efefef;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

/* table darkgrey */
tr.content.darkgrey{
	background-color: #e4e4e4;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

/* house tabel */
table.houses {
	width: 753px;
	border-collapse:collapse;
	color: #000;
	font-size: 1.0em;
}

table.houses th {
	text-align: left;
	font-size: 0.8em;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #0E9CD3;	
}

table.houses td {
	padding: 5px;
	vertical-align: top;
	color: #000;
	border-bottom: 1px solid #000;
}

table.houses td.image{
	padding: 5px;
	color: #000;
	vertical-align: middle;
	text-align: center;
	width: 100px;
}

table.houses td.infotext{
	padding: 5px;
	color: #000;
	width: 240px;
}

a.bluelink{
	color: 	#0E9CD3;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

a.bluelinknobold{
	color: 	#0E9CD3;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
}

fieldset.houses{
	clear:both;
	width: 1px;
	border: 1px solid #0E9CD3;
	padding: 7px;
	margin: 0px;
	margin-top: 10px;
}

fieldset.houses legend{
	color: #E05500;
	font-weight: bold;	
	padding-bottom: 10px;
  	margin:	0px;	
}

.half-grey {
	width: 361px;
	*width: 381px;	
	background-color: #EFEFEF;
	color: #E05500;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.9em;
}

.imageleft {
	border: 1px solid #0E9CD3;
	margin-right: 10px;
	float: none;
}

.housesleft {
	width: 380px;
	height: 238px;
	/*margin-right: 10px;*/
	float: left;	
}

.housesright {
	width: 380px;
	height: 238px;
	margin-left: 10px;
	float: left;
}

div.housesright fieldset {
	width: 362px;
	*width: 378px;
	height: 98px;
	*height: 126px;
	border: 1px solid #0E9CD3;
	padding: 7px;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-image: URL(../images/fo/star_hotel.jpg);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.clearfloat {
	clear: both;	
}

.imageright {
	*margin-top: 10px;
}

.half-grey label{
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

label.popup{ 
  	display: 			block;
  	float: 				left;
  	width: 				120px; 
  	padding:			0px;
	margin:				0px;
}

input.popup{ 
	display: 			block;
	float: 				left;
	color:				#000000;
	width: 				250px; 
	font-size:			1em;
	font-family:		Verdana;
	font-style:			normal;
	background-color:	#efefef;
	border:				1px solid #ccc;
	padding:			2px 2px 2px 2px;
	margin:				1px;
}

textarea.popup{ 
	color:				#000000;
	display: 			block;
	float: 				left;
	font: 				1em Verdana;
	width: 				250px;; 
	height:				150px;
	background-color:	#efefef;
	border:				1px solid #ccc;
	padding:			2px 2px 2px 2px;
	margin:				1px;
}

textarea.offererform{ 
	color:				#000000;
	font: 				1em Verdana;
	width: 				250px;; 
	height:				150px;
	background-color:	#efefef;
	border:				1px solid #ccc;
	padding:			2px 2px 2px 2px;
	margin:				1px;
}

fieldset.popup {
	border: 1px solid #0E9CD3;
	padding: 5px;
	margin: 0px;
	width: 410px;
	margin: 10px;
}

fieldset.popup legend{
	color: #E05500;
	font-weight: bold;	
	padding-bottom: 10px;
  	margin:	0px;		
}

fieldset.popup br {
	clear: both;
}

/*
.label{ 
  	width: 				220px; 
  	padding:			0px;
	margin:				0px;
}
*/
input.inputtext{ 
	color:				#000000;
	width: 				250px; 
	font-size:			1em;
	font-family:		Verdana;
	font-style:			normal;
	background-color:	#efefef;
	border:				1px solid #ccc;
	padding:			2px 2px 2px 2px;
}

.select { 
	background-color: #efefef; 
	padding: 2px; 
	margin: 1px; 
	border: 1px solid #ccc; 
}

input.checkbox{ 
  	margin: 			1px;
}

.textarea { 
	color:				#000000;
	display: 			block;
	float: 				left;
	width: 				350px; 
	height:				75px;
	background-color:	#efefef;
	font-size:			1em;
	border:				1px solid #ccc;
	padding:			2px 2px 2px 2px;
	margin:				1px;
}

.bluefont {
	color: 	#0E9CD3;
}

#bottom {
	vertical-align: bottom;	
}

#alignright {
	text-align: right;
}

.greyBackground {
	background-color: #EFEFEF;
}

/*Map*/
#map div a {
	/*font-size:10px;*/
}
#map div span {
	font-size:10px;
}

#map{
	margin-top:2px;
	*margin-top:0px;
	width: 378px;
	height: 440px;
	/**height: 442px;*/
}

.mapPopup {
	/*font-size: 0.85em;*/
}
.mapPopup h3{
	margin-bottom: 0px;
	/*font-size: 0.85em;*/
}
.mapPopup a.title{
	font-weight: bold;
}
#map div.mapPopup h3.price{
	clear: left;
	float: left;
	width: 95px;
}
.mapPopup a.price{
	font-weight: bold;
}

/*** HOTEL DETAILS FROM REGION ***/
.full_length_border{
	height: 100%;
	width: 758px;
	border: 1px solid #0E9CD3;
	padding: 5px;
}

.houseDetailDescription{
	width: 437px;
	padding-right: 20px;
	float: left;
}

.houseDetailImages{
	float: left;
}

.houseDetail {
	border-collapse:collapse;
	margin:0px;
	font-size: 0.9em;
}

.houseDetail td {
	text-align: left;
	padding: 3px;
}


/*New Header*/

body {
	margin: 0px;
}

html {
	margin: 0px;
}

/* main blocks */

#page-box {
	width: 795px;
	margin: 0px auto;
	text-align: left;
}
/* header style */
#header {
	background:url(../images/fo/header-bg.jpg) no-repeat;
	padding:100px 0 17px;
	width:100%;
	overflow:hidden;
}
#header_popup {
	
	padding:10px 0px 10px 0px;
	width:100%;
	overflow:hidden;
}
/* logo style */
#logo {
	width:177px;
	height:47px;
	text-indent:-9999px;
	margin:0 37px 0 25px;
	float:left;
	display:inline;
}
#logo a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* main navigation style */
ul.main-nav {
	margin:0;
	padding:21px 0 0;
	list-style:none;
	float:left;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	width:548px;
}
ul.main-nav li {
	float:left;
	margin-right:4px;
}
ul.main-nav li a {
	background:#2EA5D3;
	border:2px solid #287FA9;
	border-bottom:none !important;
	display:block;
	color:#fff;
	line-height:35px;
	padding:0 19px;
}
ul.main-nav li a:visited {
	background:#2EA5D3;
	border:2px solid #287FA9;
	border-bottom:none !important;
	display:block;
	color:#fff;
	line-height:35px;
	padding:0 19px;
}
ul.main-nav li a:hover,
ul.main-nav li.active a {
	background:#E05500;
	border:2px solid #9C3C02;
	text-decoration:none;
	color:#fff;
}
/* breadcrumbs style */
.breadcrumbs {
	width:729px;
	padding:0 25px;
	clear:both;
	overflow:hidden;
	background:#E05500;
	color:#fff;
	font-size:9px;
}
.breadcrumbs span {
	line-height:19px;
	background:url(../images/fo/arrow.gif) no-repeat 100% 4px;
	padding-right:20px;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
.breadcrumbs li {
	display:inline;
	background:url(../images/fo/arrow.gif) no-repeat 100% 4px;
	padding-right:18px;
	margin-right:3px;
}
.breadcrumbs li.last {
	background:none;
	padding-right:0;
	margin-right:0;
}
.breadcrumbs li a {
	text-decoration:none;
	color:#fff;
}
.breadcrumbs li a:visited {
	text-decoration:none;
	color:#fff;
}
.breadcrumbs li a:hover {
	text-decoration:underline;
	color:#fff;
}
/* lang style */
.lang {
	float:right;
	margin:3px 15px 0 0;
	padding:0;
	list-style:none;
	text-indent:-9999px;
	display:inline;
	width:70px;
}
.lang li {
	float:left;
	margin-left:3px;
}
.lang li a {
	display:block;
	width:19px;
	height:12px;
	overflow:hidden;
}
.lang li.de a {background:url(../images/fo/flags/fl-ge.gif) no-repeat;}
.lang li.en a {background:url(../images/fo/flags/fl-en.gif) no-repeat;}
.lang li.fr a {background:url(../images/fo/flags/fl-fr.gif) no-repeat;}
.lang li a:hover,
.lang li.active a {background-position:0 -12px;}

/* footer style */
#footer {
	width:772px;
	clear:both;
	overflow:hidden;
	border-top:2px solid #E05500;
	text-align:center;
	padding:12px 0 70px;
	margin-left:6px;
}
#footer p {
	float:right;
	font-size:10px;
	line-height:14px;
}
#footer ul {
	margin:0;
	list-style:none;
	padding:0 0 0 115px;
}
#footer li {
	display:inline;
	margin:0 5px;
}
.orange_text{
	color:#E05500;
}
.small_orange_text{
	color:#E05500;
	font-size:smaller;
}
.very_big_orange_text{
	color:#E05500;
	font-size: 2.5em;
	font-weight: bold;
}
.big_orange_text{
	color:#E05500;
	font-size: 1.3em;
	font-weight: bold;
}