.Body {
	background: #fff;
	font-family: "Arial",Helvetica,sans-serif;
	width: 100%;
}

html,
.Body {
	font-size: 10px;
	line-height: normal;
}


.fontsize0 { font-size: 11px; }
.fontsize1 { font-size: 12px; }
.fontsize2 { font-size: 13px; }
.fontsize3 { font-size: 14px; }
.fontsize4 { font-size: 15px; }

#metaNav .disabled {
  opacity: 0.5;
}

hr {
  margin: 5px 0px;
}

#metaNav .disabled:hover {
  cursor: default;
  text-decoration: none;
}

* {
    outline: 0;
}

h1, h2, h3, h4, h5, p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration:none;
}

a img {
    border: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.hint,
.Body .Document p.hint {
  background: #f3f6cd;
  padding: 10px;
  margin: 15px 0px;
  border: 1px solid #e5d01f;
}

.roundedBox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.arialBlack {
    font-family: Arial Black;
}

.upperCase {
    text-transform: uppercase;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.bold {
    font-weight: bold;
}

#wrapper {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

#innerWrapper {
    box-shadow: none;
    margin: 0 0 60px 0;
}

.ui-datepicker-div {
    font-size: 0.9em !important;
}

.ui-widget-content {
    color: #202020 !important;
}

#loading-box {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #202020;
    color: #FFFFFF;
    height: 250px;
    margin-left: 290px;
    position: fixed;
    top: 40%;
    width: 400px;
    z-index: 100;
    display: none;
}

#loading-gif {
    left: 169px;
    position: absolute;
    top: 96px;
    width: 54px;
}

#loading-box h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100%;
}

/* Globale Vorgaben nach Umstellung auf em */

.Body H1,
.Body .Document H1 { font-size: 20px; }


.Body H2,
.Body .Document H2 { font-size: 16px; }

.Body H3,
.Body .Document H3 { font-size: 14px; }

.Body H4,
.Body .Document H4 { font-size: 13px; }

.Body .Document p,
.Template .text { font-size: 13px; }

.listeData .vorschauData li .name { font-size: 10px; }

.listeData .vorschauData li .filename,
.listeData .vorschauData li .size,
.trefferlistefooter,
.trefferlisteheader,
.Template .minitext { font-size: 11px; }

.Document h4.boxDescription,
#tt_column h4.boxDescription {
    font-weight: normal;
    font-size: 15px;
	line-height:  20px;
	display: block;
    margin-bottom: 5px;
	text-transform: none;
}

#headerFunctions {
	position: relative;
	height: 60px;
}

#headerFunctions h4.boxDescription {
	position: absolute;
	left: 0px;
	bottom: 0px;
}



/* Breadcrumbs */

#breadcrumbs {
    color: #000;
    font-size: 11px;
    line-height: 15px;
    padding: 5px 0px 5px 5px;
    margin: 0px;
    position: relative;
    width: 520px;
    z-index: 1;
}

#breadcrumbs.wide {
	width: 765px;
}

#breadcrumbs div {
    display: inline;
}

#breadcrumbs ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#breadcrumbs ul li {
    display: inline;
    margin-right: 2px;
}

#breadcrumbs ul li a {
    background: url(/gfx/BAG/bg-breadcrumbs.png) no-repeat left center;
    padding:0 0 0 20px;
	color: #000;
    text-decoration: underline;
}

#breadcrumbs ul li.firstLink a {
  background: none;
  padding: 0px
}

#breadcrumbs ul li.lastLink span {
    background: url(/gfx/bg-breadcrumbs.png) no-repeat left center;
    padding: 0 0 0 20px;
	color: #000;
}

#all_content {
	font-size: 1.3em;
	padding: 15px 0px;
}

#main {
    background: #ffffcc url("/gfx/LAG/HE/bg-main.png") repeat-x;
    position: relative;
    width: 1000px;
}

#pageContent {
  padding: 15px 30px 15px 30px;
  width: 940px;
  position: relative;
}

/* Content */

#content {
    float: left;
    width: 685px;
    position: relative;
    min-height: 450px;
    padding: 15px 30px 15px 15px;
}


#content h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

#content h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Templates Start */

#content .Template a {
    color: #005DA8;
}

#content .Template a:hover {
    text-decoration: underline;
}

#content .Template a.kontext {
    color: #000 !important;
    border-bottom: 1px dotted #000;
}

#content .Template a.kontext:hover {
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.Body .Document p,
.Template p,
.Template .text {
    line-height: 18px;
    font-size: 13px;
    margin: 0px 0px 5px 0px;
}

.Document .Template h1,
.Document .Template h2,
.Document .Template h3,
.Document .Template h4,
.Document .editor {
    margin: 0px 0px 10px 0px;
}

.Document .Template h1 {font-size: 22px; line-height: 24px;}

.Document .Template h2 {font-size: 16px; line-height: 18px;}

.Document .Template h3 {font-size: 13px; line-height: 15px;}

.Document .Template h4 {font-size: 12px; line-height: 14px;}

#content .Document .Template h1 a { color: #000; }

#content .Document .Template h2 a { color: #000; }

.Template .bild,
.Template .bild img {
    width: 100%;
}

.Template .button a {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.Template .button a:hover {
    text-decoration: none;
}

.Template .bild { margin-bottom: 15px; }

.Template .minitext { margin: 0px 0px 5px 0px; font-size: 10px; line-height: 12px; }

#comment {
    position: relative;
    clear: both;
}
.frontendFieldset {
    border: none;
}

#comment_rating_link button {
    height: 30px;
    margin: 2px;
    cursor: pointer;
}

.userComment { font-size: 1em; }

.googlemap .MapContainer {
    height: 442px !important;
}

/* Seitenhintergrund */

#backgroundPic {
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#backgroundPic .bild,
#backgroundPic .bild img {
    min-width: 1600px;
    width: 100%;
    display: block;
}

/* lokales Styling Travel */

