/*
 * Theme Name: ferienhausmalta.net
 * Description: Ihr Spezialist für Ferienhäuser in Malta. Wir haben für Sie Ferienhäuser in ganz Malta von den großen Veranstaltern wie Nobasol, Interhome, DanCenter, Dansommer und TUI.
 * Author: Christian Hellrung
 * Version: 1.9
 * License: Namensnennung-Weitergabe unter gleichen Bedingungen 3.0 Unported (CC BY-SA 3.0)
 * License URI: http://creativecommons.org/licenses/by-sa/3.0/deed.de
*/

/* ---------------------------------------------------------------------------------------- Allgemein */
/*@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);*/

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

html, body {
	color: #545454;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	min-height: 100.1%;
	-webkit-text-size-adjust: none;
}

body {
	background: #e7e7e7;
	background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0);
}

/* Links */
a {
	color: #545454;
	text-decoration: underline;
}

a:hover {
	color: #cf142b;
	text-decoration: none;
}

a img {
	border: 0;
}

/* ausgehende Links kennzeichnen */
a[href^="http://"] {
	background: transparent url(images/external_link.gif) right top no-repeat;
	padding-right: 18px;
	padding-top: 1px;
	text-decoration: underline;
}

a[href^="http://"]:hover {
	text-decoration: none;
}

a[href^="http://www.ferienhausmalta.net"] { 
	background: none;
	margin: 0;
	padding: 0;
}

/* Input */
input[type=text] {
	border: 1px solid #c7c7c7;
	border-right-color: #9b9b9b;
	border-top-color: #9b9b9b;
	color: #858585;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	padding: 4px;
}

input[type=text]:focus {
	border-color: #9b9b9b;
	color: #545454;
}

/* ---------------------------------------------------------------------------------------- (Helfer)Klassen */
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
}

/* ---------------------------------------------------------------------------------------- common styles */
.main_gradient {
	background: #c81634;
	background: -moz-linear-gradient(top, #c81634 0%, #9b001d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81634), color-stop(100%,#9b001d));
	background: -webkit-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -o-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -ms-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: linear-gradient(to bottom, #c81634 0%,#9b001d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81634', endColorstr='#9b001d',GradientType=0);
}

.main_gradient_active {
	background: #af1226 !important;
	background: -moz-linear-gradient(top, #af1226 0%, #8d0014 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af1226), color-stop(100%,#8d0014)) !important;
	background: -webkit-linear-gradient(top, #af1226 0%,#8d0014 100%) !important;
	background: -o-linear-gradient(top, #af1226 0%,#8d0014 100%) !important;
	background: -ms-linear-gradient(top, #af1226 0%,#8d0014 100%) !important;
	background: linear-gradient(to bottom, #af1226 0%,#8d0014 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af1226', endColorstr='#8d0014',GradientType=0) !important;
}

/* ---------------------------------------------------------------------------------------- Content */
#fhm_wrap_all {
	background-color: #fff;
	-moz-box-shadow: 0 0 7px #424242;
	-webkit-box-shadow: 0 0 7px #424242;
	box-shadow: 0 0 7px #424242;
	left: 50%;
	margin-left: -475px;
	min-height: 100%;
	position: relative;
	width: 950px;
}

/* ------------------------------------------------------------------------- Header */

/* ------------------------------------------------- Logo */
#fhm_header #fhm_logo_wrap {
	float: left;
	margin: 10px 0 0 15px;
}

#fhm_header #fhm_logo_wrap a {
	background: transparent url(images/sprite.png) 0 -76px no-repeat;
	display: block;
	padding: 14px 0 20px 80px;
	text-decoration: none;
}

#fhm_header #fhm_logo_wrap a span {
	display: block;
	text-shadow: 1px 1px 2px #fff;
}

#fhm_header #fhm_logo_wrap a span.top {
	color: #cf142b;
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}

#fhm_header #fhm_logo_wrap a span.top span {
	display: inline-block;
}

#fhm_header #fhm_logo_wrap a span.bottom {
	color: #858585;
	display: block;
	line-height: 12px;
	text-align: right;
}

/* ------------------------------------------------- #fhm_header_right */
#fhm_header_right {
	cursor: default;
	float: right;
	margin: 28px 20px 0 0;
	max-width: 45%;
	opacity: .4;
	-webkit-transition: opacity 1s ease-in;  
	-moz-transition: opacity 1s ease-in;  
	-o-transition: opacity 1s ease-in;  
	transition: opacity 1s ease-in;  
}

#fhm_header_right:hover {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;  
	-moz-transition: opacity .5s ease-in;  
	-o-transition: opacity .5s ease-in;  
	transition: opacity .5s ease-in;
}

#fhm_header_right p {
	font-size: 11px;
	margin-bottom: 3px;
	text-align: right;
}

#fhm_header_right #partner_header {
	background: transparent url(images/sprite.png) 0 -330px no-repeat;
	height: 19px;
	width: 340px;
}

/* ------------------------------------------------- #fhm_navi */
#fhm_header #fhm_navi {
	border-top: 3px double #fff;
	border-bottom: 3px double #fff;
	color: #fff;
	height: 37px;
	margin-top: 10px;
}

#fhm_header #fhm_navi ul {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 10;
}

