/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Bike n Soul Hotels                *
 * Type: screen                               *
 **********************************************/

@import url(default.css);

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	color: #737f82;
	line-height: 16px;
	background: #ebf0f1 url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer { clear: both; }

#containerSite {
	width: 100%;
	background: url(../img/layout/bg_containerSite.jpg) no-repeat top;
	/*overflow: hidden;*/
}

#containerSiteInner {
	margin: 0 auto 0 auto;
	width: 998px;
}

#containerHeader {
	height: 365px;
	position: relative;
	padding-bottom: 1px;
	border-bottom: 3px solid #e3e8eb;
	margin: 0 9px 1px 9px;
	overflow: hidden;
}
	#containerMainNav {
		height: 62px;
		overflow: hidden;
		background: url(../img/layout/bg_mainNav.jpg) repeat-x top left;
		padding-bottom: 1px;
		padding-left: 10px;
		border-bottom: 3px solid #e3e8eb;
		margin-bottom: 1px;
	}
		ul#mainNavList {
			float: left;
		}
		ul#mainNavList li {
			float: left;
			height: 62px;
			border-right: 1px solid #d2dae1;
		}
	
		ul#mainNavList li a {
			display: block;
			height: 28px;
			overflow: hidden;
			font-size: 14px;
			font-weight: bold;
			color: #000;
			text-align: center;
			text-decoration: none;
			padding-top: 34px;
			white-space: nowrap;
			border-right: 1px solid #fff;
		}
		ul#mainNavList li a:hover,
		ul#mainNavList li a.active {
			background: url(../img/layout/bg_mainNav_act.gif) no-repeat top;
			color: #fff;
		}
	
	#containerLangNav {
		position: absolute;
		width: 24px;
		height: 46px;
		padding: 4px;
		overflow: hidden;
		top: 4px;
		right: 149px;
		background: url(../img/layout/bg_langNav.gif) no-repeat top left;
		font-size: 10px;
		line-height: 10px;
		text-transform: uppercase;
	}
		#containerLangNav a {
			display: block;
			width: 24px;
			height: 16px;
			overflow: hidden;
			text-indent: -999em;
			text-decoration: none;
			color: #737f82;
			text-align: center;
			background: url(../img/layout/flag_de.gif) no-repeat top;
		}
		#containerLangNav a#langNavEN { background-image: url(../img/layout/flag_en.gif); }
		#containerLangNav a.active {
			text-indent: 0;
			height: 26px;
			background-position: bottom;
			margin-bottom: 2px;
		}
	
	#containerQuickNav {
		position: absolute;
		width: 124px;
		height: 54px;
		top: 4px;
		right: 19px;
		font-size: 10px;
		color: #737f82;
		line-height: 13px;
		background: url(../img/layout/bg_quickNav.gif) no-repeat top left;
		padding: 7px 0 6px 0;
	}
		#containerQuickNav a {
			display: block;
			line-height: 13px;
			padding-left: 46px;
			color: #737f82;
			text-decoration: none;
			background: url(../img/layout/bullet_quickNav.gif) no-repeat 34px 5px;
			margin-bottom: 1px;
		}
		#containerQuickNav a:hover { color: #444; }
	
	#containerHeadImg {
		height: 298px;
		overflow: hidden;
		background: url(../img/layout/bg_headerImgStartseite.jpg) no-repeat top left;
	}
	body.subPage #containerHeadImg {
		height: 278px;
		padding: 10px 20px;
		background-image: url(../img/layout/bg_headerImgSubPage.jpg);
		overflow: hidden;
	}
	body.subPage #containerHeadImg #Container_cn_FlashHeader { background-color: #fff; }
	
		#containerHeadImg #containerHeaderNuggets {
			width: 560px;
			padding: 29px 0 0 42px;
		}
			#containerHeadImg #containerHeaderNuggets .nuggetEntry {
				margin-bottom: 10px;
				height: 115px;
				overflow: hidden;
				position: relative;
			}
				#containerHeadImg #containerHeaderNuggets .nuggetEntry .nuggetImg {
					width: 105px;
					height: 105px;
					position: absolute;
					top: 0px;
					left: 0px;
					padding: 5px;
					background: url(../img/layout/header_nuggets_bg.png) no-repeat top left;
				}
				#containerHeadImg #containerHeaderNuggets .nuggetEntry .nuggetImg img {
					border: 1px solid #244800;
				}
				#containerHeadImg #containerHeaderNuggets .nuggetEntry .nuggetContent {
					position: absolute;
					top: 0px;
					left: 145px;
					width: 413px;
					height: 115px;
					overflow: hidden;
					font-size: 11px;
					color: #fff;
				}
				#containerHeadImg #containerHeaderNuggets .nuggetEntry h2 {
					color: #beff36;
					font-size: 18px;
					line-height: 24px;
					padding-bottom: 5px;
					margin-bottom: 15px;
					background: url(../img/layout/bg_headlines_dotted.gif) no-repeat bottom left;
				}
				#containerHeadImg #containerHeaderNuggets .nuggetEntry a.readMore {
					display: block;
					line-height: 20px;
					height: 20px;
					width: 89px;
					overflow: hidden;
					text-align: center;
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					margin-top: 15px;
					background: url(../img/layout/btn_readMore.gif) no-repeat top left;
				}

