
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/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%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('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('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('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;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

/* IE */
/*
#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/
div.rating-cancel,
div.star-rating {
	float:left;
	width:17px;
	height:15px;
	text-indent:-999em;
	cursor:pointer;
	display:block;
	background:transparent;
	overflow:hidden;
}

div.rating-cancel, div.rating-cancel a {
	background:url(../img/rate_ui.png) no-repeat 0 -16px;
}

div.star-rating, div.star-rating a{
	background: url(../img/rate_ui.png) no-repeat 0 -32px;
}

div.rating-cancel a{ 
	display:block;
	width:16px;
	height:100%;
	background-position:0 0px;
	border:0;
}

div.star-rating a{
	display:block;
	width:16px;
	height:100%;
	background-position:0 -32px;
	border:0;
}

div.star-rating-on a{
	background-position:0 -48px!important;
}

div.star-rating-hover a{ background-position:0 -64px; }
div.star-rating-hover.rating-cancel a{ background-position:0 -16px; }

div.star-rating-readonly a{ cursor:default !important; }

div.star-rating{
	background:transparent!important;
	overflow:hidden!important;
}

span.star-rating-control { max-width: 150px !important; }
/**
* CSS RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/**
* End CSS RESET
*/

/**
* Start Vanilla CSS 1.0.0
*/

#content pre, #content code, #content tt {
    font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content b, #content strong {
    font-weight: bold;
}
#content em, #content i, #content dfn {
    font-style: italic;
}
#content dfn {
    font-weight:bold;
}
#content p, #content code, #content pre, #content kbd {
    padding:0;
    margin:0 0 1.5em 0;
}
#content blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
#content cite {
    font-style: italic;
}
#content li ul, #content li ol {
    margin:0 1.5em;
}
#content ul, #content ol {
    margin:0 1.5em 1.5em 1.5em;
}
#content ul li {
    list-style-type:disc;
}
#content ol li {
    list-style-type:decimal;
}
#content ol ol li {
    list-style: upper-alpha;
}
#content ol ol ol li {
    list-style: lower-roman;
}
#content ol ol ol ol li {
    list-style: lower-alpha;
}
#content dl {
    margin:0 0 1.5em 0;
}
#content dl dt {
    font-weight:bold;
}
#content dd {
    margin-left:1.5em;
}
#content table {
    margin-bottom:1.4em;
    width:100%;
}
#content th {
    font-weight:bold;
}
#content th, td, caption {
    padding:4px 10px 4px 5px;
}
#content tfoot {
    font-style:italic;
}
#content sup, #content sub {
    line-height:0;
}
#content abbr, #content acronym {
    border-bottom: 1px dotted;
}
#content address {
    margin:0 0 1.5em;
    font-style:italic;
}
#content del {
    text-decoration: line-through;
}
#content pre {
    margin:1.5em 0;
    white-space:pre;
}
#content img.centered, #content  .aligncenter, #content div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignright {
    display: inline;
}
#content img.alignleft {
    display: inline;
}
#content .alignright {
    float: right;
    margin-left: 10px;
}
#content .alignleft {
    float: left;
    margin-right: 10px;
}

/**
* End Vanilla CSS
*/


/* Bikerbetten CSS  */

body{
    font-family: "Arial", sans-serif;
    font-size: 12px;
    background: #666;
    color: #3d3d3f;
}

/* Allgemein  */

h1{
    font-weight: normal!important;
    font-size: 20px;
}

h2,h2 a {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal!important;;
    color: #FFF;
}

h3{
    padding-top: 10px;
    color: #C50C1F;
}

#content h2{
    padding: 8px 0 4px 0;
}

a{
    color: #C50C1F;
}

hr {
    border: 0;
    height: 1px;
    background: #A7A7A7;
}

.left{
    float:left;
    overflow: hidden;
}

.right{
    float: right;
    overflow: hidden;
}

.toggle_next{
    cursor: pointer;
}

.fullscreen{
    width: 1020px;
    height:174px;
}

.fullscreen h1 a {
    color: #221E24 !important;
    text-decoration: none;
}

.w300{
    width: 300px;
}

.bigorangebutton{
    padding: 0;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding-left: 45px;
    line-height: 32px;
	height: 32px;
    background: #f29400 url(../img/booking-icon.gif) no-repeat 10px 7px;
}

.bigorangebutton.partnerhouserate{
    font-size: 12px;
    padding: 0 0 0 7px;
    width: 159px;
    height: 27px;
    overflow: hidden;
    line-height: 27px;
    background: #f29400 url(../img/helmet_white.png) no-repeat 143px center;
    float: left;
    border-bottom: 1px solid #A7A7A7;
}

.seasontable th, .seasontable td {
	text-align: center;
}

.col{
    float: left;
    padding: 0 25px;
}

.col.first{
    padding-left: 0;
}

.col.last{
    padding-right: 0;
}

.more{
    background: #a9925c;
    color: #FFF;
    padding: 3px 5px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    text-align: center;
}


/* Fix for Partnerhouse/search with Address-3 */
img.housesearch { margin-bottom:25px !important; }
.more.housesearch { margin-top: 5px !important; }
span.housesearch {
	font-size:11px;
	font-weight: bold;
	line-height: 20px !important;
}

.sidebar-left .more {
    width: 100%;
}

.more_info{
    color: 	#C20C1E;
    padding: 3px 5px;
    text-decoration: none;
    display: inline-block !important;
    letter-spacing: .5px;
    margin-top:0;
    margin-bottom:12px;
    margin-left:11px !important;
    line-height:12px !important;
}

.search_result{
    width: 310px;
    float: right;
}

.search_result.even{
    clear:left;
    float: left;
}

.more_results {
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.debuginfo{
    clear: both;
    overflow: auto;
    font-size: 10px;
    border: 1px groove #DDD;
    background-color: #EEE;
    padding: 5px;
    margin: 25px 0;
}

#wrap{
    width: 1060px;
    background: #B5B8BE url(../img/sidebar-bg.gif) repeat-y right;
    margin: 0 auto;
    border: 20px solid #000;
}