#fhm_header #fhm_navi ul li {
	float: left;	
}

#fhm_header #fhm_navi ul li.first_level {
	border-left: 1px solid #e5002d;
	border-right: 1px solid #56000c;
	list-style: none;
}

#fhm_header #fhm_navi ul li.first_level:first-child {
	border-left: none;
}

#fhm_header #fhm_navi ul li.first_level:last-child {
	-moz-box-shadow: 1px 0 0 #e5002d;
	-webkit-box-shadow: 1px 0 0 #e5002d;
	box-shadow: 1px 0 0 #e5002d;
}

#fhm_header #fhm_navi ul li.first_level .btn {
	cursor: pointer;
	color: #fff;
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
}

#fhm_header #fhm_navi ul li.current_item span.main_gradient_active {
	height: 41px !important;
}

#fhm_header #fhm_navi ul li.first_level .btn .dilimeter {
	font-size: 15px;
}

/* -------------------------- .flyout */
#fhm_header #fhm_navi ul li .flyout {
	background-color: #8e0518;
	border-bottom: 1px solid #fff;
	-moz-box-shadow: 0 2px 2px #666;
	-webkit-box-shadow: 0 2px 2px #666;
	box-shadow: 0 2px 2px #666;
	display: none;
	left: 0;
	padding: 10px 20px;
	position: absolute;
	top: 38px;
	width: 910px;
}

#fhm_header #fhm_navi ul li .flyout .left {
	border-right: 1px solid #fff;
	padding-right: 30px;
	width: 302px;
}

#fhm_header #fhm_navi ul li .flyout .left img {
	border: 1px solid #fff;
	height: 190px;
	padding: 1px;
	width: 300px;
}

#fhm_header #fhm_navi ul li .flyout .right {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 550px;
}

/* top */
#fhm_header #fhm_navi ul li .flyout .right .top {
	background: #fff;
	color: #545454;
	padding: 10px 10px 14px;
}

#fhm_header #fhm_navi ul li .flyout .right .top h2 {
	border-bottom: 1px solid #cf142b;
	color: #cf142b;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
}

#fhm_header #fhm_navi ul li .flyout .right .top ul {
	height: auto;
	list-style: none;
}

#fhm_header #fhm_navi ul li .flyout .right .top ul li {
	list-style-position: inside;
	margin-top: 8px;
	position: relative;
	width: 24.9%;
}

#fhm_header #fhm_navi ul li .flyout .right .top ul li div {
	background: transparent url(images/sprite.png) -390px -19px no-repeat;
	height: 7px;
	left: 3px;
	position: absolute;
	top: 5px;
	width: 7px;
}

#fhm_header #fhm_navi ul li .flyout .right .top ul li:hover div {
	background-position: -406px -19px;
}

#fhm_header #fhm_navi ul li .flyout .right .top ul li a {
	padding-left: 14px;
}

/* bottom */
#fhm_header #fhm_navi ul li .flyout .right .bottom {
	margin-top: 10px;
	position: relative;
}

#fhm_header #fhm_navi ul li .flyout .right .bottom .you_know {
	font-family: 'Bilbo Swash Caps', cursive;
	font-size: 28px;
	text-shadow: 1px 1px 0 #333;
	width: 35%;
}

#fhm_header #fhm_navi ul li .flyout .right .bottom .meta {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 0 #333;
	top: 10px;
	width: 64%;
}

/* ------------------------------------------------- #fhm_header_meta */
#fhm_header #fhm_header_meta {
	color: #858585;
	font-size: 11px;
	margin: 8px 20px;
}

/* -------------------------- #fhm_breadcrumb */
#fhm_header #fhm_breadcrumb {
	float: left;
	max-width: 74%;
}

#fhm_header #fhm_breadcrumb h1 {
	display: inline;
}

#fhm_header #fhm_breadcrumb h1,
#fhm_header #fhm_breadcrumb h1 a {
	color: #858585;
	font-size: 11px;
	font-weight: normal;
}

#fhm_header #fhm_breadcrumb a {
	color: #858585;
}

#fhm_header #fhm_breadcrumb span.delimeter {
	display: inline-block;
	margin: 0 2px;
}

/* -------------------------- #fhm_bookable */
#fhm_header #fhm_bookable {
	float: right;
	max-width: 25%;
}

#fhm_header #fhm_bookable span {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- Content */
#fhm_content {
	margin: 0 20px;
	padding-bottom: 250px;
}

/* ------------------------------------------------- #fhm_gallery */
#fhm_gallery {
	border: 1px solid #cf142b;
	height: 322px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 1px;
	position: relative;
	width: 906px;
	z-index: 5;
}

#fhm_gallery .gallery_image {
	height: 322px;
	width: 906px;
}

#fhm_gallery .gallery_layer {
	background-color: #242424;
    background-color: rgba(0, 0, 0, .75);
	bottom: 1px;
	color: #fff;
	left: 1px;
	padding: 10px 0;
	position: absolute;
	width: 906px;
}

/* -------------------------- #fhm_gallery .left */
#fhm_gallery .gallery_layer .left {
	border-right: 1px solid #858585;
	float: left;
	margin-left: 10px;
	opacity: 1;
	padding-right: 20px;
	width: 442px;
}

