@import url(default.css);


body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #3b3b3b;
	background: #f5f5f5;
}

.clearer, .clear { clear: both; }

/* HEADER ----------------------------------------------------------------*/
header {
	background: url(../img/layout/bg_text.jpg) repeat top left;
}
	#headerWrap {
		background: url(../img/layout/bg_heart.gif) no-repeat top;
	}
	#headerWrapInner {
		width: 952px;
		position: relative;
		padding-top: 15px;
		margin: 0 auto 0 auto;
	}
	
	#headerLeft {
		position: absolute;
		top: 102px;
		left: 0px;
		width: 241px;
		height: 404px;
		overflow: hidden;
		background: #d3d3d3;
	}
	#headerFlashImg {
		margin-left: 241px;
		width: 711px;
		height: 404px;
		overflow: hidden;
	}
	
	#logo a {
		display: block;
		width: 206px;
		height: 76px;
		margin: 0 0 11px 18px;
		text-indent: -999em;
		text-decoration: none;
		background: url(../img/layout/logo.gif) no-repeat top left;
	}
	
	nav#langNav {
		position: absolute;
		top: 80px;
		right: -15px;
		width: 80px;
		height: 15px;
		overflow: hidden;
	}
		nav#langNav a {
			width: 15px;
			height: 9px;
			float: left;
			margin-right: 10px;
			overflow: hidden;
			text-indent: -999em;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: top left;
			-webkit-box-shadow: 2px 2px 2px #171717;
			-moz-box-shadow: 2px 2px 2px #171717;
			box-shadow: 2px 2px 2px #171717;

		}
			nav#langNav a.btnDE { background-image: url(../img/layout/flag_de.gif); }
			nav#langNav a.btnEN { background-image: url(../img/layout/flag_en.gif); }
			nav#langNav a.btnFR { background-image: url(../img/layout/flag_fr.gif); margin-right: 0px; }

	#fb-button {
		position: absolute;
		top: 77px;
		right: 80px;
	}
	
		#fb-button a {
			display: block;
			padding-left: 17px;
			width: 151px;
			height: 17px;
			background: url(../img/layout/btn-facebook.gif);
			text-align: center;
			color: #fff;
			text-decoration: none;
			font-size: 11px;
		}

nav#mainNav {
	height: 34px;
	border-top: 1px solid #fff;
	background: #949494;
}
	ul#mainNavList {
		width: 711px;
		padding-left: 241px;
		margin: 0 auto 0 auto;
	}
	#mainNavList li {
		float: left;
		position: relative;
	}
	#mainNavList li a.firstLevel {
		display: block;
		height: 34px;
		float: left;
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -999em;
		text-decoration: none;
	}
		#mainNavList li.active a.firstLevel,
		#mainNavList li:hover a.firstLevel,
		#mainNavList li a.firstLevel:hover { background-position: bottom left; }
	
	#mainNavList li ul.subNav {
		display: none;
		position: absolute;
		bottom: 34px;
		left: 0px;
		z-index: 10;
		padding: 10px 0;
		background: rgb(73,72,72);
		background: rgba(0,0,0,0.8);
	}
		#mainNavList li ul.subNav li {
			float: none; 
			position: static;
			display: block;
			width: 175px;
		}
			#mainNavList li ul.subNav li a {
				display: block;
				line-height: 23px;
				padding-left: 24px;
				text-decoration: none;
				color: #fff;
			}
				#mainNavList li ul.subNav li.active a,
				#mainNavList li ul.subNav li a:hover {
					background: #343434;
				}

/* HEADER END ------------------------------------------------------------*/


/* CONTENT ---------------------------------------------------------------*/
#containerContentWrap {
	width: 710px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 40px 0 40px 242px;
}

#sidebar {
	position: absolute;
	top: 40px;
	left: 18px;
	width: 193px;
}
/* CONTENT END -----------------------------------------------------------*/


/* CONTENT ELEMENTS ----------------------------------------------------- */
#content { line-height: 20px; }
#content p {
	margin: 5px 0 15px 0;
}

#content a {
	color: #f06b26;
	text-decoration: underline;
}
	#content a:hover { text-decoration: none; }
	
#content h1 {
	height: 35px;
	text-indent: -999em;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px 0 15px 0;
}
#content h2 {
	line-height: 22px;
	font-size: 16px;
	color: #f06b26;
	margin: 5px 0 15px 0;
}

#content h2.graphical {
  
  text-indent: -999em;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 5px 0 15px 0;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
