/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Krispl                            *
 * Type: screen                               *
 **********************************************/

@import url(default.css);

body {
	padding: 0 0 30px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #5e6264;
	background: url(../img/layout/bg_body.jpg) repeat top left;
	overflow-x: hidden;
}

.clearer { clear: both; }

#containerSiteWrap {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 41px;
	background: url(../img/layout/bg_headShadow.png) no-repeat top left;
}


#containerHeader {
	height: 480px;
	overflow: hidden;
}

	#containerLangNav {
		height: 20px;
		overflow: hidden;
		position: relative;
		margin: 4px 0 6px 0;
	}
	#containerLangNav div.currentLang {
		padding-right: 17px;
		line-height: 20px;
		background: #000 url(../img/layout/lang_nav_arrowRight.png) no-repeat 80px 7px;
		width: 80px;
		margin-right: 5px;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2;
		cursor: pointer;
	}
	#containerLangNav a, 
	#containerLangNav .currentLang span {
		display: block;
		width: 40px;
		height: 20px;
		padding: 0 10px 0 30px;
		line-height: 20px;
		background: #000 url(../img/layout/flag_at.png) no-repeat 6px 6px;
		color: #fff;
		text-decoration: none;
	}
	#containerLangNav a.langEn, 
	#containerLangNav .currentLang span.langEn {
		background-image: url(../img/layout/flag_en.png);
	}
	#containerLangNav .availableLang {
		position: absolute;
		top: 0px;
		left: -100px;
		z-index: 1;
	}
	#containerLangNav .availableLang a {
		float: left;
		margin-right: 5px;
	}
	#containerLangNav .availableLang a:hover {
		background-color: #222;
	}
	
	#containerHeaderInner {
		width: 960px;
		height: 450px;
		overflow: hidden;
		position: relative;
	}
		#containerHeaderInner #logo {
			width: 223px;
			height: 111px;
			position: absolute;
			top: 20px;
			right: 0px;
			}
			#containerHeaderInner #logo a {
				display: block;
				width: 223px;
				height: 111px;
				overflow: hidden;
				text-indent: -999em;
				background: url(../img/layout/krispl_gaissau.jpg) no-repeat top left;
			}
		#containerHeaderInner #topNav {
			width: 223px;
			height: 18px;
			position: absolute;
			top: 131px;
			right: 0px;
			line-height: 18px;
			color: #fff;
			background: url(../img/layout/alpha_black_30.png) repeat;
			text-align: center;
		}
			#containerHeaderInner #topNav a {
				color: #fff;
				text-decoration: none;
			}
			#containerHeaderInner #topNav a:hover { text-decoration: underline; }
		#containerHeaderInner #containerQuickAnfrage {
			width: 230px;
			height: 216px;
			position: absolute;
			bottom: 45px;
			/*left: 0px;*/
			left: -210px;
			color: #fff;
			/*display: none;*/
		}
			#containerHeaderInner #containerQuickAnfrage #containerQuickAnfrageInner {
				position: relative;
				width: 210px;
				height: 216px;
				padding-right: 20px;
			}
				#containerHeaderInner #containerQuickAnfrage #containerQuickAnfrageInner #quickAnfrageBtn {
					position: absolute;
					bottom: 0px;
					right: 0px;
					width: 20px;
					height: 127px;
					overflow: hidden;
					background: url(../img/layout/btn_quickAnfrage_de.png) no-repeat top left;
					cursor: pointer;
				}
				#containerHeaderInner #containerQuickAnfrage #containerQuickAnfrageInner #quickAnfrage {
					width: 170px;
					height: 176px;
					padding: 20px;
					background: url(../img/layout/alpha_black_70.png) repeat;
				}
				
				#fertatelQuickSearch label {
					display: block;
					font-weight: bold;
					margin-bottom: 5px;
				}
				.arrivalBox,
				.durationBox { padding-bottom: 10px; }
				.feratelQickSearchSelect {
					font-size: 11px;
					border: 1px solid #fff;
				}
				#SrchFromMonth { width: 70px; }
				#SrchFromYear { width: 50px; }
		
		
		#containerMainNav {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 65px;
		}
		
		#mainNavList {
			height: 40px;
			margin-top: 25px;
			padding-left: 15px;
			background: url(../img/layout/alpha_black_70.png) repeat;
		}
		#mainNavList li { float: left; }
		#mainNavList li a {
			display: block;
			width: auto;
			height: 40px;
			line-height: 40px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			padding: 0 15px;
			float: left;
			background: url(../img/layout/nav_dotted_vLine.png) no-repeat right;
		}
		#mainNavList li a:hover,
		#mainNavList li.active a {
			background-color: #fff;
			color: #000;
		}
		#mainNavList li ul.subNavList {
			position: absolute;
			bottom: 40px;
			/*left: 76px;*/
			width: auto;
			height: 23px;
			background: #fff;
			display: none;
		}
		#mainNavList li ul.subNavList li { float: left; }
		#mainNavList li ul.subNavList li a {
			display: block;
			width: auto;
			height: 23px;
			line-height: 23px;
			color: #68757d;
			text-decoration: none;
			text-transform: none;
			font-weight: normal;
			padding: 0px 20px 0 26px;
			float: left;
			background: #fff url(../img/layout/bullet_nav.png) no-repeat 15px 9px;
		}
		#mainNavList li ul.subNavList li:hover a,
		#mainNavList li ul.subNavList li a:hover,
		#mainNavList li ul.subNavList li.active a { color: #000; }
		
		#shortcutRight {
			position: absolute;
			bottom: 0px;
			right: 0px;
			width: auto;
			height: 40px;
			overflow: hidden;
		}
			#shortcutRight a {
				display: block;
				width: auto;
				height: 40px;
				line-height: 40px;
				padding-left: 20px;
				padding-right: 37px;
				text-decoration: none;
				color: #fff;
				text-transform: uppercase;
				font-weight: bold;
				/*background: url(../img/layout/nav_icon_bb.png) no-repeat right;*/
				text-align: right;
			}
			#shortcutRight a:hover { background-color: #fff; color: #000; }
			
			.shortcutBergbahnen a {
			  background: url(../img/layout/nav_icon_bb.png) no-repeat right;
			}
			
			.shortcutTourismusverband a {
			  background: url(../img/layout/nav_icon_tvb.png) no-repeat right;
			}
		