#fhm_gallery .gallery_layer .left h2 {
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 6px;
}

/* -------------------------- #fhm_gallery .right */
#fhm_gallery .gallery_layer .right {
	float: right;
	text-align: center;
	width: 430px;
}

#fhm_gallery .gallery_layer .right p {
	margin-top: 6px;
}

#fhm_gallery .gallery_layer .right a {
	background: transparent url(images/sprite.png) 0 0 no-repeat;
	color: #fff;
	display: inline-block;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 18px;
	height: 38px;
	line-height: 36px;
	margin-top: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #333;
	width: 387px;
}

#fhm_gallery .gallery_layer .right a:hover {
	background: transparent url(images/sprite.png) 0 -38px no-repeat;
}

/* ------------------------------------------------- #fhm_slideshow */
#fhm_gallery #fhm_slideshow li {
	float: left;
	height: 322px;
	list-style: none;
	position: relative;
	width: 906px;
}

#fhm_gallery #fhm_slideshow li .gallery_layer {
	bottom: 0;
	left: 0;
}

/* ------------------------------------------------- #fhm_main */
#fhm_main {
	float: right;
	line-height: 20px;
	padding-top: 4px;
	width: 690px;
}

#fhm_main h2.headline {
	color: #cf142b;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 6px;
	text-shadow: 2px 2px 1px #d1d1d1;
}

#fhm_main h2.top,
#fhm_main h3.top {
	border-bottom: 1px solid #cf142b;
	margin-bottom: 4px !important;
	padding-bottom: 7px;
}

#fhm_main .top_meta {
	margin-bottom: 20px !important;
}

#fhm_main .top_meta span {
	font-weight: bold;
}

#fhm_main h3.headline {
	color: #cf142b;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 6px;
	text-shadow: 2px 2px 1px #d1d1d1;
}

#fhm_main h3.headline a {
	color: #cf142b;
	text-decoration: none;
}

.main_no_sidebar {
	width: 100% !important;
}

#fhm_main .main_box {
	margin-bottom: 20px;
}

/* -------------------------- Teaser (2) */
#fhm_main .main_box .teaser_2_left {
	float: left;
	width: 340px;
}

#fhm_main .main_box .teaser_2_right {
	float: right;
	width: 340px;
}

#fhm_main .main_box .teaser_2 .teaser_image {
	border: 1px solid #c7c7c7;
	height: 230px;
	padding: 1px;
	width: 336px;
}

#fhm_main .main_box .teaser_2 .teaser_image:hover {
	border: 1px solid #cf142b;
}

#fhm_main .main_box .teaser_2 p {
	padding: 0 3px;
}

/* -------------------------- Teaser (3) */
#fhm_main .main_box .teaser_3 li {
	border: 1px solid #c7c7c7;
	float: left;
	list-style: none;
	padding: 1px 1px 5px;
	width: 219px;
}

#fhm_main .main_box .teaser_3 li:hover {
	border: 1px solid #cf142b;
}

#fhm_main .main_box .teaser_3 li.middle {
	margin: 0 10px;
}

#fhm_main .main_box .teaser_3 li h3 {
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c5c5c5));
	background: -webkit-linear-gradient(top, #ededed 0%,#c5c5c5 100%);
	background: -o-linear-gradient(top, #ededed 0%,#c5c5c5 100%);
	background: -ms-linear-gradient(top, #ededed 0%,#c5c5c5 100%);
	background: linear-gradient(to bottom, #ededed 0%,#c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c5c5c5',GradientType=0);
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1px;
}

#fhm_main .main_box .teaser_3 li:hover h3 {
	background: #c81634;
	background: -moz-linear-gradient(top, #c81634 0%, #9b001d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81634), color-stop(100%,#9b001d));
	background: -webkit-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -o-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -ms-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: linear-gradient(to bottom, #c81634 0%,#9b001d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81634', endColorstr='#9b001d',GradientType=0);
}

#fhm_main .main_box .teaser_3 li h3 a {
	color: #cf142b;
	display: block;
	padding: 0 0 2px 4px;
	text-decoration: none;
}

#fhm_main .main_box .teaser_3 li:hover h3 a {
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

#fhm_main .main_box .teaser_3 li .teaser_image {
	height: 106px;
	width: 219px;
}

#fhm_main .main_box .teaser_3 li p {
	padding: 0 2px;
}

/* -------------------------- Image-List */
#fhm_main .image_list li {
	border: 1px solid #c7c7c7;
	float: left;
	list-style: none;
	padding: 1px;
}

#fhm_main .image_list li:hover {
	border: 1px solid #cf142b;
}

#fhm_main .image_list li a {
	display: block;
}

/* Image List (5) */
#fhm_main .image_list_5 li {
	margin-right: 10px;
}

#fhm_main .image_list_5 li.last {
	margin-right: 0;
}

#fhm_main .image_list_5 a,
#fhm_main .image_list_5 img {
	height: 86px;
	width: 126px;
}

/* -------------------------- Link-List */
#fhm_main .link_box {
	float: left;
	width: 223px;
}

