.heading_h3 {
	color: #AD0404;
	font-family: 'FertigoProRegular';
	font-size: 16px;
	padding-bottom: 3px;
	padding-top: 0;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-weight: bold;
}

.yellowGradient {
	background: #fcf1da !important; /* Old browsers */
	background: -moz-linear-gradient(top, #fcf1da 0%, #f1c25e 37%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf1da), color-stop(37%,#f1c25e)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcf1da 0%,#f1c25e 37%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcf1da 0%,#f1c25e 37%) !important; /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fcf1da 0%,#f1c25e 37%) !important; /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1da', endColorstr='#f1c25e',GradientType=0 ) !important; /* IE6-9 */
	background: linear-gradient(top, #fcf1da 0%,#f1c25e 37%) !important; /* W3C */
}

.textholder h3 {
	font-size: 16px;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #AD0404;
	font-family: 'FertigoProRegular';
	padding-bottom: 3px;
	padding-top: 0;
}

.basis-liste-clm p a {
	font-size: 11px;
	font-weight: normal;
}

.basis-liste-clm p {
	margin-top: -3px;
}

ul#cols li ul.gallery li {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    float: left;
		padding: 5px;
    margin: 0 27px 27px 0;
    overflow: hidden;
    width: 160px;
}

* {
	font-family: 'DroidSans','Arial',sans-serif;
	color: #3B3B3B;
}

strong {
	font-weight: normal !important;
}

.datepicker-day-disabled {
	background: #9C0D14;
}

.pagination a {
	text-decoration: none !important;
}

#content-bottom h3 {
	font-size: 16px;
}

#description p strong {
	font-weight: normal;
}

#description p strong {
	font-weight: normal;
}

#colLeft p a {
	text-decoration: underline;
}

.itemcontent h1 {
	font-size: 11px;
	padding: 10px 0 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.itemcontent a:hover {
	color: #ad0404;
	text-decoration: underline;
}

.itemcontent strong {
	color: #AD0404;
  font-family: 'FertigoProRegular';
	font-size: 11px;
}

.itemcontent div {
	padding: 10px 0 5px;
	margin-bottom: 0px;
}

#content-left h3 {
	font-size: 14px !important;
}

.colItemDetailHeader h1 {
	font-family: 'FertigoProRegular';
	font-size: 16px;
  text-shadow: 1px 1px 0 #FFFFFF;
}

.headline-right {
	font-family: 'FertigoProRegular';
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 5px;
  padding: 5px 0 5px 0px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF;
  text-align: center;
  color: #AD0404;
}

.plusone {
	display: block;
	margin-right: 58px;
	float: right;
	padding-right: 5px;
	width: 35px;
}

.hero {
	position:absolute;
	top:370px;
	width:935px;
	text-align:right;
}

.hero-text {
	font-size:40px;
	font-family:'FertigoProRegular';
	color:#fff;
}

li#colRight .infobox {
	background-color: #fff9e9;
	min-height: 205px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

li#colLeft div {
	line-height: 140%;
	color: #3B3B3B;
	font-family: 'DroidSans','Arial',sans-serif;
	font-size: 12px;
}

.infobox .Header {
	background: #fcf1da; /* Old browsers */
	background: -moz-linear-gradient(top, #fcf1da 0%, #f1c25e 37%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcf1da), color-stop(37%,#f1c25e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcf1da 0%,#f1c25e 37%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcf1da 0%,#f1c25e 37%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fcf1da 0%,#f1c25e 37%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf1da', endColorstr='#f1c25e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fcf1da 0%,#f1c25e 37%); /* W3C */
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px; 
}

.error {
	background: #f4c8c3;
}

.infobox .Header h3 {
	padding: 5px 0 5px 50px;
	margin: 0 0 0 5px;
	line-height: 22px;
	font-family: 'FertigoProRegular';
	font-size: 18px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.navi {
	height: 32px;
	width: 340px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/DetailNaviBG.png) repeat-x left top;
	text-align: center;
}

.navi a {
	font-family: 'FertigoProRegular';
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	padding: 0 18px;
}

.text p {
	margin-bottom: 12px !important;
	color: #3B3B3B;
}

dt, dd {
	color: #3B3B3B !important;
}

h3, h4 {
	color: #AD0404 !important;
}

.underline{
	text-decoration: underline;
	color: #AD0404;
}

div.ui-datepicker{
 font-size:12px;
}

/* overrides */
#infobox .Header h3 {
	text-align: center;
	padding-left:0 !important;
	padding-right:0 !important;
}