button { cursor: pointer; }

.hostInfoContainer { width: 460px; }

.hostDescription {
	width: 288px;
	margin-right: 15px;
	line-height: 17px; 
}

.hostDescriptionText {
	overflow: hidden;
}

.hostDescription .openDesc, .hostDescription .closeDesc { background-image: url(/gfx/pfeile/plus-sprite-blue.png); background-position: 5px 2px; background-repeat: no-repeat; color: #006AB3; text-decoration: underline; }

#travelDetail .hostDescription { 
	width: 288px;
}

#travelDetail .hostInfoContainer { width: 460px; margin: 0px 0px 10px 0px; }

.hostPauschalangebote { margin: 20px 0px 0px 0px; }

#resultGallery .travelTrefferGallery { width: 207px; min-height: 355px; }

#travelDetail { background: #fff; margin: 0px 15px 10px 0px; width: 675px; }

#travelDetail .hostOffer { background: #dff1bf; }

#fancybox-content .hostOffer { width: 100%; overflow: hidden; }

#fancybox-content a { color: #006AB3; }

#fancybox-content .hostOffer .openRoomOffers, #travelDetail .hostOffer .openRoomOffers { background-image: url(/gfx/pfeile/plus-sprite-blue.png); background-color: transparent; background-position: 5px 2px; background-repeat: no-repeat; color: #006AB3; text-decoration: underline; }

#travelDetail .hostOffer .hostOfferType { color: #000; }

#travelDetail .hostOffer .hostOfferName h2 { color: #000; }

#travelDetail .hostOfferInfoContainer { width: 450px; }

#fancybox-content .hostOfferInfoContainer { width: 455px; }

#travelDetail .requestForm { position: relative;  width: 100%; }

#fancybox-content .hostOffer, #travelDetail .hostOffer { background: #ECECEC; }

#fancybox-content .hostOffer .hostOfferType, #travelDetail .hostOffer .hostOfferType { color: #000; }

#fancybox-content .hostOffer .hostOfferName h2, #travelDetail .hostOffer .hostOfferName h2, .priceTable .offerName { color: #000; }

.toggle-pauschale {
    margin-bottom: 20px;
}

.toggle-pauschale p {
    font-size: 12px;
    color: #000;
    cursor: pointer;
  padding-left: 15px;
}

.toggle-pauschale .toggle-more {
   background: url("/gfx/toggle-more-icon.png") no-repeat center left transparent;
}

.toggle-pauschale .toggle-less {
   background: url("/gfx/toggle-less-icon.png") no-repeat center left transparent;
}


/* Darstellung Preise kombiniert - Detail */
#travelDetail .hostKombinationPrices {
  background: #ECECEC;
  border: 1px solid #000;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 0px 10px;
}

#travelDetail .hostOfferFunctions.kombination {
  margin: 10px 0px;
}

#travelDetail .hostKombinationPrices .ui-state-default,
#travelDetail .hostKombinationPrices .ui-state-default {
  background: none;
  border: none;
}

#travelDetail .hostOffer.kombination {
  margin: 0px;
}

#travelDetail .hostOffer.kombination:nth-of-type(1) {
  border-bottom: 1px dotted #000;
}

/* Travel neue Trefferlisten */

.tt_template {
  width: 940px;
  position: relative;
}

.tt_template a {
  color: #006AB3;
}

.tt_viewPager {
    background: #4167a8;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: 45px;
}

.tt_viewPager,
#countResult,
.pager span {
  color: #fff !important;
}

.listType h2 {
   font-size: 15px !important;
   font-weight: normal;
   margin: 5px 0 0 10px !important;
}

.tt_viewPager.detail {
    margin: 0px 245px 10px 15px;
}

#countResult { color: #000; }

.pager span { color: #000; }

.pager .disabled { color: #ccc; }

.pager .active { background-color: #787878; color: #4167a8 !important; }

.pager.detailPager { text-align: center; }

.pager.detailPager a { color: #fff; }

#listView_content {
    width: 700px;
    position: relative;
    z-index: 1;
}


.pager .active,
#tt_column .box .filter .switch, 
#tt_column .box .filter .openSwitch{
  background: #fff !important;
}

/* Gastgeber merken - Merkzettel */

.bubble {
  background: #fff;
  padding: 5px;
  z-index: 10000;
}

#showLeafletItems {
	float: right;
	color: #000;
	line-height: 30px;
	margin: 0px;
}

#showLeafletItems span {
	cursor: pointer;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
}

#showLeafletItems span:hover {
  text-decoration: none;
}

#showLeafletItems.inactive .showLeafletItems {
	color: #999;
}

#showLeafletItems .leafletCount {
	background: url("/gfx/travel/bg-cartItems.png") no-repeat left 0px;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	width: 18px;
	height: 30px;
	padding-left: 12px;
}

#showLeafletItems.inactive .leafletCount {
	display: none;
}

#hiddenItems ul li span {
  background: url("/gfx/travel/merkzetteleintrag_loeschen_white.png") no-repeat left center;
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  overflow: hidden;
  padding-right: 10px;
  text-indent: -5000px;
  width: 16px;
}

#hiddenItems ul li {
  display: block;
  line-height: 18px;
  padding: 3px 0px;
}

#leaflet2 {
	display: none;
}

#leaflet2 .filter ul li { border-bottom: 1px solid #000; }

#leaflet2 .box .filter a {
  color: #000;
}

/* tt_column.left Start */

#tt_column { width: 220px; }

#tt_column.rightCol { margin: 0px 0px 0px 5px; padding: 0px; }

#tt_resultList { width: 700px; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 15px; }

#tt_column, #tt_orientationLinks { padding: 0 5px 0 0px; }

#tt_orientationLinks { padding: 5px 0px; width: 170px; font-size: 1.2em; }

#tt_orientationNav { 
	width: 430px;
	margin: 0px auto 10px auto;
	padding: 0 20px 0 10px; 
}