#fhm_main .link_box h3 {
	border: 1px solid #cf142b;
	color: #fff;
	font-size: 13px;
	margin-bottom: 3px;
	padding: 1px;
	text-shadow: 1px 1px 0 #333;
}

#fhm_main .link_box h3 span {
	display: block;
	padding: 0 0 2px 4px;
}

#fhm_main .link_box ul li {
	list-style: none;
	margin: 1px 0;
	padding: 1px 0;
	position: relative;
}

#fhm_main .link_box ul li:hover {
	background: #cf142b;
	color: #fff;
}

#fhm_main .link_box ul li div {
	background: transparent url(images/sprite.png) -390px -19px no-repeat;
	height: 7px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 7px;
}

#fhm_main .link_box ul li:hover div {
	background-position: -398px -19px;	
}

#fhm_main .link_box ul li a {
	display: block;
	margin-left: 10px;
	padding-left: 16px;
	text-decoration: none;
}

#fhm_main .link_box ul li:hover a {
	color: #fff;
}

#fhm_main #fhm_link_box_center {
	margin: 0 10px;
}

/* -------------------------- Latest-News */
#fhm_main .news_box {
	border-bottom: 1px dotted #cf142b;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#fhm_main .news_box p {
	margin-bottom: 0;
}

#fhm_main .news_box .wp-caption:hover {
	border: 1px solid #cf142b;
}

#fhm_main #fhm_latest_news .last {
	border: 0;
	margin: 0;
	padding: 0;
}

#fhm_main #fhm_latest_news .last p {
	margin: 0;
}

/* ------------------------------------------------- #fhm_sidebar */
#fhm_sidebar {
	float: left;
	width: 200px;
}

#fhm_sidebar .box {
	border: 1px solid #cf142b;
	margin-bottom: 10px;
	padding: 1px;
}

#fhm_sidebar .box_body {
	padding: 0 5px 5px;
}

#fhm_sidebar .box_header h3 {
	background: transparent url(images/sprite.png) -427px 5px no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 5px 6px 30px;
	text-shadow: 1px 1px 0 #333;
}

#fhm_sidebar .box_body p.subhead {
	border-bottom: 1px solid #cf142b;
	color: #cf142b;
	font-size: 13px;
	font-weight: bold;
	margin: 4px 0 3px;
	padding-bottom: 3px;
}

/* -------------------------- Suche */
.searchfield {
	position: relative;
}

.searchfield input[type=text] {
	margin: 5px;
	padding: 4px 28px 4px 4px;
	width: 152px;
}

.searchfield input[type=submit] {
	background: transparent url(images/sprite.png) -390px 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 18px;
}

.searchfield input[type=submit]:hover {
	background: transparent url(images/sprite.png) -408px 0 no-repeat;
}

/* Suche im Header */
#fhm_header .searchfield {
	float: right;
	margin: 6px 20px 0 0;
}

#fhm_header .searchfield input[type=text] {
	margin: 0;
}

#fhm_header .searchfield input[type=submit] {
	right: 3px;
	top: 3px;
}

/* -------------------------- Regionen */
#fhm_sidebar #fhm_area ul li {
	list-style: none;
	padding: 1px 10px;
}

#fhm_sidebar #fhm_area ul li:hover {
	background: #cf142b;
	color: #fff;
}

#fhm_sidebar #fhm_area ul li a {
	display: block;
	text-decoration: none;
}

#fhm_sidebar #fhm_area ul li:hover a {
	color: #fff;
}

/* -------------------------- Malta aufgeteilt */
#fhm_sidebar #fhm_split .left {
	float: left;
	margin-top: 10px;
	width: 112px;
}

#fhm_sidebar #fhm_split .left a {
	display: block;
	text-decoration: none;
}

#fhm_sidebar #fhm_split .left a.top {
	margin-top: 12px;
}

#fhm_sidebar #fhm_split .left a.middle {
	margin: 14px 0;
}

#fhm_sidebar #fhm_split img#fhm_card_small {
	float: right;
	height: 150px;
	width: 73px;
	margin-top:5px;
}

/* -------------------------- Facebook / Rating */
#fhm_sidebar #fhm_fb_like_wrap {
	margin-top: 4px;
}	

#fhm_sidebar #fhm_rating_widget .average {
	color: #545454;
	font-size: 11px;
	font-weight: normal;
	padding-left: 33px;
}

#fhm_sidebar #fhm_rating_widget #fhm_ratingstars_wrap {
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	margin-top: 1px;
	width: 80px;
}

#fhm_sidebar #fhm_rating_widget .rating_0_0 { background-position: -189px -228px; }
#fhm_sidebar #fhm_rating_widget .rating_0_5 { background-position: -279px -228px; }
#fhm_sidebar #fhm_rating_widget .rating_1_0 { background-position: -279px -248px; }
#fhm_sidebar #fhm_rating_widget .rating_1_5 { background-position: -279px -268px; }
#fhm_sidebar #fhm_rating_widget .rating_2_0 { background-position: -279px -288px; }
#fhm_sidebar #fhm_rating_widget .rating_2_5 { background-position: -279px -308px; }
#fhm_sidebar #fhm_rating_widget .rating_3_0 { background-position: -369px -228px; }
#fhm_sidebar #fhm_rating_widget .rating_3_5 { background-position: -369px -248px; }
#fhm_sidebar #fhm_rating_widget .rating_4_0 { background-position: -369px -268px; }
#fhm_sidebar #fhm_rating_widget .rating_4_5 { background-position: -369px -288px; }
#fhm_sidebar #fhm_rating_widget .rating_5_0 { background-position: -369px -308px; }
#fhm_sidebar #fhm_rating_widget .rating_5_5 { background-position: -369px -328px; }