h1.icon{
    background: url(../img/icons.gif) no-repeat;
    height: 43px;
    font-size: 20px;
    padding: 5px 0 0 55px;
    margin: 25px 0 12px 0;
}

h1.icon.house{
    background-position: 0 0;
}

h1.icon.tour{
    background-position: 0 -48px;
}

h1.icon.community{
    background-position: 0 -96px;
}

h1.icon.search{
    background-position: 0 -144px;
}

h1.icon.region{
    background-position: 0 -192px;
}

h1.icon.lastminute{
    background-position: 0 -240px;
}

h1.icon.special{
    background-position: 0 -288px;
}

h1.icon.i{
    background-position: 0 -384px;
}

h1.icon.app { background: url(../img/icon-iphoneicon.png) no-repeat ; }

h1.icon.partner { background: url(../img/icon-partner.png) no-repeat; }

h1.icon.partner-number-1 { background: url(../img/partner-number-icons.png) no-repeat ; }
h1.icon.partner-number-2 { background: url(../img/partner-number-icons.png) no-repeat  0 -48px; }
h1.icon.partner-number-3 { background: url(../img/partner-number-icons.png) no-repeat  0 -96px; }


h1.icon small{
    display: block;
    color: #c20c1e;
    font-size: 12px;
    margin-top: 4px;
    padding-top: 6px;
    border-top: 1px dashed #FFF;
}

/* Header  */

#header{
    height: 347px;
    background: #AAA;
    position: relative;
}

#header div.slide{
    position: absolute;
    left: 0;
    top: 0;
    /*display: none;*/
}
#launcher{
    position: absolute;
    right: -20px;
    top: 156px;
    width: 151px;
    background: #a48e59;
    padding-bottom: 5px;
    overflow: hidden;
    max-height: 165px;
}

#launcher img {
    max-width: 151px;
    max-height: 151px;
}

#launcher h3{
    background: #f29400;
    line-height: 25px;
    color: #FFF;
    padding: 0 10px;
    font-size: 15px;
	margin-bottom: 5px;
}

#launcher strong{
	font-weight: bold;
}

#launcher li a{
    display: block;
    padding: 0 10px;
    line-height: 27px;
    color: #71623e;
    text-decoration: none;
    font-size: 13px;
}

#launcher p{
	padding: 2px 5px;
	padding-left: 10px;
}

#launcher li a:hover{
    color: #FFF;
    background: url(../img/launcher-hover.gif);
}


#logo{
    position: absolute;
    top: 15px;
    left: 20px;
    width: 210px;
    display: block;
}


/* Menu  */

#menu{
    position: absolute;
    right: -20px;
    top: 18px;
    width: 810px;
    background: url(../img/menu-bg.gif) repeat-x;
}

#menu li.level-0-li{
    float: left;
    width: 158px;
}

#menu li.level-0-li a{
    line-height: 33px;
    display: block;
    padding-left: 35px;
    /*width: 70px;*/
    color: #CCC;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    height: 33px;
}

#menu li.level-0-li a span{
    background: url(../img/menu-icons.gif) no-repeat;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 25px;
    height: 25px;
}

#menu li.level-0-li a#menu-0 span{
    background-position: 0 0;
}

#menu li.level-0-li.active a#menu-0 span,
#menu li.level-0-li:hover a#menu-0 span{
    background-position: left bottom;
}

#menu li.level-0-li a#menu-1 span{
    background-position: -25px 0;
}

#menu li.level-0-li.active a#menu-1 span,
#menu li.level-0-li:hover a#menu-1 span{
    background-position: -25px bottom;
}

#menu li.level-0-li a#menu-2 span{
    background-position: -75px 0;
}

#menu li.level-0-li.active a#menu-2 span,
#menu li.level-0-li:hover a#menu-2 span{
    background-position: -75px bottom;
}

#menu li.level-0-li a#menu-3 span{
    background-position: -50px 0;
}

#menu li.level-0-li.active a#menu-3 span,
#menu li.level-0-li:hover a#menu-3 span{
    background-position: -50px bottom;
}

#menu li.level-0-li a#menu-4 span{
    background-position: -100px 0;
}

#menu li.level-0-li:hover a#menu-4 span,
#menu li.level-0-li.active a#menu-4 span{
    background-position: -100px bottom;
}

#menu li.level-0-li.active a,
#menu li.level-0-li:hover a{
    color: #FFF;
}

#menu li.level-1-li{
    padding: 5px 0 0 35px;
}

#menu li.level-1-li a{
    background: #a9925c;
    font-size: 12px;
    color: #FFF;
    padding: 0 4px;
    overflow:hidden;
    width: 102px;
    line-height: 16px;
    height: 16px;
	white-space: nowrap;
}

#menu li.level-1-li.active a,
#menu li.level-1-li a:hover{
    background: #c20c1e;
}

/* Uhrzeit  */

#clock{
    position: absolute;
    left: 25px;
    bottom: 18px;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
    line-height: 150%;
}

#clock #time{
    font-size: 30px;
}

/* News auf der Startseite  */

#topnews{

    background: #e3e4e4;
    min-height: 200px;
    padding: 10px 15px 15px 15px;
}

#topnews .col.first{
    padding-left: 5px;
}

#topnews h1{
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #959696;
    margin-bottom: 10px;
}

#topnews a{
    display: block;
    text-decoration: none;
    color: #2E2E2F;
    margin-bottom: 15px;
    background: url(../img/arrow.png) no-repeat 0 3px;
    padding-left: 12px;
}

#topnews a:hover{
    color: #C50C1F;
}

#topnews .widget{
    margin: 0;
}

/* Inhaltsbereich */

#center{
    padding: 0 20px;
}

#content{
    width: 665px;
    margin-bottom: 25px;
}

/* Sidebar, Widgets */

