/* diese styles müssen angepasst werden */


#add_to_merkliste {
	position: absolute;
	display: none;
	width: 165px;
	height: 55px;
	z-index: 10000;
}

a.map_land_region {
	float: left;
	display: block;
	position: relative;
	height: 27px;
	padding: 1px 4px;
	background: url(him_media/images/bg_map_land_region.png) top left no-repeat;
	color: #004f91;
	text-transform: uppercase;
	font-size: 10px;
}
a.map_land_region:hover {
	background: url(him_media/images/bg_map_land_region_hover.png) top left no-repeat;
	color: #fff;
}


.suchtool {
	background: url("him_images/divers/bg_suchtool.png") left top repeat-y;
}
.suchtool h3 {
	background: url("him_images/divers/bg_suchtool_top.png") left top no-repeat;
	padding: 6px 8px 14px 8px;
	color: #fff;
	font-size: 16px;
}
.suchtool .inhalt {
	padding: 8px;
}
.stichwortsuche {
	background: transparent url("him_images/divers/bg_stichwortsuche.png") left top no-repeat;
	width: 163px;
	text-indent: 10px;
	border: none;
}
a.submit_go {
	color: #000;
	font-weight: bold;
	font-style: italic;
	float: right;
}
.select_suche {
	width: 150px;
	margin-bottom: 10px;
}
.suchtool .left {
	width: 255px;
	float: left;
}
.suchtool .left label {
	width: 81px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 3px;
}
.suchtool_abschluss {
	background: url("him_images/divers/bg_suchtool_bottom.png") left top no-repeat;
	height: 29px;
	margin-bottom: 32px;
}
#detailsuche {
	padding-top: 12px;
}




/* highlights */
.highlight {
	width: 165px;
	margin-right: 7px;
	float: left;
	position: relative;
}
.highlight .bild {
	position: relative;
	height: 100px;
}
.highlight .bild .garant {
	background: url("him_images/divers/garant_durchf_highlight.png") no-repeat top right;
	height: 38px;
}
.highlight .reise_text {
	background: url("him_images/divers/highlight_unten.png") no-repeat bottom left;
	min-height: 57px;
	height: auto !important;
	height: 57px;
	position: relative;
	margin: 0 0 14px 0;
}
.highlight .arrow_link {
   position: absolute;
   bottom: 10px;
   right: 9px;
   width: 22px;
   height: 21px;
   border: 0 none;
   background: url('him_images/divers/arrow_rechts.png') no-repeat scroll 0 0;
}

.highlight .reise_text h3 a {
	display: block;
	position: relative;
	padding: 10px 10px 20px 10px;
	font-size: 14px;
	color: #fff;
}
.highlight a.highlight_link {
	position: absolute;
	left: 0px;
	top: -100px;
	width: 165px;
	height: 100px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}



a.guest_link {
	color: #FFFFFF;
	text-decoration: none;
}
a.guest_link:hover {
	text-decoration: none;
}

.kleiner_bildgalerie {
	font-size: 9pt;
}
div.infobox {
	background: #000084;
	color:#000000;
	font:10pt sans-serif;
	left:-10000px;
	position:absolute;
	top:0px;
	visibility:hidden;
	z-index: 99;
}
div.infoboxbody {
	background: #e0e0e0;
	color:#000000;
	font:10pt sans-serif;
	margin:2px;
	padding:2px
}
div.infoboxcaption {
	color:#FFFFFF;
	background-color:transparent;
	font:bold 10pt sans-serif;
	margin:2px;
	text-align:center
}

/* tell a friend */
.tell_a_friend {
	width: 100%;
	display: block;
	padding: 2px 0;
}
.tell_a_friend label {
	float: left;
	width: 120px;
}
.tell_a_friend input.tell_input_text, .tell_a_friend textarea.tell_textarea {
	float: left;
	width: 250px;
}
.stern_oblig {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}