@charset "utf-8";
/*********************************************************
 * NaaN Grafix - We rock the web                         *
 * Projekt: Barbarahof Werfenweng                        *
 * Style: Screen                                         *
 *********************************************************/


/*********************************************************
 * Reset deault Browser Styles                           *
 *********************************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b { font-weight: bold; }
em, i { text-decoration: underline; }




/*********************************************************
 * Site Styles                                           *
 *********************************************************/


body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	background: #516900 url(../img/layout/bg_summer/bg_border.png) no-repeat bottom;
}

.clearer { clear: both; }

#containerSiteWrap {
	background: url(../img/layout/bg_summer/bg_topImg.jpg) no-repeat top;
	padding-top: 65px;
}

#containerSite {
	width: 873px;
	margin: 0 auto 0 auto;
	background: #fff;
}

/* Winter Layout */
body.pageLayout_winter {
	background-color: #0b69a7;
	background-image: url(../img/layout/bg_winter/bg_border.png);
}
body.pageLayout_winter #containerSiteWrap { background-image: url(../img/layout/bg_winter/bg_topImg.jpg); }

/* Summer/Winter Layout */
body.pageLayout_summerWinter {
	background-color: #0b69a7;
	background-image: url(../img/layout/bg_summer_winter/bg_border.png);
}
body.pageLayout_summerWinter #containerSiteWrap { background-image: url(../img/layout/bg_summer_winter/bg_topImg.jpg); }



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

#containerHeader {
	position: relative;
	height: 526px;
}
	#containerLogo {
		position: absolute;
		width: 251px;
		height: 147px;
		top: -65px;
	}
		#logo {
			display: block;
			width: 251px;
			height: 147px;
			text-indent: -999em;
			background: url(../img/layout/logo_png24.png) no-repeat top left;
		}
	
	#langNav {
		position: absolute;
		top: 30px;
		left: 291px;
		height: 32px;
		width: 80px;
	}
		.btnDE, .btnEN {
			display: block;
			width: 39px;
			height: 32px;
			text-indent: -999em;
			float: left;
			background: url(../img/layout/flag_de_png24.png) no-repeat top left;
		}
		.btnEN { background-image: url(../img/layout/flag_en_png24.png); }
	
	
	#containerMainNav {
		position: absolute;
		top: 30px;
		right: 30px;
		height: 32px;
	}
			ul#mainNavList {
				height: 32px;
				width: 450px;
				overflow: hidden;
				float: left;
			}
			ul#mainNavList li { float: left; }
			ul#mainNavList li a {
				display: block;
				height: 32px;
				overflow: hidden;
				background-repeat: no-repeat;
				background-position: top left;
				float: left;
				text-decoration: none;
				text-transform: uppercase;
				text-indent: -999em;
			}
			ul#mainNavList li a:hover,
			ul#mainNavList li.active a {
			  background-position: bottom left;
			}

/*----------------------------------------------------------------------------*/



#containerContentWrap {
	position: relative;
	margin-bottom: 30px;
	background: url(../img/layout/bg_containerContentWrap.png) no-repeat top right;
}

#containerContent {
	position: absolute;
	top: -178px;
	padding-left: 261px;
}





#content {
	width: 522px;
	padding: 30px;
	background: url(../img/layout/bg_content_png24.png) no-repeat top left;
	border-right: 1px solid #ebebeb;
}