#tt_orientationLinks a.goToShoppingCart {
    background: url(/gfx/travel/bg-shoppingCart.png) no-repeat left 2px;
    display: block;
	font-weight: bold;
    padding: 0px 0px 5px 20px;
    line-height: 15px;
    color: #000;
}

/*
#tt_orientationLinks a.backStep {
    background: url(/gfx/travel/BAG/bg-backStep.png) no-repeat left center;
    display: block;
    padding: 0px 0px 0px 20px;
    margin-top: 12px;
    line-height: 15px;
    color: #000;
}
*/

a.backStep {
	background: url("/gfx/bg-backStep.png") no-repeat scroll left center transparent;
	display: block;
	color: #006AB3;
	margin: 0px 70px 0px 0px;
	padding: 5px 0 5px 20px;
	width: 150px;
}

#tt_orientationNav ul {
	background: url(/gfx/travel/bg-orientationNavLine.png) repeat-x left top;
}

#tt_orientationNav ul li {
	background-image: url(/gfx/travel/bg-orientationSprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    padding: 0px 8px 0px 8px;
    background-color: transparent;
	color: #000;
	position: relative;
	margin-left: -9px;
    width: 75px;
}

#tt_orientationNav ul li.first {
	margin: 0px;
}
	
#tt_orientationNav ul li.active,
#tt_orientationNav ul li:hover {
    background-color: transparent;
   	background-image: url("/gfx/travel/HE/bg-orientationSprite.png");
	background-repeat: no-repeat;
	background-position: 0px -100px;
}

#tt_orientationNav ul li a { background: #ececec; color: #000; font-size: 11px; padding: 0px 5px; }

#tt_orientationNav ul li span.status { background: #ececec; margin: 0px; padding: 0px; line-height: 16px; font-size: 11px; padding: 0px 5px; }

#tt_orientationNav ul li.active a, #tt_orientationNav ul li:hover a { border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #8ac72b; color: #fff; line-height: 14px; }

#tt_orientationNav ul li.active span.status, #tt_orientationNav ul li:hover span.status { border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #8ac72b; color: #fff; line-height: 14px; }

#tt_orientationNav ul li.active span.status, 
#tt_orientationNav ul li:hover span.status,
#tt_orientationNav ul li.active a, 
#tt_orientationNav ul li:hover a { 
	background: #4167a8;
}

#tt_orientationNav ul li.active a {
     background-color: #4167a8;
    color: #fff;
}

#tt_orientationNav ul li.active,
#tt_orientationNav ul li:hover,
#tt_orientationNav ul li span.placeHolder { 
	background-image: url(/gfx/travel/HE/bg-orientationSprite.png);
}

#tt_orientationNav ul li span.step { 
	background-image: url("/gfx/travel/HE/bg-orientationStepSprite.png");
}

#tt_orientationNav ul li span.placeHolder { 
	width: 8px; 
	height: 16px; 
	/* background-image: url(/gfx/travel/bg-orientationSprite.png); */
	background-repeat: no-repeat;
	background-position: 0px -50px; 
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#tt_orientationNav ul li.active span.placeHolder,
#tt_orientationNav ul li:hover span.placeHolder {
	background-position: 0px -150px;
}

#tt_orientationNav ul li span.step { 
	/* background-image: url(/gfx/travel/bg-orientationStepSprite.png);*/
	background-repeat: no-repeat;
	background-position: center 0px;
	line-height: 20px; 
	width: 20px;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	margin: 5px auto 0px auto;
	padding: 0px;
}


#tt_orientationNav ul li.active span.step,
#tt_orientationNav ul li:hover span.step {
	background-position: center -20px;
	color: #fff;
}

#reiseziel {
  width: 190px;
}

#tt_column .box .filter .adultPersons {
	margin-right: 5px;
}

#tt_column .infobutton {
    background-image: url(/se_data/global/gfx/travel/bg-infoButton.png); 
    background-repeat: no-repeat; 
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer; 
    width: 18px;
    height: 18px;
}

#tt_column h4.boxDescription {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 5px;
}

#tt_column .box .filter {
    background: #fff;
	color: #000;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    padding: 10px;
}

#tt_column .box .filter a,
#tt_column .box .filter a:visited {
    font-weight: normal;
}

#filterLabels ul {
	float: left;
}

#filterLabels li span.button {
	float: left;
	cursor: pointer;
}

#tt_column .box .filter.reisedaten {
	background: #fff;
    border: 1px solid #bbb;
}

#tt_column .box .filter.reisedaten #umkreisLabel {
	display: inline-block;
	width: 73px;
	vertical-align: middle;
}

#tt_column .box .filter label,
#travelDetail .checkAllocation label {
	display: block;
	color: #000;
	font-size: 1.1em;
	margin: 0px 0px 2px 2px;
}

#travelDetail .checkAllocation label {
	font-size: 0.8em;
}

#tt_column .box .filter.reisedaten label {
	color: #000;
	font-size: 1.2em;
}

#tt_column .box .filter.reisedaten #toleranztageLabel {
	display: inline-block;
	width: 95px;
}

#tt_column #roomSearch {
   position: relative;
}

#tt_column #roomSearch .furtherRoom {
    background: none repeat scroll 0 0 #ECECEC;
    margin: 0 -5px 5px;
    padding: 2px 5px 0;
}

#tt_column #addScnt {
  background: #ECECEC url('/se_data/global/gfx/travel/roomAdd.png') no-repeat 5px center;
  color: #000;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 -5px 5px;
  padding: 2px 2px 2px 2px;
}

#tt_column .remScnt {
  background: url('/se_data/global/gfx/travel/roomRemove.png') no-repeat right center;
  color: #787878 !important;
  text-decoration: none;
  display: block;
  margin: 0 4px 0 0;
  padding: 2px 16px 2px 2px;
  text-align: right;
}