#sidebar{
    float: right;
    overflow: hidden;
    margin-top: -25px;
    width: 310px;
    padding-bottom: 25px;
}

.widget p{
    line-height: 140%;
    padding-bottom: 5px;
}

.widgetbox{
    clear: left;
    position: relative;
    border-top: 1px solid #A7A7A7;
    min-height: 100px;
}

.widgetbox img{
    float:left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.specialbutton{
    /*background: url(../img/special-small.png) no-repeat bottom right;*/
    background: url(../img/special.png) no-repeat bottom right;
    width: 90px;
    height: 92px;
    float: right;
}

.widgetbox h2{
    padding: 0!important;
    margin-left: 90px;
    margin-top: 9px;
    margin-bottom: 2px;
}

.widget h2 a,
.widget h2{
    color: #C50C1F!important;
}


.widgetbox span{
    margin-left: 90px;
    font-size: 12px;
    line-height: 16px;
    display: block;
}

#specials .widgetbox span{
    padding-bottom: 34px;
    margin-left: 110px;
}

.widgetbox .more{
    margin-top: 13px;
    margin-left: 11px;
    margin-bottom: 12px;
}

.widgetbox small{
    position:absolute;
    right: 0;
    bottom: 10px;
    color: #c20c1e;
    font-size: 11px;
}

.widgetbox.tour small { bottom: 11px; }
.widgetbox.house small,  .widgetbox.term small { bottom: 15px; }

.widgetbox.tour{
    min-height: 80px;
}

.widgetbox.tour img{
    float:left;
    margin-top: 3px;
    margin-bottom: 12px;
}

.widgetbox.tour span{
    margin-left: 60px;
    min-height: 33px;
}

.widgetbox.tour h2{
    margin-left: 0;
}

.widgetbox.tour .more{
    margin-top: 0px;
}

/* Feed */

.feedflare{
    display: none;
}

.widgetbox .feedbody{
    display: none;
}

.widgetbox.feed a.more{
    margin-top: 0;
}

.feed img { margin-bottom: 34px; }

.widget .community-member-pictures { margin: 0 -6px 0; }
.widget .community-member-pictures a {
    margin: 0px 0 0px 6px;
    display: block;
    float: left;
    text-decoration: none;
    overflow: hidden;
    width: 54px;
}

.widget-content {
    border-top:1px solid #A7A7A7;
    border-bottom:1px solid #A7A7A7;
    clear: both;
    padding: 10px 0;
}

.widget-content-bottom {
    border-bottom:1px solid #A7A7A7;
    clear: both;
    padding-bottom: 10px;
}

.community-member-pictures a span {
    display: block;
    padding:8px 8px 0 0;
    color: #221f26;
    text-align: center;
}

a.more-2 {
    display: block;
    margin: 16px 0 0px;
    line-height: 12px;
    overflow: visible;
    text-decoration: none;
}

.widgetbox.tourterms{
    min-height: 40px;
}

.widgetbox.tourterms span{
    margin-left: 0px;
}

.widgetbox.tourterms h2{
    margin-left: 0;
}

.widgetbox.tourterms .more{
    margin-top: 0px;
    margin-left: 0px;
}


/* Footer  */

#footer{
    clear: both;
    padding: 15px 30px 100px 30px;
    background: #737373;
    position: relative;
    overflow: hidden;
}

#footermenu{

}

#footermenu li.level-0-li{
    float: left;
}

#footermenu li.level-0-li a{
    line-height: 33px;
    display: block;
    color: #a0a0a1;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #333 0 -1px 1px;
    filter: Shadow(Color=#333333, Direction=0, Strength=1);
}


#footermenu li.level-1-li{
    padding-top: 5px;
}

#footermenu li.level-1-li a{
    font-size: 11px;
    font-weight: normal;
    text-shadow: none;
    filter: none;
    line-height: 16px;
    width: 110px;
    display: block;
    color: #535154;
}

.footerheadline {
    color:#A0A0A1;
    display:block;
    font-size:14px;
    font-weight:bold;
    line-height:33px;
    text-decoration:none;
    text-shadow:0 -1px 1px #333333;
}

#search{
    background: url(../img/footer-search-icon.gif) no-repeat 0 50%;
    padding-left: 20px;
    position: absolute;
    right: 8px;
    top: 20px;
    line-height: 22px;
    height: 22px;
}

#search form{
    display: block;
    background: url(../img/footer-search-bg.gif);
    width: 131px;
    padding: 1px 5px;
    height: 20px;
}

#search form input{
    font-size: 9pt;
    width: 130px;
    border: none;
    background: #cacaca;
    background: transparent!important;
}

span#all, span#country, span#region { padding: 0 6px; }

#partnericons {
    float: right;
    position: absolute;
    right: 8px;
    bottom: 11px;
}

#partnericons a {
    background: url(../img/partnericons.png);
    display: block;
    float: left;
    height: 88px;
    width: 133px;
    border: 1px solid #737373;
}

#partnericons a span {
    display: none;
}

#partnericons a:active, #partnericons a:hover {
    border: 1px solid #a9a9a9;
}

#partnericons a.icon-1 {
    background-position: 0px -20px;
}

#partnericons a.icon-2 {
    background-position: -128px -20px;
}

#partnericons a.icon-3 {
    background-position: -248px -20px;
}

/* Subfooter (Impressum)  */

#subfooter{
    height: 22px;
    line-height: 22px;
    color: #777;
    background: #000;
}

#subfooter a{
    color: #777;
    text-decoration: none;
    float: left;
    margin-right: 5px;
    padding: 0 10px;
}

#subfooter a:hover{
    color: #999;
}

#subfooter .copyright{
    float: left;
    margin: 0 15px;
}

#subfooter .b2{
    float: right;
    padding-right: 0;
    margin-right: 0;
}

#subfooter a.button{
    background: url(../img/subfooter-button.gif);
    color: #d0d0d2;
    text-shadow: #333 0 -1px 1px;
}