#fhm_sidebar #fhm_rating_widget .votes {
	float: right;
	margin-top: 1px;
	width: 95px;
}

/* -------------------------- Wetter */
#fhm_sidebar #fhm_weather .box_body {
	padding: 0 5px;
}

/* -------------------------- Tabs */
#fhm_sidebar #fhm_tabs {
	margin: 0 0 10px;
}

#fhm_sidebar #fhm_tabs .tab_btn {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#cfcfcf 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cfcfcf',GradientType=0);
	border: 1px solid #a9a9a9;
	-moz-box-shadow: 0 0 3px #7d7d7d;
	-webkit-box-shadow: 0 0 3px #7d7d7d;
	box-shadow: 0 0 3px #7d7d7d;	
	cursor: pointer;
	display: block;
	height: 54px;
	margin-bottom: 4px;
	padding: 1px 0 1px 1px;
	text-decoration: none;
	width: 197px;
}

#fhm_sidebar #fhm_tabs .tab_btn:hover {
	background: #cfcfcf;
	background: -moz-linear-gradient(top, #cfcfcf 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #cfcfcf 0%,#fefefe 100%);
	background: -o-linear-gradient(top, #cfcfcf 0%,#fefefe 100%);
	background: -ms-linear-gradient(top, #cfcfcf 0%,#fefefe 100%);
	background: linear-gradient(to bottom, #cfcfcf 0%,#fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#fefefe',GradientType=0);
}

#fhm_sidebar #fhm_tabs a:last-of-type {
	margin-bottom: 0;
}

#fhm_sidebar #fhm_tabs .tab_btn .tab_image {
	border: 1px solid #848484;
	float: left;
	height: 48px;
	margin: 2px 5px 0 2px;
	width: 48px;
}

#fhm_sidebar #fhm_tabs .tab_btn .headline {
	color: #cf142b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#fhm_sidebar #fhm_tabs .tab_btn .subtext {
	color: #cf142b;
}

/* -------------------------- Themen */

#fhm_sidebar #fhm_themen .box_body {
	padding: 5px;
}

#fhm_sidebar #fhm_themen .box_body a {
	color: #545454;
	text-decoration: none;
}

#fhm_sidebar #fhm_themen .box_body a:hover {
	color: #0756a6;
}

/* -------------------------- Maltainfos */
#fhm_sidebar #fhm_infoteaser ul {
	list-style: none;
	margin: 5px 5px 0;
}

#fhm_sidebar #fhm_infoteaser ul li {
	margin: 0 0 10px 20px;
	position: relative;
}

#fhm_sidebar #fhm_infoteaser ul li div {
	background: transparent url(images/sprite.png) -390px -19px no-repeat;
	height: 7px;
	left: -14px;
	position: absolute;
	top: 5px;
	width: 7px;
}

#fhm_sidebar #fhm_infoteaser ul li:hover div {
	background-position: -406px -19px;
}

#fhm_sidebar #fhm_infoteaser a {
	text-decoration: none;
}

#fhm_sidebar #fhm_infoteaser ul li a {
	display: block;
}

#fhm_sidebar #fhm_infoteaser p {
	line-height: 14px;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

#fhm_sidebar #fhm_infoteaser p a {
	color: #cf142b;
	font-size: 11px;
	font-weight: bold;
}

#fhm_sidebar #fhm_infoteaser p a:hover {
	color: #545454;
}

#fhm_sidebar #fhm_infoteaser p a span {
	font-size: 13px;
}

#fhm_sidebar #fhm_infoteaser .comments_link {
	background: transparent url(images/sprite.png) -432px -24px no-repeat;
	font-size: 11px;
	margin-top: 3px;
	padding: 0 0 4px 22px;
}

/* ------------------------------------------------- Loop */
#fhm_main #fhm_main_content p {
	margin-bottom: 12px;
}

#fhm_main #fhm_main_content ul {
	margin: 0 0 12px 16px;
}

#fhm_main #fhm_main_content ul li {
	list-style-image: url(images/list_item_1.png);
}

#fhm_main #fhm_main_content p a {
	color: #cf142b;
}

#fhm_main .more-link {
	color: #cf142b;
	font-weight: bold;
}

/* Thumbnail und Images im Fließtext */
#fhm_main .wp-caption {
	border: 1px solid #c7c7c7;
	padding: 1px;
}

#fhm_main .wp-caption a {
	text-decoration: none;
}

#fhm_main .wp-caption-thumb {
	overflow: hidden;
	width: 150px;
}

#fhm_main #fhm_main_content .alignnone {
	margin-bottom: 12px;
}

#fhm_main .wp-caption-thumb,
#fhm_main #fhm_main_content .alignleft {
	float: left;
	margin: 3px 10px 0 0;
}

#fhm_main #fhm_main_content .aligncenter {
	margin: 0 auto 12px;
}