#tt_column .infoScnt {
  color: #787878 !important;
  text-decoration: none;
  display: block;
  margin: 0 4px 0 0;
  padding: 2px 0px 2px 2px;
  text-align: right;
}

#tt_column #roomSearch .furtherRoom label{
  color: #000 !important;
}

#tt_column #roomSearch .furtherRoom .adultPersons label,
#tt_column #roomSearch .furtherRoom .childPersons label{
  width 98px;
}

#tt_column .box .filter input[type="text"],
#travelDetail .checkAllocation input[type="text"] {
	background: #fff;
	border: 2px solid #4167a8;
	color: #000;
	font-size: 11px;
	padding: 2px;
}

#travelDetail .checkAllocation input[type="text"] {
	margin-right: 2px;
		width: 70px;
}

#tt_column .box .filter .classificationCheck .ui-widget-content,
#tt_column .box .filter .classificationCheck .ui-widget-content span {
  color: #003D79;
}

#tt_column .box .filter select,
#travelDetail .checkAllocation select,
.tt_viewPager .sortingContainer select {
	width: 188px;
	color: #000;
	font-size: 11px;
	padding: 1px;
}

#tt_column .box .filter select.smallSize,
.tt_viewPager .sortingContainer select {
	width: 95px;
}

#travelDetail .checkAllocation select.smallSize {
	width: 75px;
}

#tt_column .box .filter select.xsSize {
	width: 61px;
	margin-right: 5px;
}

#tt_column .box .filter option,
#travelDetail .checkAllocation option,
.tt_viewPager .sortingContainer option {
	background-color: #fff;
	color: #000;
}

#umkreis {
  width: 119px !important;
}

#umkreis[disabled] {
  color: #787878 !important;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #878787;
  width: 186px !important; 
}

#tt_column .calendarContainer {
	position: relative;
	width: 50%;
}

#tt_column .calendarContainer.first {
	margin-right: 2%;
	width: 48%;
}

#tt_column .checkAllocation .calendarContainer, 
#tt_column .checkAllocation .adultPersons, 
#tt_column .checkAllocation .toleranztageContainer {
	padding: 0px;
}

#tt_column .calendarContainer input {
	width: 68px;
	border: 1px solid #002142;
	background: #4D6E8F;
	color: #A6B7C7;
	font-size: 11px;
	padding: 2px;
	margin-right: 2px;
}


#tt_column .onlineBookable.preActivated {
	opacity: .6; // for all other browsers
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // first!
	filter: alpha(opacity=60); // second!
}

#tt_column .box .filter ul li {
  overflow: hidden;
}

#tt_column .box .filter .onlineBookable input[type=checkbox],
#tt_column .box .filter ul li input[type=checkbox] {
   margin: 2px;
  float: left
}

#tt_column .box .filter .onlineBookable label,
#tt_column .box .filter ul li label {
  float: left;
  padding-left: 0px;
  width: 158px;
  line-height: 18px;
}

#tt_column .resetSearch {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border: 1px solid #BBBBBB;
	padding: 5px 10px;
	font-size: 12px;
    text-align: center;
}

#tt_column .resetSearch:hover {
	background: #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}

#tt_column .box .filter ul li label .info {
	padding-left: 0px;
}

#tt_column .box .filter h5 {
	color: #000;
	background-color: #002F5E;
	padding: 5px 0px 5px 25px;
	line-height: 15px;
  font-size: 1.3em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
  position: relative;
}

#tt_column .box .filter h5.closed,
#tt_column .box .filter h5.open {
	background-repeat: no-repeat;
	background-position: 5px top;
	cursor: pointer;
	padding: 5px 0px 5px 25px;
	position: relative;
}

#tt_column .box .filter h5.closed,
#tt_column .box .filter .accommodationBlock h5,
#tt_column .box .filter h5.open {
  background-image: url("/gfx/travel/arrow-sprite-white.png");
     background-color: #4167a8;
    color: #fff;
}

#tt_column .box .filter h5.open {
	background-position: 5px -21px;
}

#tt_column .box .filter h4 {
  border-top: 1px solid #FFFFFF;
  font-size: 12px;
  margin: 10px 0;
  padding: 5px 0 0 5px;
  font-weight: bold;
}

#tt_column .box .filter .switch,
#tt_column .box .filter .openSwitch {
	background: #ececec;
	padding: 5px;
  position: relative;
  width: 188px;
}

#tt_column .box .filter .switch, 
#tt_column .box .filter .priceLimit { 
   display: none;
}

#tt_column .accommodationType label {
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

#tt_column .accommodationType ul li label {
  font-weight: normal;
  margin: 0px;
}

.functionButtons .requestForm {
  margin: 5px 0 0 0;
}

.functionButtons .previewDetail.button.find {
  margin: 0;
  font-weight: normal;
  width: auto;
}

#travelDetail .hostInfoContainer .previewDetail.button.find {
  margin: 5px 0 0 0;
  font-weight: normal;
  float: right;
  width: 146px;
  text-align: center;
}