#subfooter a.button.offer{ background-position: 22px; }

#subfooter a.button.partner{ background-position: bottom; }

/* Social Bookmarking */

#socialBookmarks { clear:left; height: 12px; width: 240px; padding-top: 10px; position: absolute; bottom: 70px; }
#socialBookmarks a {display:block; overflow:hidden; width:16px; height:16px;float:left;padding-right:9px;background: transparent url(../img/sociallist.gif) 0px 0px no-repeat;}

#sl_wong:link,#sl_wong:visited			{background-position: 0px 0px;}
#sl_wong:hover,#sl_wong:active			{background-position: 0px -16px;}

#sl_webnews:link,#sl_webnews:visited	{background-position: -26px 0px;}
#sl_webnews:hover,#sl_webnews:active	{background-position: -26px -16px;}

#sl_technorate:link,#sl_technorate:visited	{background-position: -50px 0px;}
#sl_technorate:hover,#sl_technorate:active	{background-position: -50px -16px;}

#sl_favoriten:link,#sl_favoriten:visited	{background-position: -75px 0px;}
#sl_favoriten:hover,#sl_favoriten:active	{background-position: -75px -16px;}

#sl_oneview:link,#sl_oneview:visited	{background-position: -100px 0px;}
#sl_oneview:hover,#sl_oneview:active	{background-position: -100px -16px;}

#sl_linkarena:link,#sl_linkarena:visited	{background-position: -125px 0px;}
#sl_linkarena:hover,#sl_linkarena:active	{background-position: -125px -16px;}

#sl_facebook:link,#sl_facebook:visited	{background-position: -152px 0px;}
#sl_facebook:hover,#sl_facebook:active	{background-position: -152px -16px;}

#sl_delicious:link,#sl_delicious:visited	{background-position: -177px 0px;}
#sl_delicious:hover,#sl_delicious:active	{background-position: -177px -16px;}

#sl_bonitrust:link,#sl_bonitrust:visited	{background-position: -203px 0px;}
#sl_bonitrust:hover,#sl_bonitrust:active	{background-position: -203px -16px;}

.big_socialbookmark {
    position: absolute;
    right: 521px;
    bottom: 25px;
}

.big_socialbookmark span { margin-bottom: -4px; }

.big_socialbookmark a {
    display: block;
    height: 28px;
    width: 80px;
    background: url(../img/icon-facebook.png) no-repeat;
}

/* Tooltips (auf der Karte) */

#tooltip{
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    padding: 2px 5px;
    z-index: 1000000;
    display: none;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    border: 1px solid #999;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.map_label{
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    padding: 2px 5px;
    background: #FFF;
    border: 1px solid #999;
	white-space:nowrap;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.map_label.region{
	font-size: 9px;
}

/* pagination */

.pagination{
    text-align:center;
    clear:both;
    padding: 15px 0;
    border-bottom: 1px solid #A7A7A7;
}

.pagination a, .pagination span{
    display: inline-block;
    width: 15px;
    text-align:center;
    line-height: 15px;
    margin: 2px;
    text-decoration:none;
}

/* Forms */

.placeholder{
    text-indent: 5px;
    color: #8c8c8c;
    font-size: 10px;
}

fieldset{
    padding: 10px;
    background: #BFBFBF;
    margin: 15px 0;
}

fieldset legend{
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #EFEFEF;
    background: #BFBFBF;
}

.checkboxes label {
    width: 205px;
    float: left;
}

.checkboxes label:hover {
    background: #C2C6CF;
}

.checkboxes.regiosearch label {
    margin: 5px 0;
}

.checkboxes.regiosearch input{
    width: 15px;
    margin: 0px;
    margin-right: 5px;
    float: left;
}

.pushoffer {
    margin: 10px 0;
}

.pushoffer input {
    width: auto !important;
    float: left;
    margin: 3px 10px 0 0 !important;
}

.form label{
    display: block;
    clear: left;
    overflow: hidden;
}

.form label select,
.form label input{
    display: block;
    /*margin: 10px 0;*/
	margin:5px 0 15px;
    width: 100%;
}

.form label textarea{
    display: block;
    min-height: 150px;
    margin-bottom: 10px;
    width: 100%;
}

input[type=submit]{
    font-size: 11px;
}

.floater{
    width: 100%;
    max-width: 665px;
}

.floater label{
    float: left;
    clear: none!important;
    width: 49.9%;
}

.floater label.even input[type=text],
.floater label.even input[type=password],
.floater label.even select{
    display: block;
    width: 90%;
}

.floater label input[type=text],
.floater label input[type=password],
.floater label select{
    display: block;
    width: 100%;
}

select, textarea, input[type=text],input[type=password]{
    background: #DCDADA url(../img/booking-input-bg.gif) repeat-x;
    border-left: 1px solid #bdbaba;
    border-top: 1px solid #8d8d8d;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #e7e7e7;
    color: #8c8c8c;
}

select:focus, textarea:focus, input:focus[type=text],input:focus[type=password]{
    color: #666;
}

.checkboxes label {
    width: 205px;
    float: left;
}

.checkboxes label:hover {
    background: #C2C6CF;
}

/* Partnerwerdenseite */

#content .commun_teaser ul li, #content .partner ul, #speciallist { margin-left: 0 !important; list-style-type: none !important; }

#content .commun_teaser ul li,
#content .partner ul li{
    list-style-type: none !important;
    background: url(../img/icon-list-partner.png) no-repeat;
    padding: 0 0 0 35px;
    margin: 14px 0;
    line-height: 22px;
    font-size: 14px;
}

#content .commun_teaser ul li,
#speciallist li{
    list-style-type: none !important;
    background: url(../img/icon-list-partner.png) no-repeat;
    padding: 0 0 0 35px;
    margin: 14px 0;
    line-height: 22px;
    font-size: 18px;
}

#content .commun_teaser ul li p,
#content .partner ul li p{
    padding: 0;
    margin: 0;
}