#content .contImgLeft {
	width: 269px;
	float: left;
	margin-bottom: 5px;
}
	#content .contImgLeft img { margin-bottom: 10px; }
	
#content .contImgRight {
	width: 233px;
	padding-left: 36px;
	float: right;
	overflow: hidden;
	margin-bottom: 5px;
}
	#content .contImgRight img { margin-bottom: 10px; }

#content .imgFour {
	height: 180px;
	padding: 15px 0 30px 0;
	overflow: hidden;
}
	#content .imgFour div {
		width: 228px;
		height: 180px;
		overflow: hidden;
		float: left;
		margin: 0 8px 0 0;
	}
		#content .imgFour div.last { margin-right: 0px; }
		
#content .bigImg {
	width: 100%;
	overflow: hidden;
	margin: 5px 0 15px 0;
}
	#content .bigImg img {}


#content .trennlinie {
	height: 1px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
	margin: 14px 0 15px 0;
}

#content ul {
	margin: 10px 0 15px;
}
#content ul li {
	margin-left: 30px;
	list-style-type: square;
}
/* CONTENT ELEMENTS END ------------------------------------------------- */


/* CONTENT - TABLE ------------------------------------------------------ */
	#content th.first,
	#content td.first {
		text-align: left;
	}
	
	#content table.contenttable {
		border-collapse: collapse;
		width: 100%;
		margin: 5px 0 15px 0;
	}
	
	#content table.contenttable thead,
	#content table.contenttable thead th {
		font-weight: bold;
		color: #fff;
	}
	#content table.contenttable thead th {
		background: #343434;
	}
	#content table.contenttable th,
	#content table.contenttable td {
		text-align: center;
		padding: 6px 10px;
		border-bottom: 1px solid #f5f5f5;
	}
	#content table.contenttable th:first-child,
	#content table.contenttable td:first-child,
	#content table.contenttable th.first,
	#content table.contenttable td.first{
		text-align: left;
	}
	#content table.contenttable tbody td {
		background: #d8d8d8;
		color: #3b3b3b;
	}
	#content table.contenttable .cellSubheader th,
	#content table.contenttable .cellSubheader td {
		font-weight: bold;
		background-color: #f06b26;
		background-image: none;
		color: #fff;
	}
	#content table.contenttable p {
		padding: 0;
		margin: 0;
		display: inline;
	}
/* CONTENT - TABLE END -------------------------------------------------- */


/* CONTENT - CAPCORN ---------------------------------------------------- */
	#roomSearch { margin: 5px 0 30px 0; }
	#roomSearch .roomSearchForm {
		padding-bottom: 10px;
		position: relative;
	}
		#roomSearch .roomSearchForm label {
			display: block;
			width: 150px;
			float: left;
			font-weight: bold;
		}
		#roomSearch .roomSearchForm select {
			border: 1px solid #f0f0ef;
			font-size: 12px;
			padding: 2px;
			background-color: #fff;
			color: #3b3b3b;
			
		}
		.roomSearch_typeBox { padding-left: 150px; margin-bottom: 5px; }
		.roomSearch_typeBox label {
			display: inline !important;
			width: auto !important;
			float: none !important;
			padding-left: 15px;
			font-weight: normal !important;
		}
		.roomSearchFormBtn { padding-left: 150px; }

/* CONTENT - CAPCORN END ------------------------------------------------ */


/* CONTENT - Nuggets ---------------------------------------------------- */
.nuggetContainer {}
	.nuggetContainer .nuggetBox {
		width: 228px;
		height: 162px;
		overflow: hidden;
		float: left;
		margin: 0 8px 0 0;
	}
		.nuggetContainer .last { margin-right: 0px; }
		.nuggetContainer .nuggetBox .nuggetImg {
			width: 228px;
			height: 130px;
		}
		.nuggetContainer .nuggetBox .nuggetHeadline h4 {
			width: 228px;
			height: 32px;
			overflow: hidden;
			background-color: #3b3b3b;
			background-position: top left;
			background-repeat: no-repeat;
			text-indent: -999em;
		}
/* CONTENT - Nuggets END ------------------------------------------------ */