#tt_column button.find,
.previewDetail.button.find {
	border: none;
	color: #fff;
	display: block;
	line-height: 16px;
	vertical-align: middle;
	font-size: 14px;
	padding: 5px;
	width: 195px;
	margin-top: 10px;
	background: #77ac44;
	text-transform: none;
	height: auto;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM3N2FjNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiM0NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #77ac44 20%, #468e00 46%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#77ac44), color-stop(46%,#468e00));
	background: -webkit-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background: -o-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background: -ms-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background: linear-gradient(top,  #77ac44 20%,#468e00 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac44', endColorstr='#468e00',GradientType=0 );
}

#tt_column button.find:hover,
.previewDetail.button.find:hover {
	background: #468e00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2FjNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #468e00 0%, #77ac44 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#468e00), color-stop(100%,#77ac44));
	background: -webkit-linear-gradient(top,  #468e00 0%,#77ac44 100%);
	background: -o-linear-gradient(top,  #468e00 0%,#77ac44 100%);
	background: -ms-linear-gradient(top,  #468e00 0%,#77ac44 100%);
	background: linear-gradient(top,  #468e00 0%,#77ac44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468e00', endColorstr='#77ac44',GradientType=0 );
}

#tt_column .classificationCheck .ui-classification-star {
  height: 18px;
}

#travelDetail #tabs h1,
#travelDetail #tabs h2,
#travelDetail #tabs h3 {
    margin: 0px 0px 15px 0px;
}

#waitAnimation {
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

/* Pauschalendarstellung */

.hostInfoContainer .hostPauschalangebote .pauschale {
	background: #f6f6f6;
	font-size: 12px;
	border: 1px solid #000;
	margin: 5px 0;
	padding: 5px;
}

.hostInfoContainer .hostPauschalangebote .pauschale .pauschaleLeistungen {
  width: 330px;
}

.hostInfoContainer .hostPauschalangebote .pauschale .pauschaleLeistungen h2 {
  margin: 0px;
}

.hostInfoContainer .hostPauschalangebote .pauschale .pauschaleLeistungen h2 a {
	color: #000;
}

.hostInfoContainer .hostPauschalangebote .pauschale .pauschaleLeistungen p {
  color: #787878;
}

/* Darstellung online buchbar! */

.hostEvaluation span.onlineBookable,
.hostHeader .onlineBookable {
    background: url(/se_data/global/gfx/travel/bg-buchbar.png) no-repeat left center;
    color: #000;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}

.hostHeader .onlineBookable {
  margin: 5px 0px 0px 0px;
}

.hostGalleryInfoContainer span.onlineBookable {
    background: url(/se_data/global/gfx/travel/bg-buchbar.png) no-repeat left center;
    color: #000;
    display: block;
    float: right;
    font-weight: bold;
    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

/*
#fancybox-content .hostEvaluation span.onlineBookable {
  float: right;
}
*/

.hostEvaluation {
	border: 1px solid #787878;
	/*width: 142px;*/
	width: 155px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.hostEvaluation a, 
.hostEvaluation span {
	line-height: 30px;
}

.hostEvaluation .hostDetails,
.hostEvaluation .mapLink,
.hostEvaluation .videoLink,
.hostEvaluation .hostLeaflet,
.hostEvaluation .hostLeafletRemove {
	margin: 0px 5px;
}


.hostEvaluation a, 
.hostEvaluation span, 
.hostGalleryEvaluation a, 
.hostGalleryEvaluation span, 
#travelDetail span.hostLeaflet {
    color: #787878;
    cursor: pointer;
    display: block;
	float: none;
    padding: 0px 0px 0px 20px;
    text-decoration: underline;
}

.hostEvaluation a:hover,
.hostEvaluation span:hover {
	text-decoration: none;
}

.hostEvaluation span.onlineBookable,
.hostHeader .onlineBookable {
    background: #ececec url("/gfx/travel/bg-bookableChecked.png") no-repeat 5px center;
	border-bottom: 1px solid #787878;
    color: #468e00;
float: none;
    padding: 0px 5px 0px 30px;
	display: block;
	line-height: 30px;
}

.hostEvaluation .hostLeaflet, 
.hostGalleryEvaluation .hostLeaflet, 
#travelDetail .hostLeaflet {
    background: url("/se_data/global/gfx/travel/bg-merken.png") no-repeat scroll left center transparent;
    cursor: pointer;
}

.hostEvaluation .hostLeafletRemove, 
.hostGalleryEvaluation .hostLeafletRemove, 
#travelDetail .hostLeafletRemove {
    background: url("/se_data/global/gfx/travel/bg-merkenRemove.png") no-repeat scroll left center transparent;
    cursor: pointer;
}

.hostEvaluation .requestForm a,
.hostEvaluation .previewDetail,
.hostEvaluation .hostLeaflet.grey, 
.hostGalleryEvaluation .hostLeaflet.grey, 
#travelDetail .hostLeaflet.grey {
    background-color: #ececec;
	border-top: 1px solid #787878;
    color: #006AB3;
	padding: 0px;
	text-align: center;
}

.hostEvaluation .hostLeaflet.grey, 
.hostGalleryEvaluation .hostLeaflet.grey, 
#travelDetail .hostLeaflet.grey {
    border: none;
    margin: 0;
	background-position: 5px center;
}

/* Travel Detaildarstellung Start */

#travelDetail .hostHeadContainer {
  margin: 0px 0px 15px 0px;
}

/* Tabs Start */

#tabs {
	border-bottom: 1px solid #000;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

#hostDetailTabs {
    width: 100%;
    position: relative;
}

#hostDetailTabs .resultTab,
.travelTreffer .resultTabOffer {
	-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;
	border-top: 1px solid #fff; 
	border-right: 1px solid #fff; 
	border-left: 1px solid #fff; 
	background-color: #787878; 
	padding: 2px 5px; 
	line-height: 16px; 
	color: #fff; 
	font-size: 0.9em;
	cursor: pointer; 
	display: block; 
	float: left; 
	margin: 5px 2px 0px 2px;
}

#resultTabs,
#hostDetailTabs { 
	height: 26px; 
	width: 100%;
    position: relative;
}

.travelTreffer .resultTabOffer:hover,
#hostDetailTabs .resultTab:hover {
	background: #fff;
	color: #000;
	border-top: 1px solid #000; 
	border-right: 1px solid #000; 
	border-left: 1px solid #000;
}

#hostDetailTabs .resultTab.active,
.travelTreffer .resultTabOffer.active{
    font-size: 13px;
    line-height: 18px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	border-top: 1px solid #000; 
	border-right: 1px solid #000; 
	border-left: 1px solid #000;
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	background-color: #fff; 
	color: #000; 
	padding: 2px 5px 7px 5px; 
	margin: 0px 2px;
}

#tab_2_content,
#tab_3_content,
#tab_4_content,
#tab_5_content,
#tab_6_content {
    display: none;
}