.form-checkbox-confirm {
    display: block;
    margin: 10px 0;
}


/* CSS für unteren Contentblock */
div.partner-2 {
    margin-top: 10px;
}

.partner-2 h2 {
    margin-top: -10px !important;
}

.partner-2 h3 {
    font-size: 14px;
    font-weight: normal !important;
    border-bottom:1px solid #A7A7A7;
    padding: 0 0 10px !important;
    margin-top: -5px;
    margin-bottom: 0.6em;
}

.partner-2 p {
    border-bottom:1px solid #A7A7A7;
    padding: 0px 0 10px!important;
}



.partner label { max-width: 300px; }
.partner { background: none; margin: 0; padding: 0;}
.partner legend { display: none; }
.single-line{ padding-right: 49.9%; }
.partner-title { margin: 10px 0; padding-bottom:10px; }
.partner-title label, .partner-title span { text-align: left; float: left; padding: 0;margin-right: 20px; width: auto !important; max-width: 65px; line-height:13px;}
.partner-title span { float: left; margin-right: 20px; }
.partner-title label input { float: right; margin: 0 0 0 5px !important; width: 15px !important; height: 14px !important; padding: 0 !important;}

.partner-rating { float: right; padding-right: 55%; }
.partner-rating label { margin: 0px !important; max-width: 25px !important; }
.partner-rating label input {  float: right; margin: 0 0 0 5px !important; width: 15px !important; height: 15px !important; padding: 0 !important;  }

.newsletter span { display: block; margin-right: 10px; float: left; }
.newsletter input { max-width: 25px; margin: 0px !important; float: left; width: auto !important;}

.zip-city {	width: 300px; float: left; }
.zip-city label { width: 205px; }
.zip-city label.even { width: 65px; }
label.fake { display: none; }

/* Partnerhausseite */

.stars-1,
.stars-2,
.stars-3,
.stars-4,
.stars-5,
.stars-6{
    background:url(../img/star.png);
    float: right;
    height: 16px;
}

.stars-1{	width: 20px; }
.stars-2{	width: 40px; }
.stars-3{	width: 60px; }
.stars-4{	width: 80px; }
.stars-5{	width: 100px; }
.stars-6{	width: 120px; }

.sidebar-left{
    float: left;
    width: 164px;
    margin-top: 10px;
    margin-bottom:15px;
}


.sidebar-left .main{
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7A7A7;
}

.sidebar-left .map{
    padding-top: 12px;
    margin-top: 3px;
    border-top: 1px solid #A7A7A7;
}

.sidebar-left .thumbs{
    overflow:hidden;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #A7A7A7;
}

.sidebar-left .thumbs a{
    float: left;
    padding: 0 7px 7px 0;
}

.sidebar-left .thumbs a.third{
    padding: 0 0 7px 0;
}

.inner{
    margin-left: 195px;
}

#booking_form{
    background: #c9c9ca;
    font-size: 11px;
    color: #666;
    position: relative;
}

#rate{
    margin-top: 25px;
}

#contact,
#booking_form h2{
    padding: 0;
    margin-top: 15px;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    padding-left: 45px;
    line-height: 32px;
    background: #f29400 url(../img/booking-icon.gif) no-repeat 10px 7px;
}

#booking_form input{
    height: 14px;
    margin-bottom: 10px;
}

#booking_form input.submit{
    background: none;
    cursor: pointer;
    border: none;
    color: #C50C1F;
    padding: 5px 0;
}

#booking_form_inner{
    padding: 10px;
}

/* tabs */

#tabs-wrap{
    border-bottom: #A7A7A7 1px solid;
    border-top: #A7A7A7 1px solid;
    height: 30px;
    padding: 5px 0;
}

#tabs.five a{
    width: 131px;
}

#tabs{
    overflow: hidden;
    margin-bottom: 15px;
    float:right;
    width:468px;
    height: 27px;
    border-top: #a6a7a7 1px solid;
    border-left: #b5b8be 1px solid;
    border-bottom: #A7A7A7 1px solid;
    border-right: none;
}

#tabs.five{
    width:100%;
}

#tabs a, #tabs span.empty_tab{
    background: url(../img/tabs-bg.gif);
    float: left;
    color: #6a6a6b;
    text-decoration: none;
    line-height: 27px;
    text-align: center;
    width: 116px;
    height: 27px;
    border-right: #b5b8be 1px solid;
}

#tabs a.active,
#tabs a:hover{
    background: url(../img/tabs-hover.gif);
    color: #d4d5d6;
    text-shadow: #333 0 -1px 1px;
}

.searchtab {
    margin: 0 auto;
    float: none !important;
    margin-bottom: 8px;
}

/* Tabellen */
table.table{
    width: 100%;
}

table.table tr{
    border-top: 1px solid #000;
}

table.table tr td{
    background: #c9c9ca;
    padding: 2px 4px;
    line-height: 150%;
    border-top: 1px solid #B5B8BE;
}

table.table.bigfirstcolumn tr td.first{
    width:150px;
}


table.table tr.even td{
    background:/* #dcdcdd*/ #bbbbbb;
}

.run{
    line-height: 150%;
}

/* ########### Community Allgemein  ########### *//*
.profile label { width: 100%; }

/* Tabelle 2 Spalten (Profil) *//*
.t_2s1 { width: 150px; }
.t_2s2 { width: auto;}
.bike .t_2s1 { width: 72px; }
.bike .t_2s2 { width: auto;}

/* Tabelle 4 Spalten (Messages) */
.t_4_1 { width: 100px; }
.t_4_2 { width: 300px; }
.t_4_3 { width: 160px; }
.t_4_4 { width: 40px; }
/*
.t_2_1 {  }
.t_2_2 { width: 180px; }

/* Kleine Login-Form in der Überschrift */

.small_login {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;

}

.small_login label {
    display: block;
    float: left;
    margin-top: 6px;
}

.small_login label input {
    width: 100px;
}