/* Content Elements ----------------------------------------------------------*/
	#content .h1wrapper {
		margin: 5px 0 15px 0;
		background: url(../img/layout/dotted_line_h.png) repeat-x bottom left;
		padding-bottom: 1px;
	}
	#content h2 { margin: 5px 0 10px 0; }
	#content h3 {
		font-size: 13px;
		color: #7b5716;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 5px;
	}
		#content h3 a {
			font-size: 13px;
			color: #7b5716;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
		}
		
	#content p {
		margin: 5px 0 15px 0;
	}
	
	#content p a {
		color: #7b5716;
		text-decoration: underline;
	}
	#content p a:hover { text-decoration: none; }
	
	.csc-sitemap ul li {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.csc-sitemap ul li ul li {
		font-weight: normal;
		margin-bottom: 0px;
	}
	.csc-sitemap ul li ul { margin-left: 20px; }
	.csc-sitemap ul li ul li ul { margin-left: 20px; }
	.csc-sitemap a {
		color: #778a72;
		text-decoration: underline;
	}
	.csc-sitemap a:hover { text-decoration: none; }
	
	#content .trennlinie {
		height: 7px;
		overflow: hidden;
		margin: 5px 0 15px 0;
		clear: both;
		background: url(../img/layout/bullet_star_trennlinie.png) repeat-x top left;
	}
	
	#content .imgLeft {
		width: 207px;
		float: left;
	}
		#content .imgLeft div {
			width: 192px;
			height: 144px;
			margin: 0 0 15px 0;
		}
		#content .imgLeft .last { margin: 0px; }
		#content .txtRight {
			margin: 5px 0 15px 0;
			min-height: 160px;
		}
		#content .txtRight h2,
		#content .txtRight h1 { margin-left: 207px; }

	#content .imgTwo {
		height: 192px;
		margin: 5px 0 15px 0;
	}
		#content .imgTwo div {
			width: 256px;
			float: left;
			margin-right: 10px;
		}
		#content .imgTwo div.last { margin-right: 0px; }
		
	#content .imgFour {
		height: 92px;
		margin: 5px 0 15px 0;
	}
		#content .imgFour div {
			width: 123px;
			float: left;
			margin-right: 10px;
		}
		/*#content .imgFour div.img_2 { margin-right: 9px; }*/
		#content .imgFour div.last { margin-right: 0px; }
		
	#content .imgBig {
		width: 522px;
		margin: 5px 0 15px 0;
	}
	
/* Content Elements End ------------------------------------------------------*/

/* Content Powermail ---------------------------------------------------------*/
	#content .tx-powermail-pi1 {}
	
	#content .tx-powermail-pi1 fieldset {
		border: none;
		margin: 10px 0 20px 0;
	}
	#content .tx-powermail-pi1 fieldset legend {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #999;
		font-weight: bold;
	}
	#content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
		clear: both;
		margin-bottom: 5px;
		background: none;
		position: relative;
	}
	#content .tx-powermail-pi1 fieldset label {
		display: block;
		font-weight: normal;
		width: 170px;
		padding: 2px 0;
		float: left;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input,
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
		display: block;
		width: 313px;
		color: #999;
		border: 1px solid #d1d1d1;
		background-color: #f2f2f2;
		font-size: 12px;
		padding: 2px;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input.validation-failed,
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea.validation-failed {
		border: 2px solid #f00;
		padding: 1px;
		background: #ffe0e0;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_select select {
		border: 1px solid #d1d1d1;
		background-color: #f2f2f2;
		color: #999;
		font-size: 12px;
		padding: 2px;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea { height: 120px; }
	#content .tx_powermail_pi1_fieldwrap_html_submitgraphic { text-align: right; padding: 0px; margin: 0px; }
	#content .tx_powermail_pi1_fieldwrap_html_submitgraphic input {
		width: 74px;
		height: 23px;
		border: none;
		padding: 0px;
	}

/* Contnet Powermail End -----------------------------------------------------*/


/* Gallery -------------------------------------------------------------------*/
	#content div.ql_simple_gallery-boxes { margin: 5px 0 15px 0; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album {
			width: 256px;
			height: 238px;
			overflow: hidden;
			float: left;
			margin: 0 10px 10px 0;
		}
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album a { border: none; }
		#content div.ql_simple_gallery-boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_image { margin-bottom: 10px; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text {
			text-align: center;
			width: 256px;
			height: 41px;
			background-color: #e5e5e5;
			font-weight: bold;
		}
			#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text a {
				color: #999999;
				text-decoration: none;
				display: block;
				height: 41px;
				line-height: 41px;
				text-align: center;
				text-transform: uppercase;
			}
			#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text a:hover { text-decoration: underline; }
	
	#content div.ql_simple_gallery_detail_boxes { margin: 5px 0 20px 0; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box {
			width: 123px;
			float: left;
			margin: 0 10px 10px 0;
		}
		#content div.ql_simple_gallery_detail_boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box img {}
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box a { border: none; }
	#content #backLink {
		margin-bottom: 25px;
	}
	#content #backLink a {
		display: block;
		width: 134px;
		height: 23px;
		line-height: 23px;
		color: #fff;
		background: url(../img/layout/bg_btnOverview.png) no-repeat top left;
		text-align: center;
		text-decoration: none;
	}