#tab_1_content,
#tab_2_content,
#tab_3_content,
#tab_4_content,
#tab_5_content,
#tab_6_content{
    position: relative;
    width: 675px;
    margin: 15px 0px;
}

#tab_1_content h1,
#tab_2_content h1,
#tab_3_content h1,
#tab_4_content h1,
#tab_5_content h1,
#tab_6_content h1 {
	margin-bottom: 15px;
}

.hostPrices .button.booking {
	border: none;
	width: 435px;
	position: relative;
}

#tab_2_content .w65 {
    margin-right: 20px;
    width: 410px;
}

#tab_2_content .w35 {
    width: 245px;
}

#travelDetail .merkmale dt,
#fancybox-content .merkmale dt {
  background-color: #efefef;
  background-image: url(/gfx/pfeile/plus-sprite-black.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  padding: 3px 5px 3px 22px;
  font-weight: bold;
  line-height: 18px;
}

#travelDetail .merkmale dt.open,
#fancybox-content .merkmale dt.open {
  background-position: 5px -36px;
}


.hostPrices .searchEnquiry, .hostPrices ul li.offer span { color: #5E5E5E; }

.hostPrices ul li.offer { color: #5E5E5E; }

#gallery #viewer { width: 400px; margin-right: 40px; }

#gallery #index .thumb { width: 81px; height: 55px; overflow: hidden; }

#resultList {
    position: relative;
    z-index: 1;
}

#resultList .travelTreffer,
#resultGallery .travelTrefferGallery {
    color: #000;
    z-index: 1;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.travelTreffer,
#travelDetail {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.travelTreffer .preview .previewDetail {
  cursor: pointer;
  text-decoration: underline;
  color: #787878;
}

#travelDetail .button.showRequestForm,
#bookingStep .bookingStep {
    background: url(/gfx/travel/BAG/bg-buttonAngebot.png) repeat-x left top;
}

#mapView_content .button.angebot,
.travelTrefferGallery .button.angebot,
.travelTreffer .button.angebot,
#travelDetail .button.booking,
#travelDetail .button.angebot,
#bookingStep .button.bookingsum {
	background: none;
}

#mapView_content .button span,
#mapView_content a.suchestarten,
.travelTrefferGallery a.suchestarten,
.travelTreffer a.suchestarten,
#travelDetail .checkAllocation .suchestarten button,
#travelDetail .button.booking span,
#travelDetail .button button.suchestarten,
#travelDetail .button span,
.travelTreffer .button span.suchestarten,
#travelDetail a.suchestarten,
#bookingStep a.suchestarten,
#bookingStep .button button.suchestarten {
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	background: #77ac44 url(/gfx/travel/ArrowNextAngebot.png) no-repeat right center;
	background-image: url(/gfx/travel/ArrowNextAngebot.png); /* fallback */
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -moz-linear-gradient(top,  #77ac44 20%, #468e00 46%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%,#77ac44), color-stop(46%,#468e00));
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -webkit-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -o-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -ms-linear-gradient(top,  #77ac44 20%,#468e00 46%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), linear-gradient(top,  #77ac44 20%,#468e00 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ac44', endColorstr='#468e00',GradientType=0 );
}

#mapView_content .button span:hover,
#mapView_content a.suchestarten:hover,
.travelTrefferGallery a.suchestarten:hover,
.travelTreffer a.suchestarten:hover,
#travelDetail .checkAllocation .suchestarten button:hover,
#travelDetail .button.booking span:hover,
#travelDetail .button button.suchestarten:hover,
#travelDetail .button span:hover,
#travelDetail a.suchestarten:hover,
#bookingStep .button button.suchestarten:hover {
	background: #468e00 url(/gfx/travel/ArrowNextAngebot.png) no-repeat right center;
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -moz-linear-gradient(top,  #468e00 54%, #77ac44 80%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -webkit-gradient(linear, left top, left bottom, color-stop(54%,#468e00), color-stop(80%,#77ac44));
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -webkit-linear-gradient(top,  #468e00 54%,#77ac44 80%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -o-linear-gradient(top,  #468e00 54%,#77ac44 80%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), -ms-linear-gradient(top,  #468e00 54%,#77ac44 80%);
	background-image: url(/gfx/travel/ArrowNextAngebot.png), linear-gradient(top,  #468e00 54%,#77ac44 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#468e00', endColorstr='#77ac44',GradientType=0 );
}

#bookingStep a.suchestarten,
#bookingStep .button button.suchestarten {
	padding: 5px 20px 5px 10px;
}

#travelDetail .button.showRequestForm span,
#travelDetail .button.shoppingCart span{
  color: #fff;
}

#travelDetail .hostOfferHit .searchEnquiry {
	text-align: left;
}

#travelDetail .checkAllocation .suchestarten {
	margin: 0px;
}

#travelDetail .hostOfferFunctions .suchestarten.offerToBasket {
	background: #fff;
	filter: none;
	background-image: none;
	color: #000 !important;
	padding: 5px;
}

#travelDetail .checkAllocation .suchestarten button {
	font-size: 11px;
	line-height: 13px;
	margin: 10px 0 0;
	padding: 3px 20px 3px 3px;
}

.submitButton {
    margin: 10px 0px;
}

#mapView_content .button button.suchestarten,
#travelDetail .button button.suchestarten,
#bookingStep .button button.suchestarten {
    border: none;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 0px 20px 0px 5px;
    text-transform: uppercase;
}

#bookingStep .button button.suchestarten {
    padding: 5px 20px 5px 10px;
}

#bookingStep h3.optionalAttainment {
  background-image: url(/gfx/pfeile/ArrowDown.png);
  background-image: url(/gfx/pfeile/ArrowDown.png), -moz-linear-gradient(top,  #337eb9 39%, #005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowDown.png), -webkit-gradient(linear, left top, left bottom, color-stop(39%,#337eb9), color-stop(46%,#005ea8));
  background-image: url(/gfx/pfeile/ArrowDown.png), -webkit-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowDown.png), -o-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowDown.png), -ms-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowDown.png), linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea8', endColorstr='#337eb9',GradientType=0 );
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
  padding: 2px 20px 2px 5px;
}