#fhm_main #fhm_main_content .alignright {
	float: right;
	margin: 3px 0 0 10px;
}

#fhm_main .wp-caption-text {
	background-color: #efefef;
	color: #545454;
	display: block;
	margin: 1px 0 0 !important;
	padding: 1px;
	text-align: center;
}

#fhm_main #fhm_main_content h3 {
	margin-top: 12px;
	margin-bottom: 12px;
}

#fhm_main #fhm_main_content h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -10px;
	font-size: 13px;
	color: #0756A6;
	text-shadow: 1px 1px 1px #d1d1d1;
}

#fhm_main #fhm_main_content h6 {
	margin-bottom: 10px;
	font-size: 9px;
	color: #0756A6;
	text-shadow: 1px 1px 1px #d1d1d1;
}

/* Tags und Share */
#fhm_main #fhm_main_content #fhm_main_content_meta {
	background: #efefef;
	border-top: 1px solid #cf142b;
	line-height: 24px;
	padding: 5px 5px 6px;
}

#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_tags {
	float: left;
	width: 40%;
}

#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_share {
	margin-left: 5px;
}

#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_share,
#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_single_rating {
	float: right;
}

#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_single_rating img {
	margin-top: 3px;
}


#fhm_main #fhm_main_content #fhm_main_content_meta #fhm_share iframe {
	margin-top: 2px;
}

#fhm_main #fhm_main_content #fhm_main_content_meta span {
	color: #cf142b;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-right: 6px;
}

/* Edit-Link */
#fhm_main #fhm_main_content .post_edit {
	margin: 0;
	text-align: right;
}

#fhm_main #fhm_main_content .post_edit a {
	color: #f00;
	font-size: 11px;
	font-weight: bold;
}

/* ------------------------------------------------- Excerpt-Loop */
#fhm_main #fhm_main_content .excerpt_box {
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#fhm_main #fhm_main_content .excerpt_box p {
	margin-bottom: 0;
}

#fhm_main #fhm_main_content .excerpt_box .wp-caption:hover {
	border: 1px solid #cf142b;
}

#fhm_main #fhm_main_content .last_excerpt_box {
	border: 0;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------- Kommentare */
#fhm_main #fhm_commentform_wrap {
	margin-top: 30px;
}

#fhm_main #fhm_commentform_wrap table {
	width: 100%;
}

#fhm_main #fhm_commentform_wrap table tr {
	margin-bottom: 10px;
}

/* Label */
#fhm_main #fhm_commentform_wrap table tr td.label {
	vertical-align: middle;
	white-space: nowrap;
}

#fhm_main #fhm_commentform_wrap table tr td.label_left {
	padding-right: 10px;
}

#fhm_main #fhm_commentform_wrap table tr td.label_center,
#fhm_main #fhm_commentform_wrap table tr td.label_right {
	padding: 0 10px;
	text-align: right;
}

/* Input */

#fhm_main #fhm_commentform_wrap table tr td input[type=text] {
	width: 149px;
}

#fhm_main .main_no_sidebar #fhm_commentform table tr td input[type=text] {
	width: 222px;
}

/* Textarea */
#fhm_main #fhm_commentform_wrap table tr td.label_area {
	vertical-align: top;
	width: 80px;
}

#fhm_main #fhm_commentform_wrap table tr td.label_area label {
	display: inline-block;
	margin-top: 6px;
}

#fhm_main #fhm_commentform_wrap table tr td textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #c7c7c7;
	border-right-color: #9b9b9b;
	border-top-color: #9b9b9b;
	color: #858585;
	font-size: 11px;
	height: 120px;
	min-height: 120px;
	margin-top: 6px;
	padding: 4px;
	resize: vertical;
	width: 599px;
}

#fhm_main .main_no_sidebar #fhm_commentform table tr td textarea {
	height: 140px;
	min-height: 140px;
	width: 819px;
}

#fhm_main #fhm_commentform_wrap table tr td textarea:focus {
	border-color: #9b9b9b;
	color: #545454;
}

/* Submit */
#fhm_main #fhm_commentform_wrap .submit_wrap {
	margin: 6px 0 0;
	text-align: right;
}