.small_login input[type="submit"] {
    display: block;
    float: right;
    margin-top: 6px;
} 

/* Nachrichten */
.messages_in {
    width: 100%;
    overlow: hidden;
}
.messages_in, .messages_out { margin-top: 34px; }
.messages_in .even, .messages_out .even  { background: #D3D3D5; }
.messages_in .odd, .messages_out .odd { background: #bebebf; }

.messages_in .t_4_1 { width: 50px; }
.messages_in .t_4_2 { width: 200px; }
.messages_in .t_4_3 { width: 360px; }
.messages_in .t_4_4 { width: 40px; }

.messages_out .t_4_1 { width: 50px; }
.messages_out .t_4_2 { width: 200px; }
.messages_out .t_4_3 { width: 360px; }
.messages_out .t_4_4 { width: 40px; }


/* ########### Community-Styles (Profilseite) ########### */
.community { color: #221e24; }
.community h2 { font-size: 16px; font-weight: bold !important; }
.community .about { margin-bottom:1.4em; }
.community .about textarea { width: 100%; height: 200px;}
.community .widgetbox { clear: none; }
.community .widgetbox:first-child { border: none; }
.comment-link { text-decoration: none;}
#comment_link { cursor: pointer; }

.comment-date { color: white; }
.comment-headline {
    border-top:1px solid #A7A7A7;
    border-bottom:1px solid #A7A7A7;
    padding: 10px 0 !important;
    margin-bottom: 0.6em;
}

.special-headline {
    border-bottom:1px solid #A7A7A7;
    padding: 10px 0 !important;
    margin-bottom: 0.6em;
}

.comment-image { float: left; }
.comment { border-bottom:1px solid #A7A7A7; padding: 10px 0; }
.comment-block { margin-left: 95px; }
.comment-body { padding: 5px 0; min-height:40px; }

.comment-tourrateing {
    display: block;
    height: 12px;
    width: 100%;
    position: relative;
}
.comment-tourrateing small{
    color:#C20C1E;
    font-size:11px;
    margin-top: 9px;
    position: absolute;
    bottom: -8px;
    right: 0px;
}

.lastlogin { color: white; overflow: visible; }

.logoutbutton { margin-top: -5px; }
.logoutbutton button { font-size:11px; }

.profile-box{
	background: #F29400;
	margin-top: 16px;
	color: #FFF;
	padding: 0 15px;
}

.community table td:first-child, .community .info-1 { color: #EEE; }
.profile-table-col1 { width: 170px; color: #EEE; }
.profile-table-col2 { }
.profile-table input { width: 100%; }

.profile-table td{
	padding-left:0;
	font-weight: bold!important;
	color: #FFF;
}


.bike { margin-bottom: 2em; }
.bike img { float: left; }
.bike-table { float: right; width: 299px !important; }
.bike-table a { text-decoration: none; color: #221e24; }
.bike-table input { width: 100%; }

#bike_upload { margin-top: 1.4em; clear: both; height:2em; }
#bike_upload label { width: 300px; }
#bike_upload span { line-height: 25px; float: left; }
#bike_upload input { float: right; }


.privacy { width: 100%; }
.privacy span { width: 320px; display: block; height: 20px;}
.privacy span input { float: right; }
.privacy div { margin: 10px 0; }

#comment_form textarea { width: 99%; height: 100px; }

/*
.profile { background-color: #EEEEEE; color: #231f25; position: relative; }
.profile h1, .profile h2, .profile h2 a   { color: #231f25; }
.profile .description { padding-top: 0; }
.profile table tr td { border: 0; vertical-align: middle; line-height: 100%; }
.profile .pm_friend span { /* display: none; */ /*}/*
h1.profile_nice { font-size: 20px; }

/* Bikebeschreibung Profilseite *//*
.profile .bike { width: 100%; }
.profile .bike img { width: 140px; height: 140px; float: left; }
.profile .bike table { width: 300px; float: right; padding-bottom: 85px; }
.profile .bike th:first-child { padding:2px 0px; color: #231f25; } /* Bike Name/Typ z.B. BMW K1200LT */

/* ########### Community-Styles (Edit) ########### *//*
.profile .run textarea { width: 100%; height: 120px; }
.profile table input { width: 100%; }

/* ########### Community-Styles (Messages) ########### *//*
.profile th { height: 20px; font-weight: bold; color: #231f25; padding:2px 4px; }

/* ###########  Community User-Navigation ###########  */
.profile_menu { margin: 0px !important; }
.profile_menu li { display: block; height: 20px; padding: 5px 0; }
.profile_menu li a {
    display: block;
    height: 20px;
    width: 100%;
    padding-left: 26px;
    background: url(../img/community-menu-icon.png) no-repeat;
    font-size: 14px;
    line-height: 15px;
    color: #7F7F7F;
    text-decoration: none;
    font-weight: bold;
}

.profile_menu #active a {
    color: #4F4F4F;
    text-shadow: 0 -1px 1px #FAFAFA;
    /*filter: Shadow(Color=#FAFAFA, Direction=0, Strength=1);*/
    background-position: 0 -20px;
}

.sidebar-left a.button{
    background: url(../img/subfooter-button.gif);
    color: #d0d0d2;
    text-shadow: #333 0 -1px 1px;
    text-decoration: none;
    line-height: 22px;
    padding: 0 9px;
    height: 22px;
    display: block;
}

.sidebar-left a.offer {
    background-position:22px 50%;
}

/*

span.friend_me {
	display: block;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 200px;
	height: 27px;
	line-height: 27px;
	text-align: right;
	padding: 10px;
}

/* Touren */

.impressions {
    float: right;
    font-size: 12px;
    line-height: 20px;
}

.tourinfo {
    position: relative;
}

.tourinfo small {
    padding-right: 8px;
}

.tour-icons {
    position: absolute;
    top: -3px;
    right: 0px;
}

.icon-tour-0{
    display: none;
}

.icon-tour-1{
    /*background: url(../img/icons-tour.gif);*/
	background: url(../img/icons-touren.png) no-repeat;
    float: left;
    width: 18px;
    padding: 0;
    height: 18px;
    overflow: hidden;
    cursor: pointer;
	background-position : -24px 0;
	margin-left: 6px;
}

.icon-tour-1.highway{ background-position : 0px 0; }
.icon-tour-1.interest{ background-position : -72px 0; }
.icon-tour-1.offroad{ background-position : -48px 0; }
.icon-tour-1.gps{ background-position : -98px 0; }

.multi_image_upload span {
    display: block;
    width: 100%;
}

.multi_image_upload span {
    display: block;
    width: 100%;
}

.image-edit span {
    vertical-align: middle;
}

.image-edit input {
    float: left;
    width: auto !important;
    margin: 0 !important;
}

.form_checkboxes {
    clear:none !important;
    float:left;
    width:100%;
    min-height: 75px;
}


.form_checkboxes label { margin: 10px 0; }

.form_checkboxes input {
    width: auto !important;
    margin: 0 !important;
    float: left;
}



.sidebars{

}

#content .gpslist {
    margin: 0;
    margin-left: -5px;
    overflow: hidden;
}

#content .gpslist li{
    list-style: none;
    float: left;
    margin: 5px;
}

/* Kommentare */

#content ul#comments{
    margin: 0 0 12px 0;
}

#content ul#comments li{
    list-style: none;
    margin: 1px 0;
    position: relative;
    padding: 3px;
}

#content ul#comments li h3{
}

#content ul#comments li.even{
    background: #D3D3D5;
}