#containerSubHeader {
	height: 64px;
	position: relative;
	margin: 0 9px;
	padding: 18px 0 0 44px;
	background: url(../img/layout/bg_subHeader.jpg) repeat-x top left;
}
	#containerQuickAnfrage #quickAnfrageTable {
		width: 266px;
	}
		#containerQuickAnfrage #quickAnfrageTable td {
			vertical-align: top;
		}
		#containerQuickAnfrage #quickAnfrageTable td.field {
			padding: 0 5px 5px 0;
		}
			#containerQuickAnfrage #quickAnfrageTable td.field .inputDateWrap {
				background: url(../img/layout/bg_input_date.gif) no-repeat top left;
				width: 169px;
				height: 17px;
				padding: 2px 39px 0 10px;
				overflow: hidden;
			}
			#containerQuickAnfrage #quickAnfrageTable td.field .inputDateWrap input {
				height: 17px;
				border: 1px solid #dcdfdf;
				background-color: #dcdfdf;
				width: 100%;
				font-size: 11px;
				color: #737f82;
				padding: 0px;
				margin: 0px;
			}
	
	
	
	#containerLogo {
		width: 169px;
		height: 185px;
		position: absolute;
		top: -43px;
		right: 85px;
		z-index: 10;
	}
		#containerLogo a {
			display: block;
			width: 169px;
			height: 185px;
			overflow: hidden;
			text-indent: -999em;
			text-decoration: none;
			border: none;
			background: url(../img/layout/logo.png) no-repeat top left;
		}


#containerBreadcrumb {
	height: 40px;
	overflow: hidden;
	padding: 0 53px;
	background: url(../img/layout/bg_containerSiteInner.jpg) repeat-y top left;
}
	#containerBreadcrumbInner {
		position: relative;
		border-bottom: 1px solid #edefef;
	}
		#breadcrumbNav {
			padding: 12px 0 4px 0;
			font-size: 10px;
			color: #c2c9cb;
		}
			#breadcrumbNav a {
				color: #c2c9cb;
				text-decoration: none;
			}
			#breadcrumbNav a:hover { color: #444; }
		
		#printBtn {
			width: 12px;
			height: 12px;
			overflow: hidden;
			position: absolute;
			top: 14px;
			right: 0px;
		}
			#printBtn a {
				display: block;
				width: 12px;
				height: 12px;
				overflow: hidden;
				text-indent: -999em;
				text-decoration: none;
				background: url(../img/layout/icon_print.gif) no-repeat top left;
			}