#fhm_main #fhm_commentform_wrap .submit_wrap input[type=submit] {
	background: #c81634;
	background: -moz-linear-gradient(top, #c81634 0%, #9b001d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81634), color-stop(100%,#9b001d));
	background: -webkit-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -o-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: -ms-linear-gradient(top, #c81634 0%,#9b001d 100%);
	background: linear-gradient(to bottom, #c81634 0%,#9b001d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81634', endColorstr='#9b001d',GradientType=0);
	border: 1px solid #66000f;
	color: #fff;
	cursor: pointer;
	height: 25px;
	padding: 0 10px 2px;
	text-shadow: 1px 1px 0 #333;
}

#fhm_main #fhm_commentform_wrap .submit_wrap input[type=submit]:hover {
	background: #af1226;
	background: -moz-linear-gradient(top, #af1226 0%, #8d0014 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af1226), color-stop(100%,#8d0014));
	background: -webkit-linear-gradient(top, #af1226 0%,#8d0014 100%);
	background: -o-linear-gradient(top, #af1226 0%,#8d0014 100%);
	background: -ms-linear-gradient(top, #af1226 0%,#8d0014 100%);
	background: linear-gradient(to bottom, #af1226 0%,#8d0014 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af1226', endColorstr='#8d0014',GradientType=0);
}

/* Kommentarliste */
#fhm_main #fhm_commentlist_wrap .comment {
	border: 1px solid #cf142b;
	padding: 1px;
	position: relative;
}

#fhm_main #fhm_commentlist_wrap .comment_wrap {
	margin-bottom: 20px;
}

#fhm_main #fhm_commentlist_wrap .comment_body {
	background: #efefef;
	padding: 5px;
}

#fhm_main #fhm_commentlist_wrap .comment_meta {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 15px;
}

#fhm_main #fhm_commentlist_wrap .comment_body p.last {
	margin: 0;
}

#fhm_main #fhm_commentlist_wrap .comment_speechbubble {
	background: transparent url(images/sprite.png) -435px -46px no-repeat;
	bottom: -8px;
	height: 9px;
	left: 25px;
	width: 12px;
	position: absolute;
}

#fhm_main #fhm_commentlist_wrap .comment-edit-link {
	color: #f00;
}

/* Formularfeldueberpruefung */
#fhm_main #fhm_commentform_wrap .error {
	border-color: #f00 !important;
}

#fhm_main #fhm_commentform_wrap .noerror {
	border-color: #0c0;
}

/* ------------------------------------------------- Pagination */
#fhm_main #fhm_main_content .pagination {
	border-top: 1px solid #0756a6;
	background: #efefef;
	height: 26px;
	margin-top: 20px;
	padding: 5px 0 6px;
}

#fhm_main #fhm_main_content .pagination p.left {
	float: left;
	line-height: 27px;
	margin: 0 0 0 5px;
}

#fhm_main #fhm_main_content .pagination ul {
	float: right;
}

#fhm_main #fhm_main_content .pagination ul li {
	float: left;
	list-style: none;
}

#fhm_main #fhm_main_content .pagination ul li a {
	text-decoration: none;
}

#fhm_main #fhm_main_content .pagination ul li.prev a,
#fhm_main #fhm_main_content .pagination ul li.next a {
	margin-right: 5px;
}

#fhm_main #fhm_main_content .pagination ul li a {
	background: transparent url(images/sprite.png) -226px -80px no-repeat;
	border: 1px solid #c7c7c7;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

#fhm_main #fhm_main_content .pagination ul li.pages {
	margin-right: 5px;
}

#fhm_main #fhm_main_content .pagination ul li.pages a {
	margin: 0 2px;
}

#fhm_main #fhm_main_content .pagination ul li a:hover {
	border-color: #acacac;
}

#fhm_main #fhm_main_content .pagination ul li.pages a.current {
	background: transparent url(images/sprite.png) 0 -80px no-repeat;
	border-color: #0756a6;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

/* ------------------------------------------------------------------------- Footer */
#fhm_footer {
	background: #c81634;
	background: -moz-linear-gradient(top, #c81634 0%, #9a001c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c81634), color-stop(100%,#9a001c));
	background: -webkit-linear-gradient(top, #c81634 0%,#9a001c 100%);
	background: -o-linear-gradient(top, #c81634 0%,#9a001c 100%);
	background: -ms-linear-gradient(top, #c81634 0%,#9a001c 100%);
	background: linear-gradient(to bottom, #c81634 0%,#9a001c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c81634', endColorstr='#9a001c',GradientType=0);
	border-top: 3px double #fff;
	bottom: 0;
	color: #fff;
	padding: 15px 20px;
	position: absolute;
	text-shadow: 1px 1px 0 #001e40;
	width: 910px;
}

#fhm_footer a {
	color: #fff;
	text-decoration: none;
}

#fhm_footer #fhm_copyright {
	background: transparent url(images/seperator_h.png) left bottom repeat-x;
	font-size: 11px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#fhm_footer .link_list {
	background: transparent url(images/seperator_v.png) 712px top repeat-y;
	display: inline-block;
	position: relative;
}

#fhm_footer .link_list li {
	float: left;
	list-style: none;
}

/* Box */
#fhm_footer .box {
	float: left;
	padding-bottom: 4px;
	width: 220px;
}

#fhm_footer .box h4 {
	background: transparent url(images/seperator_h.png) left bottom repeat-x;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#fhm_footer .box ul li {
	float: none;
	margin: 1px 0 1px 10px;
}

#fhm_footer .box ul li a {
	display: inline-block;
	padding: 1px 0;
}

#fhm_footer .box ul li a:hover {
	font-style: italic;
}

#fhm_footer #fhm_box_2 {
	margin: 0 18px;
}

#fhm_footer #fhm_box_4 {
	bottom: 0;
	position: absolute;
	right: 210px;
}

#fhm_footer #fhm_box_5 {
	margin-left: 18px;
	padding-left: 20px;
	width: 172px;
}

#fhm_footer #fhm_box_5 p {
	font-size: 11px;
	margin: 8px 0 6px 0;
	text-align: center;
}

#fhm_footer #fhm_box_5 a {
	background-image: none;
}