#bookingStep h3.optionalAttainment.closed {
  background-image: url(/gfx/pfeile/ArrowRight.png);
  background-image: url(/gfx/pfeile/ArrowRight.png), -moz-linear-gradient(top,  #337eb9 39%, #005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowRight.png), -webkit-gradient(linear, left top, left bottom, color-stop(39%,#337eb9), color-stop(46%,#005ea8));
  background-image: url(/gfx/pfeile/ArrowRight.png), -webkit-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowRight.png), -o-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowRight.png), -ms-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/pfeile/ArrowRight.png), linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea8', endColorstr='#337eb9',GradientType=0 );
  background-repeat: no-repeat;
  background-position: right center;
}

#bookingStep .bookingItemOptionalAdd {
  background-image: #337eb9 url(/gfx/travel/BAG/bg-addOptionalCart.png);
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), -moz-linear-gradient(top,  #337eb9 39%, #005ea8 46%);
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), -webkit-gradient(linear, left top, left bottom, color-stop(39%,#337eb9), color-stop(46%,#005ea8));
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), -webkit-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), -o-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), -ms-linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  background-image: url(/gfx/travel/BAG/bg-addOptionalCart.png), linear-gradient(top,  #337eb9 39%,#005ea8 46%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea8', endColorstr='#337eb9',GradientType=0 );
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a93e', endColorstr='#468e00',GradientType=0 );
  border: none;
  font-weight: normal;
  line-height: 16px !important;
  color: #fff;
  margin: 0;
  padding: 2px 20px 2px 5px;
  text-transform: uppercase;
  text-align: center;
}

#map-side-bar a.map-link {
    color: #8C0024;
    background: url("/gfx/travel/mapIcons/betrieb2.png") no-repeat left center;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 28px;
}

#map-side-bar a.map-link:hover { text-decoration: underline; }

.directionService {
  margin: 0px 0px 20px 0px;
}

#calculateDestination span { cursor: pointer; }

.journeyStart,
.journeyDestination,
#calculateDestination {
  width: 32%;
}

/* Darstellung Merkmalsliste */

#travelDetail .merkmale h3 { background-color: #2359A6; color: #fff; font-size: 12px; font-weight: normal; }

#travelDetail .merkmale.open h3 { background-color: #002F5E; }

#travelDetail .merkmale dl {
  margin: 0px 0px 5px 0px;
}

#travelDetail .merkmale dt {
  background-color: #ECECEC;
  background-image: url(/gfx/pfeile/plus-sprite-black.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  padding: 3px 5px 3px 22px;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

#travelDetail .merkmale dt.open {
  background-position: 5px -36px;
}

/* Darstellung bildergalerie Detaileintrag */

#travelDetail .hostImages a.fancyLightbox {
  background: none repeat scroll 0 0 #EFEFEF;
  border: 1px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #202020;
  -webkit-box-shadow: 0px 0px 3px #202020;
  box-shadow: 0px 0px 3px #202020;
  display: block;
  height: 100px;
  margin: 5px;
  overflow: hidden;
  width: 100px;
}

.hostPrices {
    border: 1px solid #000;
}

#travelDetail .hostPrices .price, .hostGalleryPrices .price {
  font-weight: bold;
}

#travelDetail .hostPrices {
	border: none;
	margin: 0px;
	padding: 0px;
}

.hostPrices .period,
.hostPrices .searchEnquiry,
.hostPrices ul li.offer span {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}

.hostPrices .searchEnquiry {
  position: relative;
  /* min-height: 59px; */
}

.hostGalleryPrices span.onlineBookable {
    background: url("/gfx/travel/bg-bookableChecked.png") no-repeat 5px center;
    color: #468e00;
    padding: 5px 0px 0px 25px;
	display: block;
	line-height: 20px;
}

/* Darstellung Google Map Tab */

#map, #map-side-bar { height: 650px; width: 700px; }

#travelDetail #map {
  width: 675px;
}

/* Travel Detailantrag Ende */

/* Buchungsstrecke Start - Schritt 1*/

.alert { color: #f00; }

#bookingStep {
    margin: 10px 13px;
	font-size: 1.2em;
}

#bookingStep .bookingItemName h1,
#bookingStep .bookingItemName h2 {
  margin: 0 0 5px 0;
  color: #000;
}

.bookingItemRow { background: #ECECEC; }

.bookingItemImg,
.bookingItemOtionalImg {
    width: 120px;
}

.bookingItemOptionalName,
.bookingItemOptionalPrice {
  width: 312px;
  font-weight: bold;
}

.bookingItemData { width: 634px; }

.bookingItemPrice, .bookingItemOptionalAction { width: 140px; }

.bookingItemSearchQuery { color: #5E5E5E; }

.bookingItemName h1 {
    font-size: 14px;
    margin: 5px 0px;
}

.bookingItemOfferSinglePrice span {
    color: #5E5E5E;
}

/* Buchung Schritt 2 */

.formBlock {
    background: #ECECEC;
    padding: 10px;
    margin-bottom: 15px;
}

.formBlock .inputRow {
    margin: 5px 0px;
}

.formBlock .w33 {
    width: 221px;
}

.formBlock .w33 input,
.formBlock .w33 select {
    width: 213px;
}

.formBlock .w66 {
    width: 447px;
}

.formBlock .w66 input,
.formBlock .w66 select {
    width: 439px;
}

.formBlock #VonRequestForm,
.formBlock #BisRequestForm {
	width: 197px;
}

.formBlock .dataSet {
    margin: 0px 5px 0px 0px;
}

.formBlock label {
    display: block;
}

.formBlock #bemerkung {
    width: 439px;
}