#containerContent {
	margin-top: 5px;
	position: relative;
}		

#content {
	width: 677px;
	padding: 30px;
	background: #dee3e5;
	/*color: #000;*/
	/*font-size: 12px;
	line-height: 18px;*/
	color: #333;
}

	#content h1 {
		font-size: 14px;
		color: #b30808;
		font-weight: bold;
		text-transform: uppercase;
		margin: 5px 0 15px 0;
	}
	#content h2 {
		font-size: 13px;
		color: #b30808;
		font-weight: normal;
		margin: 5px 0 15px 0;
	}
	#content h3 {
		font-size: 12px;
		color: #000;
		font-weight: bold;
		margin: 5px 0 15px 0;
	}
	#content p {
		margin: 5px 0 15px 0;
	}
		#content a {
			color: #b30808;
			text-decoration: underline;
		}
			#content a:hover { text-decoration: none; }
	
	#content a.readMoreLink,
	.sidebarBox a.readMoreLink {
		display: block;
		padding-left: 15px;
		background: url(../img/layout/bullet_linkMore.png) no-repeat left;
		margin: 5px 0 15px 0;
		color: #000;
		text-decoration: none;
	}
		#content a.readMoreLink:hover,
		.sidebarBox a.readMoreLink:hover { text-decoration: underline; }

	#content .contImgLeft {
		width: 250px;
		float: left;
		margin-bottom: 15px;
	}
		#content .contImgLeft img { border: 5px solid #fff; }
		
	#content .contImgRight {
		width: 219px;
		padding-left: 31px;
		float: right;
		overflow: hidden;
		margin-bottom: 15px;
	}
		#content .contImgRight img { border: 5px solid #fff; }

	#content .imgFour {
		height: 130px;
		padding: 15px 0 30px 0;
		overflow: hidden;
	}
		#content .imgFour div {
			width: 164px;
			height: 126px;
			overflow: hidden;
			float: left;
			margin: 0 5px 0 0;
		}
			#content .imgFour div.last { margin-right: 0px; }
			#content .imgFour div img { border: 5px solid #fff; }
			
	#content .bigImg {
		width: 100%;
		overflow: hidden;
	}
		#content .bigImg img { border: 5px solid #fff; }


	#content .trennlinie {
		height: 1px;
		border-top: 5px solid #fff;
		overflow: hidden;
		margin: 5px 0 14px 0;
	}
	
	#content ul {
		margin: 10px 0 15px;
	}
	#content ul li {
		margin-left: 30px;
		list-style-type: square;
	}
	
	#content th.first,
	#content td.first {
		text-align: left;
	}
	
	#content table.contenttable {
		border-collapse: collapse;
		width: 100%;
		margin: 15px 0 15px 0;
	}
	#content table.contenttable thead,
	#content table.contenttable thead th {
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}
	#content table.contenttable thead th {
		background: #b30808;
	}
	#content table.contenttable th,
	#content table.contenttable td {
		text-align: center;
		padding: 6px 10px;
		border: 1px solid #fff;
	}
	#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: #ced4d6;
		color: #000;
	}
	#content table .cellSubheader th,
	#content table .cellSubheader td {
		font-weight: bold;
		background-color: #a1abae;
		background-image: none;
		color: #fff;
	}
	#content table.contenttable p {
		padding: 0;
		margin: 0;
		display: inline;
	}

	
	
	
	
	#content .newsListContainer {
		height: 120px;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
		padding-left: 150px;
	}
		#content .newsListContainer .newsListImg {
			width: 120px;
			height: 120px;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		#content .newsListContainer .newsListImg img { border: 5px solid #fff; }
	
	#content .readMoreCont a {
		display: block;
		position: absolute;
		bottom: 0px;
		right: 0px;
		padding-left: 15px;
		background: url(../img/layout/bullet_linkMore.png) no-repeat left;
		color: #000;
		text-decoration: none;
	}
		#content .readMoreCont a:hover { text-decoration: underline; }
		
	#content .newsSingleContainer { position: relative; }
	
	#content .newsSingleContainer h1.newsHeadline {
		border-bottom: 5px solid #b30808;
		margin: 0px 0px 20px 0px;
	}
	#content .newsSubheader { margin-bottom: 20px; }
	
	#content .newsSingleImg {
		width: 250px;
		float: left;
		margin-bottom: 15px;
	}
		#content .newsSingleImg img { border: 5px solid #fff; }
	
	#content .newsBackLink {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	#content .newsBackLink a {
		display: block;
		color: #000;
		text-decoration: none;
	}
		#content .newsBackLink a:hover { text-decoration: underline; }
	
	#content .newsDetailGallery {
		margin-top: 30px;
		padding: 10px;
		background: #fff;
	}
	
	