#content ul#comments li.odd{
    background: #bebebf;
}

#content ul#comments li .partnerhouse-rating{
	height:40px;
	margin:0;
	padding-top:7px;
	width:100%;
}

#content ul#comments .partnerhouse-rating li {
	height: 25px;
    padding-right: 20px;
}

#content .partnerhouse-rating{
    margin: 15px 0;
}

#content .partnerhouse-rating li{
    float: left;
    height: 25px;
    padding-right: 20px;
    list-style: none;
}

#map_canvas{
    overflow:hidden;
}


/* Texte */

#content .text {
    line-height: 150%;
}

#content .text h2{
    border-top: 1px solid #A7A7A7;
}

#content .text ul{
    margin: 0 0 12px 0;
}

#content .text ul li{
    list-style: none;
    margin: 1px 0;
    padding: 3px;
}

#content .text ul li.even{
    background: #D3D3D5;
}

#content .text ul li.odd{
    background: #bebebf;
}

/* Popup */

#fancybox-outer{
    background: #adb8c4;
}

#fancybox-outer #fancybox-inner{

}

#fancybox-outer #fancybox-inner .popup-inner{
    background: #FFF;
    padding: 15px;
    min-height: 350px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    line-height: 150%;
}

#fancybox-outer #fancybox-inner h1{
    background: url(../img/popup-header-bg.gif);
    color: #c5c5c8;
    padding: 0 15px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    margin: 0;
    margin-bottom: 5px;
    line-height: 40px;
    height: 40px;
    text-shadow: #333 0 -1px 1px;
    filter: Shadow(Color=#333333, Direction=0, Strength=1);
    overflow: hidden;
}

/* Last-Minute & Specials-Seite */


#lastminute .search_result {
    float: left;
    width: 49.9%;
    background:none;
}

#lastminute .search_result.even .widgetbox {
    padding-right: 20px;
}

#specials .search_result{
    float: left;
    width: 100%;
}

#lastminute .search_result{
    background: none;
}
/*
#lastminute .search_result .widgetbox.house{
	padding-right: 100px;
}
*/

#lastminute .search_result .widgetbox.about-lastminute h2,
#lastminute .search_result .widgetbox.about-lastminute span{
    margin-left: 0;
}

#lastminute .search_result .widgetbox .subheadline {
    padding-top: 40px;
    margin-left: 0px !important;
    width: 225px;
}
#specials .search_result .widgetbox.house{
    padding-right: 0px;
    float: left;
}

#specials .search_result .widgetbox.special {
    width: 100%;
    float: left;
    /*background: url(../img/special.png) no-repeat 0 0;*/
}

#lastminute .priceribbon {
    padding: 12px 2px 10px 2px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -13px;
}

#lastminute .priceribbon div {
    display: block;
    background: url(../img/ribbon.png) no-repeat;
    text-shadow:0 -1px 1px #333333;
    height: 70px;
    width: 80px;
    overflow: hidden;
    text-align: center;
    line-height: 65px;
    color: white;
    font-size: 24px;
    font-weight: bold;

    -moz-transform: rotate(15deg);  /* FF3.5+ */
    -o-transform: rotate(15deg);  /* Opera 10.5 */
    -webkit-transform: rotate(15deg);  /* Saf3.1+, Chrome */

    rotation: 15deg;
    margin-left: 0px;
    padding: 0 20px;
}

#lastminute .search_result .widgetbox.lastminute h1,
#specials .search_result .widgetbox.special h1 {
    padding-top: 10px;
    width: 100%;
}

#specials .search_result .widgetbox.special h2 {
    margin-left: 110px;
    font-size: 16px;
}

#lastminute .search_result .widgetbox.lastminute h2{
    margin-left: 90px;
    font-size: 16px; /*killthisforcorporatedesign*/
}

#lastminute .search_result .widgetbox.about-lastminute h1{
    margin-bottom: 7px;
    margin-top:9px;
}

#lastminute .search_result .widgetbox.lastminute h2 small,
#lastminute .search_result .widgetbox.about-lastminute h2 small,
#specials .search_result .widgetbox.special h2 small {
    position: static;
    font-size: 14px; /*killthisforcorporatedesign*/
    line-height: 20px; /*killthisforcorporatedesign*/
}