.formBlock input,
.formBlock select,
.formBlock textarea {
    border: 1px solid #343434;
    background: #fff;
    padding: 3px;
}

.formBlock textarea {
  width: 100%;
}

.formBlock .required {
    background-color: #fff0df;
    border: 1px solid #da8929;
}

.formBlock #anrede {
    width: 100px;
}

.formBlock .w33 .checkbox { width: 20px; }

.formBlock .w66 input[type="text"],
.formBlock .w66 select {
    width: 439px;
}

#KinderAlter select {
  margin-bottom: 5px;
}


/* Detail Darstellung Ende */

#einblend-icon {
    background: url("/gfx/travel/BAG/einblend-icon.png") no-repeat scroll right top transparent;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 229px;
}

#einblend-icon p {
    color: #fff;
    line-height: 24px;
    padding-left: 6px;
    margin: 0;
}

.ui-datepicker-title {
  color: #222222 !important;
}

.ui-datepicker-calendar {
  color: #222222 !important;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/gfx/fancybox/fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  /* width: 750px !important; */
}

#fancybox-outer {
  position: relative;
  /* width: 760px; */
  height: 100%;
  background: #fff;
}

#fancybox-content {
  height: 0;
  padding: 0;
  outline: none;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  /* width: 750px !important; */
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/gfx/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/gfx/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/gfx/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/gfx/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/gfx/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/gfx/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/gfx/fancybox/fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('/gfx/fancybox/fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/gfx/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/gfx/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/gfx/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.hostOffer {
  overflow: hidden;
}

.fancybox-ie {
  /*width: 750px !important;
  overflow: hidden; */
}

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* Styling Travel / Content Ende */

#fancybox-content .hostPrices .button.booking {
	width: 100%;
}

#realised {
    color: #000;
    font-size: 11px;
    position: relative;
    text-align: right;
}

#realised a {
     color: #000;
    text-decoration: underline;
 }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.9;
}

#tooltip h3, #tooltip div { margin: 0; font-weight: normal; }

/* Styling HoliidayCheck Bewertungen */

.hostEvaluation span.ratingSpan {
  color: #143764;
  padding: 0px;
  margin: 0 5px;
  cursor: auto;
  text-decoration: none;
  line-height: 24px;
}

.hostEvaluation a.numberOfRatings {
  color: #143764;
  padding: 0 0 0 5px;
}

.hostEvaluation span.averageGradeNumbers {
  float: left;
  line-height: 16px;
}

.hostEvaluation span.averageGrade {
  line-height: 16px;
}

.hostEvaluation span.ratingSpan strong {
  /* color: #468E00; */
  font-size: 1.2em;
}

#holidayCheckRow {
  background-color: #085590 !important;
  border-bottom: 3px solid #FAD73C;
  min-height: 37px;
  padding: 15px 20px 15px 20px;
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 0.9em;
}

#hcLogo {
  background: url(/gfx/travel/holidayCheck-logo-white.png) no-repeat left top;
  text-indent: -5000px;
  overflow: hidden;
  width: 100px;
  height: 20px;
}

#travelDetail .hostOffer.rating {
  background: #fff;
}

#travelDetail .ratingTableRow,
#travelDetail .hostOffer.comment {
  background: #fff;
  border: 2px solid #DADADA;
  margin: 0 0 5px 0;
  color: #143764;
  padding: 10px;
}

#travelDetail .ratingTableRow h4 {
  font-weight: normal;
}

#travelDetail .extraBold {
  font-size: 1.3em;
  font-weight: bold;
}

#travelDetail .ratingTableRow .ratingSubTitle {
  font-weight: bold;
  width: 30%;
}


#travelDetail .ratingTableRow .ratingSubValues {
  width: 68%;
}

#travelDetail .ratingTableRow .ratingCategory {
  margin: 0 0 5px 0;
}


#travelDetail .ratingTableRow .ratingSubValues .value {
  width: 60%;
}

#travelDetail .ratingTableRow .ratingSubValues .starRating {
  width: 38%;
}

#travelDetail .ratingTableRow .ratingSubValues .starRating strong {
  margin: 0 5px;
}


#travelDetail .hostOffer.comment .userData {
  width: 25%;
  padding: 0 5% 0 0;
}

#travelDetail .hostOffer.comment .avatar.freunde {
  background: url(/gfx/travel/avatar/freunde.png);
}

#travelDetail .hostOffer.comment .avatar.familie {
  background: url(/gfx/travel/avatar/familie.png);
}

#travelDetail .hostOffer.comment .avatar.paar {
  background: url(/gfx/travel/avatar/paar.png);
}

#travelDetail .hostOffer.comment .avatar.single {
  background: url(/gfx/travel/avatar/alleine.png);
}

#travelDetail .hostOffer.comment .avatar {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 165px;
  text-indent: -5000px;
  overflow; hidden;
}


#travelDetail .hostOffer.comment .commentData {
  width: 68%;
}

#travelDetail .hostOffer.comment .commentData a,
.ratingTableContent a {
  color: #143764 !important;
  text-decoration: underline;
}

#travelDetail .hostOffer.comment .commentData a:hover,
.ratingTableContent a:hover {
  background: #FAD73C;
  color: #000;
}


#travelDetail .ratingTableRow,
#travelDetail .hostOffer.comment {
  background: #fff;
  border: 2px solid #DADADA;
  margin: 0 0 5px 0;
  color: #143764;
  padding: 10px;
}

#travelDetail .hostOffer.comment .commentData .summary {
  padding: 10px 0;
  /* background: #fff;
  margin: 15px 0 0 0; */
}

.ratingTableContent {
  color: #143764;
}

.ratingTableContent .commentTable {
  border: 2px solid #DADADA;
}


.ratingTableContent .ratingSwitch {
  margin: 5px 0;
}

.ratingTableContent .ratingTableLink.next {
  float: right;
}