h2 {
	font-size: 16px;
	text-shadow: 1px 1px 0 #FFFFFF;
}

.itemcontent h1, .itemcontent h2, .itemcontent h3, .itemcontent h4 {
	font-family: 'FertigoProRegular';
	font-size: 11px !important;
	color: #AD0404;
	padding: 10px 0 5px 0;
}

.navi {
	width: 100% !important;
}

.main-navi a {
	font-family: 'FertigoProRegular' !important;
}

#footer #footer-center {
	width: 800px !important;
}

#colItemDetail {
	height: auto !important;
}

li#colLeft #colItemDetail .colItemDetailContent {
	height: auto !important;
}

li#colLeft .colItem {
	height: auto !important;
}

#footer ul li {
	width: 200px;
	text-align: left;
}

#infobox {
	min-height: 100px !important;
}

#description {
	margin-top: 15px;
}

#request {
	margin-top: 15px;
}

#booking {
	margin-top: 15px;
}

#map {
	margin-top: 15px;
}

/* end overrides */

#content-left a {
	text-decoration: underline;
}

#content-left, #content-bottom p {
	line-height: 1.3 !important;
	color: #3B3B3B;
  font-family: 'DroidSans','Arial',sans-serif;
}

#content-left, #content-bottom h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#detail-basis-box {
	padding-top: 10px;
	padding-bottom: 10px;
}

#detail-object-pictures {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}

#detail-object-pictures img {
	padding: 2px;
}

#detail-preis-box {
	padding-top: 10px;
	padding-bottom: 10px;
}

#quicksearch {
	margin-top: 10px;
	margin-left: 5px;
}

#quicksearch_form {
	margin-top: 10px;
	margin-left: 5px;
}

#quicksearch select {
	font-size: 10px;
	margin-bottom: 4px;
	width: 132px;
}

#quicksearch input[type=text] {
	font-size: 10px;
	margin-bottom: 4px;
	width: 128px;
}

#quicksearch input {
	font-size: 10px;
	margin-bottom: 4px;
}

.priceinfo-right {
	margin-left:15px;
	font-size: 11px;
	color: #3B3B3B;
}

.infobox-basics {
	min-height: 250px !important;
	height: auto !important;
}

.quicksearch {
	font-size: 11px;
}

.left {
 width: 70px;
 float: left;
 font-weight:normal;
 margin-right:2px;
 margin-top: 5px;
}

.right {
 width: 120px;
 float: left;
 font-weight:normal;
 margin-right:2px;
}

.priceinfo {
	margin: 0;
	padding: 0;
	height: 25px !important;
	font-weight: bold;
	font-size: 18px !important;
	color: #AD0404 !important;
	font-family: 'DroidSans' !important;
}

#colItemDetailDetails {
	padding: 10px;
	padding-bottom: 20px;
	width: 580px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

#colItemDetailActivities, #colItemDetailReviews {
	padding: 10px;
	padding-bottom: 20px;
	width: 580px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}