/* Gallery End ---------------------------------------------------------------*/


/* NaaN Pagebrowser ----------------------------------------------------------*/
	.naanPageBrowserContainer { margin: 5px 0 15px 0; }
	.naanPageBrowserContainer ul {
		height: 30px;
		overflow: hidden;
		background: #ccc;
		position: relative;
	}
	.naanPageBrowserContainer ul li a {
		color: #fff;
		text-decoration: none;
	}
	.naanPageBrowserContainer ul li a:hover { text-decoration: underline; }
	.naanPageBrowserContainer ul li {
		display: block;
		line-height: 30px;
	}
	.naanPageBrowserContainer ul li.pageBrowserBackLink {
		position: absolute;
		top: 0;
		left: 0;
		width: 94px;
		height: 30px;
		background: url(../img/layout/bg_btnBack.png) no-repeat top left;
		color: #dbdbdb;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 0 0 15px;
	}
	.naanPageBrowserContainer ul li.pageBrowserNextLink {
		position: absolute;
		top: 0;
		right: 0;
		width: 69px;
		height: 30px;
		background: url(../img/layout/bg_btnNext.png) no-repeat top right;
		color: #dbdbdb;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0 0 0 25px;
	}
	.naanPageBrowserContainer ul li.pageBrowserPageLink {
		position: absolute;
		top: 0;
		left: 94px;
		height: 30px;
		width: 300px;
		text-align: center;
	}
	
	.naanPageBrowserContainer ul li.pageBrowserBackLink a,
	.naanPageBrowserContainer ul li.pageBrowserNextLink a {
		display: block;
		width: 64px;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		color: #fff;
	}

/* NaaN Pagebrowser End ------------------------------------------------------*/

/* Content Table ------------------------------------------------------------ */
		#content table.contenttable {
			border-collapse: collapse;
			width: 100%;
			margin: 5px 0 15px 0;
		}
		
		#content table.contenttable th,
		#containerContent table.contenttable td {
			border: 1px solid #fff;
			background-color: #e7e7e7;
			color: #999;
			text-align: center;
			padding: 6px 8px;
		}
		
		#content table.contenttable thead th {
			background: #b8b8b8;
			font-weight: bold;
			color: #fff;
		}
		
		#content table.contenttable tr:hover td {
			background-color: #dbdbdb;
		}
		
		#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;
			width: 30%;
		}
		#content table.contenttable td:first-child,
		#content table.contenttable td.first { background-color: #dbdbdb; font-weight: bold; }
		
		#content table.contenttable th.width150 { width: 150px; }
		
		#content table.contenttable th.width200 { width: 200px; }
		
		#content table.contenttable th.width50 { width: 50px; }
		
		#content table.contenttable p {
			display:inline;
			margin:0;
			padding:0;
		}

/* Content Table End -------------------------------------------------------- */


#containerSidebar {
	position: absolute;
	top: -178px;
	padding-left: 30px;
	width: 231px;
}

#sidebar {
	background: url(../img/layout/bg_sidebar_png24.png) no-repeat top left;
	width: 231px;
	padding: 15px 0;
}