.tx-powermail-pi1 {}

.tx-powermail-pi1 fieldset {
	border: none;
}
.tx-powermail-pi1 fieldset legend {
	display: none;
}
.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	clear: both;
	margin-bottom: 5px;
	background: none;
	position: relative;
}
.tx-powermail-pi1 fieldset label {
	display: block;
	width: 150px;
	float: left;
}

.tx-powermail-pi1 .powermail_check_inner {
	position: relative;
	padding-left: 150px;
}
.tx-powermail-pi1 .powermail_check_inner label {
	float: none;
	position: absolute;
	top: 0px;
	left: 180px;
	width: 400px
}

.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	display: block;
	width: 466px;
	border: 1px solid #b30808;
	font-size: 12px;
	padding: 2px;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input.validation-failed,
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea.validation-failed {
	border: 1px solid #f00;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_select select {
	border: 1px solid #b30808;
	font-size: 12px;
	padding: 2px;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea { height: 120px; }






















	
	

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 223px;
	background: #dee3e5;
}
	#containerSubNav {
		background: #fff;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}
		h4#subNavHeadline {
			padding: 30px 20px 5px 20px;
			background: #b30808;
			color: #fff;
			font-weight: bold;
			font-size: 12px;
			margin-bottom: 15px;
		}
		h4#subNavHeadline a { color: #fff; text-decoration: none; }
		
		#subNavList {
			padding-left: 20px;
		}
		#subNavList li a {
			display: block;
			height: 23px;
			line-height: 23px;
			padding-left: 20px;
			border-bottom: 1px solid #dee3e5;
			text-decoration: none;
			color: #000;
			background: url(../img/layout/bullet_subNav.png) no-repeat top left;
		}
		#subNavList li a:hover,
		#subNavList li.active a { background-position: bottom left; }
			#subSubNavList {
				padding: 12px 0;
			}
			#subSubNavList li a {
				font-size: 11px;
				color: #616769;
				height: 15px;
				line-height: 15px;
				margin-bottom: 5px;
				border: none;
				background: none;
			}
			#subSubNavList li.active a,
			#subSubNavList li a:hover { background: url(../img/layout/bullet_subSubNav.png) no-repeat left; }


	.sidebarBox {
		padding: 20px;
		background: #fff url(../img/layout/bg_cornerLeftTop.png) no-repeat top left;
		margin-bottom: 10px;
	}
		.sidebarBoxHeadline {
			font-weight: bold;
			color: #000;
			text-transform: uppercase;
			margin-bottom: 4px;
		}
		.sidebarBox a.readMoreLink { margin-left: 140px; }
		
		
		#sidebarWeather { margin-bottom: 10px; }
		.sidebarWeatherLine {
			position: relative;
			height: 14px;
			line-height: 14px;
			border-bottom: 1px solid #dee3e5;
			color: #000;
			font-size: 10px;
		}
			.sidebarWeatherDay {
				position:absolute;
				top: 0px;
				left: 0px;
				width: 110px;
				height: 14px;
			}
			.sidebarWeatherTemp {
				position:absolute;
				top: 0px;
				right: 0px;
				width:57px;
				height: 14px;
				padding-right: 14px;
				text-align: right;
			}