#specials .search_result .widgetbox.special span {
    padding-right: 105px;
    font-size:13px; /*killthisforcorporatedesign*/
    line-height:16px; /*killthisforcorporatedesign*/
}

#lastminute .search_result .widgetbox.lastminute span,
#lastminute .search_result .widgetbox.about-lastminute span {
    font-size:13px; /*killthisforcorporatedesign*/
    line-height:16px; /*killthisforcorporatedesign*/
}

/*#lastminute .search_result .widgetbox.house small,*/
#specials .search_result .widgetbox.house small{
    right: 0px;
}
/*
#lastminute .search_result .rating{
	position: absolute;
	bottom: 12px;
	left: 220px;
}
*/
#specials .search_result .rating{
    position: absolute;
    bottom: 12px;
    left: 188px;
}

.rating{
    height: 12px;
}

#lastminute .search_result{
    padding: 10px 0;
    overflow:hidden;
}

.price_end{
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    position: relative;
    color: #FFF;
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 80px;
    background: url(../img/lastminute.gif) repeat-x #720816;
}

.price_end small{
    position: absolute;
    width: 80px;
    font-size: 11px;
    line-height: 11px;
    left: 0;
}

.price_end small.till{
    top: 3px;
}

.price_end small.days{
    bottom: 3px;
}

.price_end_small{
    color: #FFF;
    float: left;
    text-align: center;
    background: url(../img/lastminute.gif) repeat-x #720816;

    margin-bottom:12px;
    margin-left:11px;
    margin-top:13px;
    letter-spacing:0.5px;
    padding:3px 5px 3px 20px;
}

/*
#lastminute .search_result .rating{
	left: 440px;
}
*/

#lastminute  .search_result .more {
    float: left;
}

#specials .search_result .more{
    position: absolute;
    bottom: 0px;
    left: 100px;
}

.showspecial {
    margin: 5px  0 10px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 18px;
}

.showspecial h2 {
    background: #7f7f7f;
    padding: 0 8px !important;
    line-height: 28px;
	height: 28px;
    position: relative;
}

.showspecial h2 img {
    position: absolute;
    right: 8px;
    top: -28px;
}

.showspecial h2 span.ribbon-price {
	background: none;
	display: inline;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 8px;
	top: 0px;
}

.showspecial h3 {
	color:#3D3D3F;
	padding: 0;
}

.showspecial span {
    padding-top: 8px;
    display: block;
}

.showspecial span  span.blocker {
    display: block;
    width: 82px;
    height: 8px;
    float: right;
}

.showspecial.price h2 {
}

.showspecial.price span {
    padding: 8px;
    display: block;
    background: #c9c9ca;
}

.showspecial.price span div {
	line-height: 12px !important;
	margin-top: 0px !important;
}

/*
#lastminute  .search_result .more{
	left: 280px;
}
*/

/* Events */

#content #events{
    margin: 0;
}

#content #events li{
    list-style:none;
    padding: 10px 0;
    overflow:hidden;
    border-top:1px solid #A7A7A7;
}
/*
#content #events li.even{
	background: #C9C9CA;
}
*/
#content #events li img{
    float: right!important;
    margin-left: 25px!important;
	width: 150px;
	height: auto;
}


/* Rating */

.helmet{
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background: url(../img/rating.png);
}

.helmet.on{
    background-position: bottom;
}

/* Pressebereich */

ul.filelist {
	margin: 0 !important;
}

ul.filelist .more {
	line-height: 12px;
	margin-top: 5px;
}

ul.filelist li  {
	border-bottom: 1px solid #A7A7A7;
	display: block;
    padding: 2px 0;
	margin-top: 10px; 
	list-style-type:none;
}

.download_content {
	float: left;
	display: block;
	position: relative;
}

.download_content h2 {
	color: 	#3D3D3F;
}

.download_content a {
	line-height: 18px;
}

.downloadtype0, .downloadtype2, .downloadtype3, .downloadtype4  {
	display: block;
	background: url("../img/pressfile_archive.png") no-repeat;
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}

.downloadtype0{
	background: url("../img/pressfile_nones.png") no-repeat;
}

.downloadtype2 {
	background: url("../img/pressfile_archive.png") no-repeat;
}

.downloadtype3 {
	background: url("../img/pressfile_images.png") no-repeat;
}

.downloadtype4 {
	background: url("../img/pressfile_document.png") no-repeat;
}

/* Hacks */

a.more.right{
    /*float: none!important;*/
}

div.divider {
    width: 100%;
    height: 20px;
    clear: both;
}

.currency {	position: relative; }
.currency span { position: absolute; top: 0; right: 3px; }

.searchofcategory {
	text-align: right; 
	display: block; 
	float: left; 
	width: 180px; 
	line-height: 27px; 
	height: 27px; 
}
#fileQueue {
	width: 160px;
	overflow: auto;
	margin-bottom: 10px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #FFFFFF;
	margin: 2px auto 0;
	padding: 10px;
	width: 130px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #C50C1F !important;
	color: white;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#uploadifyQueue { position: absolute; left : 3px; bottom: 45px; }

/* ######### Angepasster Avatar-Upload #########*/
#avatar { position: relative; padding-bottom: 36px;}
#avatar_upload { position: relative; top: 6px; /*-16px*/ }
#avatar_flashuploader { width: 160px; height: 24px; position: absolute; bottom: 16px; }
#uploadifyUploader { width: 160px; height: 24px; }
#avatar_slideButton { 
	position: absolute;
	bottom: -14px;
	height: 24px;  
	width: 155px; 
	line-height: 25px; 
	background: url(../img/community-profilbild-aendern.png) no-repeat;
	text-align: left;
	color: #FFFFFF;
	/*text-shadow: 0 0px 1px #4F4F4F;
	filter: Shadow(Color=#4F4F4F, Direction=0, Strength=1);*/
	padding: 6px 0 0 6px;
 }
 
 #avatar_slideButton a {
 	color: #FFFFFF;
 	text-decoration: none;
 	font-weight: bold;
 }