#objektdetail-liste {
	width: 507px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.left-list-divider {
	float: left;
	width: 245px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 17px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
	line-height: 0;
	font-size: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	
.right-list-divider {
	float: left;
	width: 245px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
	line-height: 0;
	font-size: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
	
.left-list-2clm-divider {
	float: left;
	width: 507px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 2px;
	line-height: 0;
	font-size: 0px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


dt.detail-left-clm {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
	width: 160px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	height: 14px;
	font-size:11px;
}
	

dt.detail-right-clm {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 0px;
	width: 160px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	height: 14px;
	font-size:11px;
}
	
dd.detail-left-clm {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 17px;
	width: 70px;
	text-align: left;
	vertical-align: middle;
	height: 14px;
	font-size:11px;
	font-weight: normal;
}
	

dd.detail-right-clm {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 75px;
	text-align: left;
	vertical-align: middle;
	height: 14px;
	font-size:11px;
	font-weight: normal;
}
	
dd.detail-left-2clm {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 300px;
	text-align: left;
	vertical-align: middle;
	font-size:11px;
	font-weight: normal;
}
	
p.red-ball-white {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 14px;
	background-image:url(../images/redball-white.gif);
	background-repeat:no-repeat;
	background-position: left top;
	font-size:11px;
	font-weight: normal;
}
	
p.green-ball-white {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 14px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url(../images/greenball-white.gif);
	background-repeat:no-repeat;
	background-position: left top;
	font-size:11px;
	font-weight: normal;
}
	

form input#checkbox_1, form input#checkbox_2, form input#checkbox_3, form input#checkbox_4, form input#checkbox_5, form input#checkbox_6, form input#checkbox_7, form input#checkbox_8, form input#checkbox_9 {
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
}

form label.field-checkbox {
  float: left;
  font-size: 11px;
	margin-right: 8px;
  padding: 0 0 15px;
}

form label {
  display: block;
}

label.searchform {
	color: #333333;
	font-size: 11px;
}
	
input.searchform-leftside-input {
	color: #333333;
	font-size: 11px;
	width: 130px;
}

input.searchform-rightside-input {
	color: #333333;
	font-size: 11px;
	width: 130px;
}
	
input.searchform-leftside-input-small {
	color: #333333;
	font-size: 11px;
	width: 40px;
	margin-right: 5px;
}

input.searchform-leftside-short {
	color: #333333;
	font-size: 11px;
	width: 85px;
}

select.searchform-leftside-input {
	color: #333333;
	font-size: 11px;
	width: 140px;
}

dl.searchform {
	width: 410px;
}

dt.searchform-left-clm {
	width: 150px;
	text-align: right;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 11px;
	margin-right: 11px;
	float: left;
}

dd.searchform-left-clm {
	width: 150px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
	height: 25px;
}

dt.searchform-right-clm {
	width: 150px;
	text-align: right;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

dd.searchform-right-clm {
	width: 230px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
	height: 25px;
}

dd.searchform-double-clm {
	width: 300px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
	height: 60px;
}
	
dl.basis-liste {
	width: 234px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	}

dt.basis-liste-clm {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	text-align: right;
	height: 14px;
	vertical-align:middle;
	font-size:11px;
	font-weight: bold;
}

dd.basis-liste-clm {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	width: 120px;
	text-align: left;
	height: 14px;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
}

dt.basis-liste-clm-dbl {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	width: 129px;
	text-align: right;
	height: 35px;
	vertical-align:middle;
	font-size:11px;
}

dd.basis-liste-clm-dbl {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	width: 100px;
	text-align:right/*3514px*/;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
}

dt.basis-liste-divider {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	float: left;
	height: 2px;
	width: 220px;
	line-height: 0;
	font-size: 0px;
	background-image:url(../images/divider.gif);
	background-repeat:repeat-x;
	background-position: left top;
}	
	

textarea.searchform-double-clm {
	color: #333333;
	font-size: 10px;
	width: 400px;
	height: 60px;
}

input.check-array {
	float: left;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-right: 5px;
}
	
label.small-right-label {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
	text-align: left;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}



label.small-right-label a { color: #FF3300; text-decoration: none; font-weight: bold; }
label.small-right-label a:link {color: #FF3300; text-decoration: none; font-weight: bold;}
label.small-right-label a:visited {color: #FF3300; text-decoration: none; font-weight: bold;}
label.small-right-label a:hover {color: #FFCCCC; background-color:#FF3300; text-decoration: none; font-weight: bold;}
label.small-right-label a:active {color: #FFCCCC; background-color:#FF3300; text-decoration: none; font-weight: bold;}

.nodisplay {
	display: none;
}

/*
.itemcontent p a {
	text-decoration: none !important;
}

.textholder p a {
	text-decoration: none !important;
}
*/

#description h2 {
	margin-bottom: 10px;
}

.event-td {
	font-size: 13px;
}

.event-td a {
	text-decoration: underline;
}