#fhm_footer #fhm_box_5 a#logo_ferienhausreisen {
	display: block;
	height: 70px;
	margin: 0 auto;
	width: 175px;
}

#fhm_footer #fhm_box_5 a img {
	height: 70px;
	width: 175px;
}

/* ------------------------------------------------------------------------- Fehlermeldung */
#fhm_error_wrap {
	background: #ef0000;
	background: -moz-linear-gradient(top, #ef0000 0%, #910000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef0000), color-stop(100%,#910000));
	background: -webkit-linear-gradient(top, #ef0000 0%,#910000 100%);
	background: -o-linear-gradient(top, #ef0000 0%,#910000 100%);
	background: -ms-linear-gradient(top, #ef0000 0%,#910000 100%);
	background: linear-gradient(to bottom, #ef0000 0%,#910000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef0000', endColorstr='#910000',GradientType=0);
	border-bottom: 1px solid #000;
	display: none;
	height: 33px;
	margin-top: -1px;
}

#fhm_error_wrap p {
	border-bottom: 1px solid #545454;
	color: #fff;
	display: none;
	font-size: 11px;
	line-height: 33px;
	text-align: center;
	text-shadow: 1px 1px 0 #333;
}

/* ------------------------------------------------------------------------- CoinSlider */
#fhm_coin-slider { 
	overflow: hidden; 
	position: relative; 
	zoom: 1;
}

#fhm_coin-slider a{  
	outline: none;  
	text-decoration: none;
}

.cs-buttons { 
	font-size: 0; 
	float: left;	
	padding: 10px; 
}

.cs-buttons a {
	border: 1px solid #b8c4cf;
	color: #b8c4cf;
	float: left;
	height: 10px;
	margin-left: 5px;
	text-indent: -1000px; 
	width: 10px;
}

.cs-active { 
	background-color: #b8c4cf; 
	color: #fff; 
}

.cs-title {
	background: transparent url(images/bg_gallery_layer.png) left top repeat;
	bottom: 1px;
	color: #fff;
	left: 1px;
	padding: 10px 0;
	position: absolute;
	width: 906px;
}

.cs-title span.title {
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0 0 6px 10px;
}

#fhm_coin-slider .cs-title span.description {
	margin-left: 10px;
}

#fhm_coin-slider .cs-prev, 
#fhm_coin-slider .cs-next { 
	background: transparent url(images/bg_gallery_layer.png) left top repeat;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 29px; 
	text-align: center;
	width: 30px;
}

#fhm_coin-slider .cs-prev:hover, 
#fhm_coin-slider .cs-next:hover {
	color: #fff;
}

/* ------------------------------------------------------------------------- Buchung */

.innerBlock {
}

.geteilt_l h1, h2 {
    color: #fff;
    font-size: 9pt;
    font-weight: bold;
    padding: 3px 3px 3px 0;
}

.page_margins {
    max-width: none;
    min-width: inherit;
    width: 900px!important;
}

/* ------------------------------------------------------------------------- CSV-Slideshow */
#fhm_main #fhm_txt_slideshow_wrap {
	height: 98px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100% !important;
}

#fhm_main #fhm_txt_slideshow {
	float: left;
	margin: 0 10px;
	padding: 4px 0;
	overflow: hidden;
	width: 820px;
}

/* wenn keine Sidebar */
#fhm_main #fhm_txt_slideshow_wrap .small_txt_slideshow {
	width: 600px !important;
}

#fhm_main #fhm_txt_slideshow li {
	background: #fff;
	border: 1px solid #c7c7c7;
	float: left;
	height: 86px;
	list-style: none;
	margin-right: 8px;
	padding: 1px;
	position: relative;
	width: 126px;
}

#fhm_main #fhm_txt_slideshow li.linkbox:hover {
	border-color: #cf142b;
}

#fhm_main #fhm_txt_slideshow li .txt_slideshow_imagelink {
	display: block;
	height: 86px;
	padding: 0;
	width: 126px;
}

#fhm_main #fhm_txt_slideshow li img {
	height: 86px;
	width: 126px;
}

#fhm_main #fhm_txt_slideshow_wrap .txt_caroussell_btn {
	background: transparent url(images/sprite.png) no-repeat;
	display: block;
	height: 28px;
	line-height: 28px;
	margin-top: 35px;
	opacity: .5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
	width: 28px;
}

#fhm_main #fhm_txt_slideshow_wrap .prev {
	background-position: 0 -224px;
	float: left;
	margin-left: 7px;
}

#fhm_main #fhm_txt_slideshow_wrap .next {
	background-position: -28px -224px;
	float: right;
	margin-right: 7px;
}

#fhm_main #fhm_txt_slideshow_wrap:hover .prev,
#fhm_main #fhm_txt_slideshow_wrap:hover .next {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;	
}

#fhm_main #fhm_txt_slideshow_wrap .txt_slideshow_title {
	background-color: #242424;
    background-color: rgba(0, 0, 0, .75);
	bottom: 1px;
	position: absolute;
	display: none;
	width: 126px;
}

#fhm_main #fhm_txt_slideshow_wrap .txt_slideshow_title p {
	color: #fff;
	line-height: 14px;
	margin: 0;
	padding: 4px 2px;
	text-align: center;
}