#containerContent {
	background: url(../img/layout/bg_containerSiteInner.jpg) repeat-y top left;
	padding: 25px 10px 5px 10px;
	position: relative;
}

	.content { padding: 0 43px; }
	.contentDark {
		padding: 0 43px;
		background: #464a4b;
	}
	.contentSubPage {
		width: 582px;
		padding: 0 43px;
		margin-bottom: 50px;
	}
	.contentGrey {
		padding: 0 43px;
		background: #d7dcdd;
	}
	
	#containerContent h1 {
		font-size: 18px;
		font-weight: normal;
		color: #000;
		margin: 15px 0 15px 0;
	}
	#containerContent h1:first-child { margin-top: 0px; }
	#containerContent h2 {
		font-size: 16px;
		font-weight: normal;
		margin: 15px 0 10px 0;
	}
	#containerContent h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
	#containerContent p {
		margin: 5px 0 15px 0;
	}
	#containerContent a {
		color: #737f82;
	}
	#containerContent a:hover { text-decoration: none; }
	#containerContent div.hLine {
		border-bottom: 1px solid #ebf0f1;
		height: 1px;
		overflow: hidden;
		margin: 15px 0;
	}
	#containerContent .contentSubPage ul li {
		list-style-image: url(../img/layout/bullet_square.gif);
		padding-left: 10px;
		margin-left: 20px;
	}
	#containerContent .contentSubPage ul li ul li {
		list-style-image: url(../img/layout/bullet_arrow_single.gif);
		padding-left: 10px;
		margin-left: 20px;
	}
	
	#containerContent div.imgLeftCont {
		width: 242px;
		float: left;
		margin: 0 30px 10px 0;
	}
	#containerContent div.imgLeftCont img {
		border: 5px solid #ebf0f1;
		margin-bottom: 5px;
	}
	#containerContent div.imgRightCont {
		width: 242px;
		float: right;
		margin: 0 0px 10px 30px;
	}
	#containerContent div.imgRightCont img {
		border: 5px solid #ebf0f1;
		margin-bottom: 5px;
	}
	#containerContent div.imgFull img {
		border: 5px solid #ebf0f1;
		margin: 15px 0;
	}
	
	.containerContentNuggets .nuggetEntry {
		width: 264px;
		height: 189px;
		float: left;
		background: url(../img/layout/bg_contentNuggetBox.jpg) no-repeat top left;
		margin: 0 0 20px 20px;
		padding: 13px 10px 10px 10px;
	}
		.containerContentNuggets .first { margin-left: 0px; }
		.containerContentNuggets .nuggetEntry h4 {
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			line-height: 30px;
			margin-bottom: 10px;
		}
		.containerContentNuggets .nuggetEntry .nuggetImg {
			width: 80px;
			height: 80px;
			float: left;
			margin-right: 20px;
			overflow: hidden;
		}
			.containerContentNuggets .nuggetEntry .nuggetImg a img { border: none; }
		.containerContentNuggets .nuggetEntry .nuggetContent {
			height: 80px;
			overflow: hidden;
		}
		.containerContentNuggets .nuggetEntry .nuggetLink {
			clear: both;
			padding-top: 20px;
			text-align: center;
		}
			.containerContentNuggets .nuggetEntry .nuggetLink a {
				display: block;
				text-align: center;
				color: #000;
				text-decoration: none;
				font-weight: bold;
				line-height: 33px;
			}
			.containerContentNuggets .nuggetEntry .nuggetLink a:hover { text-decoration: underline; }
	
	#containerContentNewsSlider {
		padding: 23px 0px;
	}
		#containerContentNewsSlider h1 {
			color: #beff36;
			font-size: 18px;
			line-height: 24px;
			padding-bottom: 5px;
			margin-bottom: 17px;
		}
		#containerContentNewsSlider #containerNewsSliderListOuter {
			position: relative;
			height: 112px;
			overflow: hidden;
		}
		#containerContentNewsSlider #newsSliderBtnPrev {
			width: 13px;
			height: 112px;
			position: absolute;
			top: 0px;
			left: 0px;
			overflow: hidden;
			cursor: pointer;
		}
			#containerContentNewsSlider #newsSliderBtnPrev span {
				display: block;
				height: 112px;
				width: 13px;
				background: url(../img/layout/btn_newsSliderPrev.gif) no-repeat top left;
				text-indent: -999em;
				text-decoration: none;
				color: #fff;
				overflow: hidden;
			}
		#containerContentNewsSlider #newsSliderBtnNext {
			width: 13px;
			height: 112px;
			position: absolute;
			top: 0px;
			right: 0px;
			overflow: hidden;
			cursor: pointer;
		}
			#containerContentNewsSlider #newsSliderBtnNext span {
				display: block;
				height: 112px;
				width: 13px;
				background: url(../img/layout/btn_newsSliderNext.gif) no-repeat top left;
				text-indent: -999em;
				text-decoration: none;
				color: #fff;
				overflow: hidden;
			}
		
		#containerContentNewsSlider #newsSliderListInner {
			position: absolute;
			top: 0px;
			left: 23px;
			height: 112px;
			width: 846px;
			overflow: hidden;
		}
		#containerContentNewsSlider #newsSliderListInner #newsSliderList { width: 4000px; }
			#containerContentNewsSlider #newsSliderListInner #newsSliderList li { float: left; }
				#containerContentNewsSlider #newsSliderListInner #newsSliderList li div.newsSliderContent {
					float: left;
					width: 184px;
					height: 92px;
					overflow: hidden;
					background: #585e5f;
					margin-right: 10px;
					color: #939da0;
					font-size: 11px;
					padding: 10px;
				}
					#containerContentNewsSlider #newsSliderListInner #newsSliderList li div.newsSliderContent h3 a {
						display: block;
						color: #fff;
						font-weight: bold;
						text-decoration: none;
						background: url(../img/layout/bullet_footerQuickLinks.gif) no-repeat right;
					}
					
					
	#containerContentGallerySlider {
		padding: 23px 0px;
	}
		#containerContentGallerySlider h1 {
			color: #beff36;
			font-size: 18px;
			line-height: 24px;
			padding-bottom: 5px;
			margin-bottom: 17px;
		}
		#containerContentGallerySlider #containerGallerySliderListOuter {
			position: relative;
			height: 112px;
			overflow: hidden;
		}
		#containerContentGallerySlider #gallerySliderBtnPrev {
			width: 13px;
			height: 112px;
			position: absolute;
			top: 0px;
			left: 0px;
			overflow: hidden;
		}
			#containerContentGallerySlider #gallerySliderBtnPrev span {
				display: block;
				height: 112px;
				width: 13px;
				background: url(../img/layout/btn_gallerySliderPrev.gif) no-repeat top left;
				text-indent: -999em;
				text-decoration: none;
				color: #fff;
				overflow: hidden;
			}
		#containerContentGallerySlider #gallerySliderBtnNext {
			width: 13px;
			height: 112px;
			position: absolute;
			top: 0px;
			right: 0px;
			overflow: hidden;
		}
			#containerContentGallerySlider #gallerySliderBtnNext span {
				display: block;
				height: 112px;
				width: 13px;
				background: url(../img/layout/btn_gallerySliderNext.gif) no-repeat top left;
				text-indent: -999em;
				text-decoration: none;
				color: #fff;
				overflow: hidden;
			}
		
		#containerContentGallerySlider #gallerySliderListInner {
			position: absolute;
			top: 0px;
			left: 23px;
			height: 112px;
			width: 846px;
			overflow: hidden;
		}
		#containerContentGallerySlider #gallerySliderListInner #gallerySliderList { width: 4000px; }
			#containerContentGallerySlider #gallerySliderListInner #gallerySliderList li { float: left; }
				#containerContentGallerySlider #gallerySliderListInner #gallerySliderList li img {
					display: block;
					width: 103px;
					height: 102px;
					border: 5px solid #fff;
					float: left;
					margin-right: 9px;
				}
	

	#containerContent #containerSidebar {
		width: 262px;
		position: absolute;
		top: 30px;
		right: 53px;
	}
	#containerContent #containerSidebar #containerSubNavigation { margin-bottom: 25px; }
		#containerContent #containerSidebar #containerSubNavigation h2 {
			height: 40px;
			line-height: 40px;
			background: url(../img/layout/bg_subNavHeadline.gif) no-repeat top left;
			font-size: 14px;
			color: #fff;
			font-weight: bold;
			padding-left: 20px;
			margin: 0px;
		}
		#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li a {
			display: block;
			height: 30px;
			line-height: 30px;
			color: #737f82;
			text-decoration: none;
			padding-left: 40px;
			margin-top: 1px;
			background: #f2f6f6 url(../img/layout/bullet_square.gif) no-repeat 21px 13px;
		}
		#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li a:hover { background-color: #fff; }
		#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li.active a { font-weight: bold; }
		
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li ul ,
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li.active ul  { margin-top: 10px; }
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li ul li a,
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li.active ul li a {
				display: block;
				line-height: 18px;
				color: #737f82;
				text-decoration: none;
				padding-left: 40px;
				margin-top: 1px;
				font-weight: normal;
				background: #fff url(../img/layout/bullet_arrow_single.gif) no-repeat 22px 8px;
			}
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li ul li a:hover,
			#containerContent #containerSidebar #containerSubNavigation ul#subNavigationList li ul li.active a {
				color: #000;
				font-weight: normal;
			}


