@charset "utf-8";
/*********************************************************
 * 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: 17px;
	color: #999;
	background: url(../img/layout/bg_body_summer.jpg) repeat-x top left;
}

.clearer { clear: both; }

#containerSite {
	width: 953px;
	margin: 0 auto 0 auto;
}

#containerHeader {
	position: relative;
	width: 953px;
	height: 591px;
	overflow: hidden;
	background: url(../img/layout/summer/bg_mainNav_bottom.jpg) no-repeat bottom left;
}
	#containerHeader #logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 200px;
		height: 94px;
		overflow: hidden;
	}
	#containerHeader #claim {
		position: absolute;
		top: 0px;
		left: 200px;
		width: 753px;
		height: 98px;
		overflow: hidden;
	}
	#containerHeader #containerFlashImage {
		position: absolute;
		top: 119px;
		left: 225px;
		width: 728px;
		height: 447px;
		overflow: hidden;
	}
	
	#containerHeader #containerMainNav {
		position: absolute;
		top: 119px;
		left: 0px;
		width: 200px;
		height: 452px;
		overflow: hidden;
	}
	
	#containerHeader #containerMainNav #mainNavList li a {
		display: block;
		width: 200px;
		height: 28px;
		margin-bottom: 0px;
		overflow: hidden;
		text-indent: -999em;
		background-position: top left;
	}
	#containerHeader #containerMainNav #mainNavList li.active a,
	#containerHeader #containerMainNav #mainNavList li a:hover {
		background-position: bottom left;
	}
	#containerHeader #containerMainNav #mainNavList li.active a { margin-bottom: 1px; }
	
	#containerHeader #containerMainNav #mainNavList li.active ul#subNav li a {
		display: block;
		height: 20px;
		width: 141px;
		padding-left: 59px;
		text-indent: 0;
		color: #fff;
		line-height: 20px;
		text-decoration: none;
		font-size: 12px;
		margin-bottom: 1px;
		background: #5a841b url(../img/layout/bg_subNavBullet.gif) no-repeat top left;
	}
	#containerHeader #containerMainNav #mainNavList li.active ul#subNav li.active a,
	#containerHeader #containerMainNav #mainNavList li.active ul#subNav li a:hover  {
		background-color: #4d7017;
	}


#containerContent {
	margin: 25px 0;
	padding: 0 230px 0 225px;
	position: relative;
}
	#containerBreadcrumb {
		height: 32px;
		line-height: 32px;
		background: url(../img/layout/bg_breadcrumb.gif) repeat-x top left;
	}
		#containerBreadcrumb a {
			text-decoration: none;
			color: #999;
		}
		#containerBreadcrumb a.active { font-weight: bold; }
		#containerBreadcrumb a:hover { text-decoration: underline; }




	#content h1 { margin: 5px 0 15px 0; }
	#content h2 { margin: 5px 0 10px 0; }
	#content h3 {
		font-size: 13px;
		color: #8caf2f;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 5px;
	}
		#content h3 a {
			font-size: 13px;
			color: #8caf2f;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
		}
		
	#content p {
		margin: 5px 0 15px 0;
	}
	
	#content a {
		color: #8caf2f;
		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: 1px;
		overflow: hidden;
		background: url(../img/layout/bg_breadcrumb.gif) repeat-x top left;
		margin: 5px 0 15px 0;
		clear: both;
	}
	
	#content .imgLeft {
		width: 203px;
		float: left;
	}
		#content .imgLeft div {
			width: 189px;
			height: 142px;
			margin: 0 0 15px 0;
			border: none;
		}
		#content .imgLeft .last { margin: 0px; }
		#content .txtRight {
			margin: 5px 0 15px 0;
			min-height: 160px;
		}
		#content .txtRight h2,
		#content .txtRight h1 { margin-left: 203px; }
	
	#content .imgRight {
		width: 203px;
		float: right;
	}
		#content .imgRight img {
			display: block;
			margin: 0 0 15px 0;
			border: none;
		}

	#content .imgTwo {
		height: 183px;
		margin: 5px 0 15px 0;
	}
		#content .imgTwo div {
			width: 244px;
			float: left;
			margin-right: 10px;
		}
		#content .imgTwo div.last { margin-right: 0px; }
		
	#content .imgFour {
		height: 88px;
		margin: 5px 0 15px 0;
	}
		#content .imgFour div {
			width: 117px;
			float: left;
			margin-right: 10px;
		}
		#content .imgFour div.last { margin-right: 0px; }
		
	#content .imgBig {
		margin: 5px 0 15px 0;
	}
	
	
	
	#content .hotelTeaser {
		margin: 5px 0 15px 0;
		height: 170px;
	}
	#content .hotelTeaser .hotelTeaserImg,
	#content .newsListImg {
		width: 203px;
		float: left;
	}
		#content .newsListImg img {
			display: block;
			margin: 0 0 15px 0;
			border: none;
		}
		#content .hotelTeaser .hotelTeaserImg div.linkMore a,
		#content .newsBackLink a,
		#content #backLink a {
			display: block;
			line-height: 22px;
			height: 22px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
			background: #8caf2f;
			width: 189px;
			margin-top: 1px;
		}
	
	#content .newsListContainer {
		margin: 5px 0 15px 0;
		height: 170px;
	}
		#content .newsListContainer span.newsListImg {
			display: block;
			width: 203px;
			float: left;
		}
		#content .newsListContainer span.readMoreCont a {
			line-height: 20px;
			padding: 0 5px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
			background: #8caf2f;
		}
	
	
	
	
		#content table.contenttable {
			border-collapse: collapse;
			width: 100%;
			margin: 5px 0 15px 0;
		}
		
		#content table.contenttable th,
		#containerContent table.contenttable td {
			border: 1px solid #e9eee7;
			background-color: #fff;
			color: #333;
			text-align: center;
			padding: 6px 8px;
		}
		
		#content table.contenttable thead th {
			background: #778a72;
			font-weight: bold;
			color: #fff;
		}
		
		#content table.contenttable tr:hover td {
			background-color: #f4f7f3;
		}
		
		#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: #f4f7f3; }
		
		#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 .ql_simple_gallery_box_album {
		width: 244px;
		height: 219px;
		overflow: hidden;
		float: left;
		margin: 0 10px 10px 0;
	}
		#content .ql_simple_gallery_box_album.last {
			margin-right: 0px;
		}
		#content .ql_simple_gallery_box_album .ql_simple_gallery_text a {
			display: block;
			line-height: 35px;
			margin-top: 1px;
			color: #999;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			background-color: #e5e5e5;
			text-decoration: none;
		}

	#content div.ql_simple_gallery_detail_boxes { margin: 5px 0 15px 0; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box {
			width: 117px;
			height: 88px;
			float: left;
			margin: 0 10px 10px 0;
			display: block;
		}
		#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; }


	#partnerContainer .partnerBox {
		width: 160px;
		height: 200px;
		overflow: hidden;
		margin: 0 9px 10px 0px;
		float: left;
	}
		#partnerContainer .partnerBox.last { margin-right: 0px; }
		#partnerContainer .partnerBox img {
			border: 1px solid #ececec;
		}
		#partnerContainer .partnerBox .partnerLink {
			marign-top: 1px;
			text-align: center;
			background-color: #e5e5e5;
			padding: 10px;
		}
			#partnerContainer .partnerBox .partnerLink a {
				color: #999;
				text-decoration: none;
			}
			#partnerContainer .partnerBox .partnerLink a:hover { color: #333; }

	
	
	
	#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: 7px 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 #ececec;
		background-color: #ececec;
		font-size: 12px;
		padding: 7px;
	}
	#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 #ececec;
		background-color: #ececec;
		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;
	}
	
	#content .tx-powermail-pi1_fieldset_anfragekategorie {
		position: relative;
	}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner {
			margin-left: 170px;
			position: relative;
			width: 327px;
			height: 20px;
			overflow: hidden;
		}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner label {
			display: block;
			font-weight: normal;
			position: absolute;
			top: 0px;
			left: 25px;
			padding: 0px;
			margin: 0px;
			float: none;
		}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner input {
			position: absolute;
			top: 0px;
			left: 0px;
			float: none;
		}
	


















#containerSidebarLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
}

	.sidebarLinkBox { margin-bottom: 25px; }
		.sidebarLinkBox h4 {
			line-height: 35px;
			color: #fff;
			font-size: 20px;
			font-weight: normal;
			text-transform: uppercase;
			background-color: #b2c090;
			background-position: 10px 10px;
			background-repeat: no-repeat;
			padding-left: 10px;
			margin-bottom: 1px;
		}
		.sidebarLinkBox ul li a {
			display: block;
			padding: 7px 10px 7px 10px;
			background-color: #c4d39e;
			color: #fff;
			text-decoration: none;
			background-position: top left;
			background-repeat: no-repeat;
			margin-bottom: 1px;
		}
		.sidebarLinkBox ul li a:hover {
			background-color: #b2c090;
		}
		
		.sidebarLinkBox ul li a.btnDe,
		.sidebarLinkBox ul li a.btnEn,
		.sidebarLinkBox ul li a.btnFlickr,
		.sidebarLinkBox ul li a.btnFacebook,
		.sidebarLinkBox ul li a.btnYouTube,
		.sidebarLinkBox ul li a.btnBlog {
			padding: 7px 10px 7px 37px;
			background-image: url(../img/layout/flag_de.gif);
			background-repeat: no-repeat;
			background-position: 11px 10px;
		}
		.sidebarLinkBox ul li a.btnEn { background-image: url(../img/layout/flag_en.gif); }
		.sidebarLinkBox ul li a.btnFlickr { background-image: url(../img/layout/icon_flickr.gif); }
		.sidebarLinkBox ul li a.btnYouTube { background-image: url(../img/layout/icon_youtube.gif); }
		.sidebarLinkBox ul li a.btnFacebook { background-image: url(../img/layout/icon_facebook.gif); }
		.sidebarLinkBox ul li a.btnBlog { background-image: url(../img/layout/icon_blog.gif); }


#containerSidebarRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 205px;
}
	.sidebarBox { margin-bottom: 25px; }
		.sidebarBox h4 {
			line-height: 35px;
			color: #fff;
			font-size: 20px;
			font-weight: normal;
			text-transform: uppercase;
			background-color: #dadada;
			background-position: 10px 10px;
			background-repeat: no-repeat;
			padding-left: 10px;
			margin-bottom: 1px;
		}
		.sidebarBox .sidebarBoxContent {
			padding: 12px;
			background-color: #e5e5e5;
			margin-bottom: 1px;
		}
		.sidebarBox .sidebarBoxContent input {
			color: #666;
			font-size: 12px;
			border: 1px solid #fff;
			padding: 2px;
		}
		.sidebarBox .sidebarBoxContent select {
			color: #666;
			font-size: 11px;
			border: 1px solid #fff;
			padding: 2px 0px;
			margin-right: 2px;
		}
		.sidebarBox .sidebarBoxContent label {
			color: #666;
			font-weight: bold;
			font-size: 13px;
			display: block;
			margin-bottom: 5px;
		}
		.sidebarBox input#sbSearchFormField {
			width: 177px;
		}
		.sidebarBoxContentWeather {
			padding: 0px;
			background-color: #e5e5e5;
			margin-bottom: 1px;
		}
		#weatherSidebar {
			position: relative;
			height: 160px;
			width: 100%;
		}
			.weatherSidebarFlashToday {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 102px;
				border-right: 1px solid #fff;
			}
			.weatherSidebarFlashTomorrow {
				position: absolute;
				top: 0px;
				left: 103px;
				width: 102px;
			}
			.weatherSidebarText_today {
				position: absolute;
				top: 103px;
				left: 0px;
				width: 102px;
				height: 43px;
				padding-top: 15px;
				text-align: center;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
			}
			.weatherSidebarText_tomorrow {
				position: absolute;
				top: 103px;
				left: 103px;
				width: 102px;
				height: 43px;
				padding-top: 15px;
				text-align: center;
				border-top: 1px solid #fff;
			}


		#naan_Weather table#weatherDetail {
			border-collapse: collapse;
			width: 100%;
			margin: 5px 0 15px 0;
		}
		
		#naan_Weather table#weatherDetail th,
		#naan_Weather table#weatherDetail td {
			border: 1px solid #e5e5e5;
			background-color: #fff;
			color: #333;
			text-align: center;
			padding: 6px 8px;
		}
		
		#naan_Weather table#weatherDetail thead th {
			background: #c4d39e;
			font-weight: bold;
			color: #fff;
		}
		
		#naan_Weather table#weatherDetail tbody tr:hover td {
			background-color: #e9eee7;
		}
		
		#naan_Weather table#weatherDetail th:first-child,
		#naan_Weather table#weatherDetail td:first-child,
		#naan_Weather table#weatherDetail th.first,
		#naan_Weather table#weatherDetail td.first {
			text-align: left;
			width: 125px;
		}
		#naan_Weather table#weatherDetail td:first-child,
		#naan_Weather table#weatherDetail td.first { background-color: #e9eee7; }
		
		#naan_Weather table#weatherDetail p {
			display:inline;
			margin:0;
			padding:0;
		}
		#naan_Weather table#weatherDetail tr.flashRow th {
			padding: 0px;
			width: 125px;
			height: 125px;
			background: #fff;
		}




































