#containerContent.frontPage #content {
	width: 439px;
	height: 102px;
	padding: 30px;
	margin-right: 5px;
	background: #dee3e5;
	float: left;
}
#containerContent.frontPage #content h1 { margin: 0 0 15px 0; }
#containerContent.frontPage #contentRight {
	width: 456px;
	height: 162px;
	background: #fff;
	float: left;
}

#contentRight #newsSwitcher {
	width: 456px;
	height: 162px;
	position: relative;
}
	#contentRight #newsSwitcher ul#newsSwitcherNav {
		width: 40px;
		height: 162px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		right: 0px;
	}
		#contentRight #newsSwitcher ul#newsSwitcherNav li span {
			display: block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-bottom: 1px solid #fff;
			background-color: #dee3e5;
			color: #959d9f;
			font-weight: bold;
			text-align: center;
			cursor: pointer;
		}
			#contentRight #newsSwitcher ul#newsSwitcherNav li span.active {
				color: #000;
				background-color: #fff;
			}
	#contentRight #newsSwitcher #newsSwitcherContent {
		width: 376px;
		height: 122px;
		padding: 20px;
		overflow: hidden;
	}
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox { display: none; }
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox.active { display: block; }
	
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox div.newsSwitcherImg {
		width: 122px;
		height: 122px;
		overflow: hidden;
		margin-right: 20px;
		float: left;
	}
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox h2 { font-weight: bold; color: #000; }
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox h3 { font-style: italic; color: #000; margin-bottom: 15px; }
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox a.readMoreLink {
		display: block;
		padding-left: 15px;
		background: url(../img/layout/bullet_linkMore.png) no-repeat left;
		margin: 5px 0 0 142px;
		color: #000;
		text-decoration: none;
	}
	#contentRight #newsSwitcher #newsSwitcherContent div.newsSwitcherBox a.readMoreLink:hover { text-decoration: underline; }


#containerFooter {
	margin-top: 10px;
	padding-top: 16px;
	background: url(../img/layout/bg_footerLine.png) no-repeat top;
	position: relative;
}
	#containerFooter #footerText {
		font-size: 12px;
		color: #c09f73;
	}
		#containerFooter #footerText a {
			color: #c09f73;
			text-decoration: underline;
		}
		#containerFooter #footerText a:hover { text-decoration: none; }
		
	#containerFooter #copyright {
		width: 58px;
		height: 8px;
		position: absolute;
		top: 16px;
		right: 0px;
		overflow: hidden;
	}
	#containerFooter #copyright a {
		display: block;
		width: 58px;
		height: 8px;
		text-indent: -999em;
		text-decoration: none;
		overflow: hidden;
		background: url(../img/layout/copyright.png) no-repeat top left;
	}

.csc-sitemap li a {
  		display: block;
			height: 23px;
			line-height: 23px;
			padding-left: 20px;
			/*border-bottom: 1px solid #dee3e5;*/
			text-decoration: none;
			color: #000;
			background: url(../img/layout/bullet_subNav.png) no-repeat top left;
		}

.csc-sitemap li a:hover,
.csc-sitemap li.active a { background-position: bottom left; }