#containerFooter {
	height: 208px;
	background: url(../img/layout/bg_footer.jpg) no-repeat top left;
	padding: 0 9px;
	position: relative;
	overflow: hidden;
}
	#containerFooter h2 {
		color: #beff36;
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		background: url(../img/layout/bg_headlines_dotted.gif) no-repeat bottom left;
	}
	
	#footerInfo {
		position: absolute;
		width: 237px;
		height: 175px;
		top: 30px;
		left: 44px;
		color: #fff;
		font-size: 11px;
		line-height: 14px;
	}
	#footerInfo a { color: #fff; }
	#footerInfo a:hover { text-decoration: none; }
	
	#footerQuickLinks {
		position: absolute;
		width: 237px;
		height: 175px;
		top: 30px;
		left: 347px;
		color: #fff;
	}
	#footerQuickLinks a {
		color: #fff;
		display: block;
		background: url(../img/layout/bullet_footerQuickLinks.gif) no-repeat left;
		padding-left: 20px;
		text-decoration: none;
	}
	#footerQuickLinks a:hover { text-decoration: underline; }
	
	#footerFacebook {
		position: absolute;
		width: 180px;
		height: 175px;
		top: 30px;
		left: 604px;
		color: #fff;
	}
	
	#footerNav {
		position: absolute;
		top: 30px;
		right: 44px;
		width: 164px;
		height: 1750px;
		text-align: right;
	}
	#footerNav a {
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		line-height: 24px;
	}
	
	#footerCopyright {
		position: absolute;
		top: 180px;
		right: 44px;
		width: 200px;
		height: 20px;
		text-align: right;
		font-size: 11px;
		color: #97d027;
		line-height: 19px;
	}
	#footerCopyright a img { border: none; }
	
	
	