/* SIDEBAR -------------------------------------------------------------- */
nav.sidebarNav {
	margin-bottom: 50px;
}

	h2.subNavHeadline { padding-bottom: 20px; }
		h2.subNavHeadline a {
			display: block;
			height: 25px;
			text-indent: -999em;
			overflow: hidden;
			background-position: top left;
			background-repeat: no-repeat;
		}
	
	ul.sidebarNavList li a {
		display: block;
		height: 26px;
		text-indent: -999em;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
		border-bottom: 1px solid #e2e2e2;
		
	}
		ul.sidebarNavList li a:hover,
		ul.sidebarNavList li.active a { background-position: bottom left; }
		
	#quickAnfrageContainer {
		height: 238px;
	}
	
	#quickAnfrageContainer h3 {
		font-size: 12px;
		text-transform: uppercase;
		color: #5f5f5f;
		padding-left: 18px;
		line-height: 28px;
		height: 28px;
		background: #fff;
		border-bottom: 1px solid #d3d3d3;
	}
	#quickAnfrageContainer form {
		padding: 10px 0 10px 12px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #b6b6b6;
	}
		.quickAnfrageForm { margin-bottom: 5px; }
		.quickAnfrageForm label {
			display: block;
			font-weight: bold;
		}
		.quickAnfrageForm select {
			border: 1px solid #ececec;
			font-size: 12px;
			padding: 2px;
			background-color: #fff;
			color: #3b3b3b;
		}
		#quickAnfrageContainer #quickAnfrage_D1 { width: 60px; }
		#quickAnfrageContainer #quickAnfrage_D2 { width: 148px; }
		#quickAnfrageContainer #quickAnfrage_D3 { width: 208px; }
		#quickAnfrageContainer #quickAnfrageBtn {
			width: 208px;
			font-weight: bold;
			color: #fff;
			background: #f06b26;
			border: none;
			margin-top: 10px;
		}


	
	#jokerCardBtn { border-top: 1px solid #fff; }
/* SIDEBAR END ---------------------------------------------------------- */



/* FOOTER ----------------------------------------------------------------*/
footer {
	height: 81px;
	border-top: 1px solid #fff;
	background: #d6d6d6;
}
	#footerInner {
		width: 952px;
		/*padding: 27px 0 0 0;*/
		position: relative;
		margin: 0 auto 0 auto;
	}
	
	#footerBanner {
	  float: left;
	  margin-right: 12px;
	  padding-top: 10px;
	  width: 230px;
	}
	
	 #footerBanner .banner-apf {
	   float: left;
	   display: block;
	   margin-right: 20px;
	   width: 104px;
	   height: 60px;
	   text-indent: -999em;
	   background: url(../img/layout/logo_apf.png) no-repeat;
	 }
	 
	 #footerBanner .banner-ewh {
	   float: left;
     display: block;
     width: 85px;
     height: 60px;
     text-indent: -999em;
     background: url(../img/layout/logo_ewh.png) no-repeat;
   }
   
   #footerBanner a.banner-apf:hover, #footerBanner a.banner-ewh:hover {background-position: 0px -60px;}
	
	#footerText {
	  float: left;
	  padding-top: 27px;
		font-size: 11px;
		color: #3b3b3b;
		line-height: 14px;
	}
		#footerText a {
			color: #3b3b3b;
			text-decoration: none;
		}
			#footerText a:hover { text-decoration: underline; }
	
	a#copyright {
		position: absolute;
		top: 27px;
		right: 0px;
		width: 109px;
		height: 8px;
		text-indent: -999em;
		text-decoration: none;
		overflow: hidden;
		background: url(../img/layout/copyright.gif) no-repeat top left;
	}
/* FOOTER END ------------------------------------------------------------*/

/* POWERMAIL ----------------------------------------------------------------*/
.tx-powermail-pi1 {
  width: 694px;
}

.tx-powermail-pi1 legend, .newsletter-form legend {
  display: block;
  padding: 8px 8px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #343434;
  border-bottom: 1px solid #F5F5F5;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html, .newsletter-form .newsletter-item {
  padding: 4px 8px;
  width: 100%;
  background-color: #D8D8D8;
  border-bottom: 1px solid #F5F5F5;
}

.tx-powermail-pi1 label, .newsletter-form label {
  float: left;
  display: block;
  width: 150px;
}

.tx-powermail-pi1 input, .newsletter-form input {
  padding: 2px;
  width: 200px;
  height: 16px;
  border: 1px solid #B8B8B8;
  background-color: #fff;
}

.tx-powermail-pi1 select {
  padding: 2px;
  width: 206px;
  height: 22px;
  border: 1px solid #B8B8B8;
  background-color: #fff;
}

.tx-powermail-pi1 textarea {
  padding: 2px;
  width: 300px;
  height: 100px;
  border: 1px solid #B8B8B8;
  background-color: #fff;
}

.tx-powermail-pi1 .hasdatepicker{
  background: url(../img/layout/calendar.gif) no-repeat 186px center #fff;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_submit input, .newsletter-form input.button {
  margin-left: 150px;
  width: 206px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: #343434;
}
/* POWERMAIL END ----------------------------------------------------------------*/