#containerSubNav {
	width: 201px;
	padding: 0px 15px 0 15px;
}

	.subNavHeadline a {
		display: block;
		width: 201px;
		height: 42px;
		overflow: hidden;
		text-indent: -999em;
		background-position: top left;
		background-repeat: no-repeat;
	}
	.subNavHeadline a.bottomActive { background-position: bottom left; }
	
	
	
	#subNavList li a {
		display: block;
		width: 201px;
		height: 43px;
		overflow: hidden;
		text-indent: -999em;
		background-position: top left;
		background-repeat: no-repeat;
	}
	#subNavList li a.active {
		background-position: 0 -43px;
	}
	#subNavList li a.firstActive {
		background-position: 0 -215px;
	}
	#subNavList li a.firstPassive {
		background-position: 0 -172px;
	}
	#subNavList li a.lastActive {
		background-position: 0 -344px;
	}
	#subNavList li a.lastPassive {
		background-position: 0 -258px;
	}
	#subNavList li a.lastPassiveTopActive {
		background-position: 0 -301px;
	}
	#subNavList li a.topActive {
		background-position: 0 -86px;
	}
	#subNavList li a.bottomActive {
		background-position: 0 -129px;
	}
	
	
	
	.sidebarBox {
		width: 201px;
		padding: 0 15px;
		color: #fff;
		font-size: 12px;
	}
	.sidebarBox a { color: #fff; }
	.sidebarBox a:hover { text-decoration: none; }
	.sidebarBox p { padding: 0 0 10px 0; }
	.sidebarBox h4 {
		text-indent: -999em;
		width: 201px;
		height: 54px;
		overflow: hidden;
	}
	.sidebarBoxContent {
		background: url(../img/layout/bg_sidebarBox.png) no-repeat bottom left;
		padding: 0px 15px 15px 15px;
	}
	
	#sidebar .trennlinie {
		height: 1px;
		overflow: hidden;
		margin: 15px 15px;
		clear: both;
		background: url(../img/layout/dotted_line_h_sidebar.png) repeat-x top left;
	}
	
	#sidebar a.btnLastMinuteDe,
	#sidebar a.btnLastMinuteEn {
		display: block;
		width: 201px;
		height: 174px;
		overflow: hidden;
		text-indent: -999em;
		text-decoration: none;
		background: url(../img/layout/btn_lastMinute_de.gif) no-repeat top left;
	}
		#sidebar a.btnLastMinuteEn { background-image: url(../img/layout/btn_lastMinute_en.gif); }
	
	#sidebar a.btnPackagesDe,
	#sidebar a.btnPackagesEn {
		display: block;
		width: 201px;
		height: 174px;
		overflow: hidden;
		text-indent: -999em;
		text-decoration: none;
		background: url(../img/layout/btn_packages_de.gif) no-repeat top left;
	}
		#sidebar a.btnPackagesEn { background-image: url(../img/layout/btn_packages_en.gif); }
	
	
/* Quick Anfrage Sidebar ---------------------------------------------------- */
#quickAnfrage {
	background: #aa781e;
	padding: 0px;
	margin: 15px;
}
h2.hlBuchungsanfrageDe {
	text-indent: -999em;
	width: 201px;
	height: 54px;
	overflow: hidden;
	background: url(../img/layout/hl_sidebar_anfrage_de.png) no-repeat top left;
}
h2.hlBuchungsanfrageEn {
	text-indent: -999em;
	width: 201px;
	height: 54px;
	overflow: hidden;
	background: url(../img/layout/hl_sidebar_anfrage_en.png) no-repeat top left;
}
#quickAnfrage .contAnreise,
#quickAnfrage .contAbreise {
	padding: 0 15px;
}

#quickAnfrage .contAnreise {
	background: url(../img/layout/bg_anfrageTrenner.png) no-repeat bottom left;
	padding-bottom: 23px;
}

#quickAnfrage label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#quickAnfrage select {
	width: 43px;
	height: 18px;
	top: 30px;
	left: 10px;
	border: 1px solid #fff;
	font-size: 10px;
}
#quickAnfrage select#from_m,
#quickAnfrage select#to_m {
	width: 65px;
}
#quickAnfrage select#from_y,
#quickAnfrage select#to_y {
	width: 55px;
}

/* Quick Anfrage Sidebar End ------------------------------------------------ */	
	
	
	
	
	
	
	
	
	

#containerFooter {
	padding: 0 30px;
	border-right: 1px solid #ebebeb;
}

#footer {
	height: 30px;
	overflow: hidden;
	background: #ccc url(../img/layout/bg_footer_cornerLeft.png) no-repeat top left;
	position: relative;
}

	#footerNav {
		position: absolute;
		top: 0px;
		left: 10px;
		height: 30px;
		line-height: 30px;
		color: #fff;
	}
	#footerNav a { color: #fff; text-decoration: none; }
	#footerNav a:hover { text-decoration: underline; }
	
	#footerToTop {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 96px;
		height: 30px;
	}
		#footerToTop a {
			display: block;
			width: 77px;
			height: 30px;
			padding-left: 19px;
			text-decoration: none;
			color: #fff;
			font-weight: bold;
			line-height: 30px;
			background: url(../img/layout/bg_btnToTop.png) no-repeat top left;
		}












































