.tx-qlsimplegallery-pi1 {
	width: 568px;
}
.ql_simple_gallery-pageNav {
	background: #D7DCDD;
	color: #737F82;
	font-size: 11px;
	height: 20px;
	margin-bottom: 6px;
	padding: 3px 10px 0 10px;
	width: 95%;
}
.ql_simple_gallery-pageNav a {
	color: #737F82 !important;
	font-weight: bold;
	text-decoration: underline !important;
}
.ql_simple_gallery-pageNav a:hover {
	text-decoration: none !important;
}
.ql_simple_gallery-backLink {
	float: left;
	width: 25%;
}
.ql_simple_gallery-nextLink {
	float: left;
	text-align: right;
	width: 25%;
}
.ql_simple_gallery-pageNumbers {
	float: left;
	text-align: center;
	width: 50%;
}
.ql_simple_gallery_box {
	background: #D7DCDD;
	color: #737F82;
	float: left;
	height: 190px;
	margin: 0 6px 6px 0;
	padding: 5px 5px 10px 5px;
	width: 170px;
}
.tx-qlsimplegallery-pi1 .last {
	margin-right: 0px;
}
.ql_simple_gallery_box a {
	color: #737F82;
}
.ql_simple_gallery_small {
	height: 120px;
	width: 120px;
}
.ql_simple_gallery_box a img {
	background: none !important;
	border: none !important;
	text-decoration: none;
}
.ql_simple_gallery_image img {
	text-align: center;
}
.ql_simple_gallery_box a {
	background: none !important;
	border: none !important;
	color: #fff !important;
	font-weight: bold;
}
.ql_simple_gallery_box .ql_simple_gallery_text {
	font-size: 11px;
	line-height: 14px;
	padding: 9px 5px 0;
}
.ql_simple_gallery_box .ql_simple_gallery_text a,.ql_simple_gallery_box .ql_simple_gallery_text a:hover {
}
.ql_simple_gallery_box .ql_simple_gallery_text a:hover {
	text-decoration: none;
}


.customPagesFrame { height: 1500px; }
#page_13 .customPagesFrame { height: 3500px; }