/* CN_HOTEL_ROOMS ---------------------------------------------------------------*/
.tx-cnhotelrooms-pi1 #room-list .room-list-item {
  margin-bottom: 30px;
  height: 180px;
  background: url(../img/layout/rooms_list_bg.gif) no-repeat right #E5E5E5;
}

.tx-cnhotelrooms-pi1 #room-list .room-list-item-image {
  margin-right: 50px;
  width: 233px;
}

.tx-cnhotelrooms-pi1 #room-list .room-list-item-image img {
  padding: 0px;
  border: none;
}

.tx-cnhotelrooms-pi1 #room-list .room-list-item-content {
  float: left;
  padding: 10px 0px;
  width: 390px;
}

.tx-cnhotelrooms-pi1 .button {
  display: block;
  width: 207px;
  height: 21px;
  color: #fff !important;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 11px;
  background-color: #343434;
}

.tx-cnhotelrooms-pi1 .button:hover {
  color: #e5e5e5 !important;
}

.tx-cnhotelrooms-pi1 #room-detail .room-detail-item-image {
  margin: 0px 45px 35px 0px;
  width: 233px;
  height: 180px;
}

.tx-cnhotelrooms-pi1 #room-detail .room-detail-item-backlink .button {
  display: inline;
  padding-left: 13px;
  height: auto;
  width: auto;
  color: #f06b26 !important;
  text-align: left !important;
  text-transform: none;
  background: url(../img/layout/pfeil.gif) no-repeat left center !important;
}

.tx-cnhotelrooms-pi1 #room-detail .room-detail-item-backlink .button:hover {
  text-decoration: underline !important;
}

.tx-cnhotelrooms-pi1 #room-detail .room-detail-item-image img {
  padding: 0px;
  border: none;
}

.tx-cnhotelrooms-pi1 #room-detail .room-detail-item-inquiry {
  float: none;
  margin-left: 278px;
}

.tx-cnhotelrooms-pi1 .pricetable {
  margin-top: 30px !important;
}

/* CN_GALLERY --------------------------------------------------------------------*/
div.tx-cngallery-pi1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}

div.cn_gallery-albumlist div.cn_gallery-album {
  position: relative;
  margin-bottom: 10px;
    height: 140px;  
}

div.cn_gallery-albumlist div.cn_gallery-album p {
  padding-right: 10px;
  margin: 0;
}

div.cn_gallery-album div.pageBrowser,
div.cn_gallery-album div.pageBrowser a {
  font-size: 11px;
}

div.cn_gallery-image {
  margin-top: 20px;
}

div.cn_gallery-thumbs {
  padding: 5px 2px 5px 3px;
  height: 137px;
  background-color: #d6d6d6;
}

div.cn_gallery-thumb {
  float: left; 
  width: 137px;
  height: 137px;
  margin: 0px 2px;
}

div.cn_gallery-album-thumb img,
div.cn_gallery-thumb img {
   
}

div.cn_gallery-thumbs div.cn_gallery-thumb img {
  
}

div.cn_gallery-thumbs div.cn_gallery-thumb a:hover img {
  background: #eee;
}

div.cn_gallery-albumlist .cn_gallery-album-title,
div.cn_gallery-albumlist .cn_gallery-album-description,
div.cn_gallery-albumlist .cn_gallery-album-more {
  width: 510px;
  float: right;
}

div.cn_gallery-albumlist .cn_gallery-thumb {
  float: left;
  width: 124px;
  height: 122px;
  margin-right: 20px;
}

div.cn_gallery-albumlist h3 {
    margin-left: 144px;
}

.cn_gallery-back {
  display: block;
  margin-bottom: 20px;
}

.cn_gallery-download-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cn_gallery-pages {
  margin-top: 5px;
}

.cn_gallery-album a {
  display: block;
  color: #000;
  text-decoration: none;
  height: 15px;
  line-height: 15px;
  padding-left: 15px;
  margin: 5px 0 0 171px;
  background: url(/fileadmin/templates/img/layout/bullet_linkMore.png) no-repeat left;
}
.cn_gallery-albumlist .cn_gallery-album a {
  margin: 0 !important; 
  display: inline !important;
  padding: 0 !important;
}

.cn_gallery-album a:hover {
  color: #000;
  text-decoration: underline;
}
.cn_gallery-thumb a,
.cn_gallery-back a {
  display: inline;
  padding-left: 0px;
  margin: 0 0 0 0;
  background: none;
}
