/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for katschberg 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff url(/static/img/body_bg.gif) left top repeat-x;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}


.adlink {
	display:none;
}


/* Generelle Container (Seite und Schatten)
--------------------------------------------------------------------- */

#container_top {
	width: 100%;
	background: url(/static/img/site_shadow.png) center 90px no-repeat;
	overflow: visible;
}

* html #container_top {
	width: 100%;
	background: none;
	overflow: visible;
}


#container_bottom {
	width: 100%;
	overflow: visible;
	background: url(/static/img/bottom_bg.gif) center top no-repeat;
}

* html #container_bottom {
	width: 100%;
	overflow: visible;
	background: none;
}


#site {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding: 100px 0 0 0;
}



/* Head Bereich (Suche, Navigation, Anfragebox, Wetter ...)
--------------------------------------------------------------------- */

#head {
	width: 1000px;
	height: 100px;
	padding: 0;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5000;
}

#head .logo {
	width: 225px;
	height: 100px;
	padding: 0 0 0 10px;
	overflow: hidden;
	float: left;
}

#head .logo img {
	behavior: url(/static/js/iepngfix.htc);
}



#head .functions {
	width: 765px;
	height: 100px;
	overflow: visible;
	float: left;
}

#head .functions .top {
	width: 765px;
	height: 55px;
	overflow: hidden;
}

/* language select */
#head .functions .languages {
	/*width: 565px;*/
	height: 55px;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 12px 0 0 12px;
}

#head .functions .languages a {
	float: left;
	padding: 0 5px 0 0;
}

#head .functions .languages #langSelect {
	background: url(/static/img/arrow_lang_select.gif) right 3px no-repeat;
	padding: 0 8px 0 0;
	height: 14px;
	width: 64px;
	position: absolute;
	top: 14px;
	left: 13px;
	z-index: 2;
	cursor: pointer;
	color: #a8dcf4;
}

#head .functions .languages #langChoose {
	width: 0px;
	height: 14px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 100px;
	z-index: 20;
}

#head .functions .languages #langChoose #langChooseContainer {
	width:450px;
	height: 14px;
	padding: 0;
}

#head .functions .languages #langChoose #langChooseContainer a {
	float:left;
	padding: 0;
	margin: 0 15px 0 0;
	text-decoration: none;
	color: #a8dcf4;
	line-height: 14px;
}

#head .functions .languages #langChoose #langChooseContainer a:hover {
	text-decoration: none;
}


/* social media buttons */
#head .functions .socialmedia {
		float: left;
		height: 24px;
		padding: 11px 0 0 167px;
}

#head .functions .socialmedia a {
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin: 0 5px;
}

#head .functions .socialmedia a.fb { background: url(/static/img/socialmedia-buttons.png) 0 0 no-repeat; }
#head .functions .socialmedia a.fl { background: url(/static/img/socialmedia-buttons.png) -34px 0 no-repeat; }
#head .functions .socialmedia a.yt { background: url(/static/img/socialmedia-buttons.png) -67px 0 no-repeat; }



/* site search */
#head .top .site_search {
	width: 186px;
	height: 55px;
	padding: 0 14px 0 0;
	overflow: hidden;
	float: right;
}

#head .top .site_search form {
	width: 186px;
	padding: 13px 0 0 0;
	overflow: hidden;
}

#head .top .site_search label {
	display: block;
	padding: 1px 10px 1px 0;
	overflow: hidden;
	width: 52px;
	color: #a8dcf4;
	text-align: right;
	float: left;
}

* html #head .top .site_search label {
	width: 49px;
}

#head .top .site_search .searchterm {
	background: url(/static/img/inputfield_bg.gif) left top repeat-x;
	width: 98px;
	border: none;
	border-right: none;
	padding: 1px 5px 2px 5px;
	margin: 0;
	line-height: 14px;
	color: #000;
	float: left;
}

#head .top .site_search input.submit {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

#head .functions .meta {
	width: 740px;
	height: 45px;
	overflow: visible;
	padding: 0 25px 0 0;
}



#head .functions .meta #season {
	width: 60px;
	height: 34px;
	overflow: hidden;
	padding: 11px 30px 0 0;
	float: right;
	text-align: right;
	position: relative;
}

#head .functions .meta #season .s_icon {
	width: 26px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 10;
}

#head .functions .meta #season .s_icon.summer {
	background: url(/static/img/season/summer.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}
#head .functions .meta #season .s_icon.winter {
	background: url(/static/img/season/winter.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
}

#head .functions .meta #season a {
	color: #a8dcf4;
	text-decoration: none;
}

/* Metanavigation
--------------------------------------------------------------- */

#metanav {
	width: 650px;
	height: 45px;
	float: left;
	overflow: visible;
	padding: 0;
}

#metanav ul {
	list-style: none;
	overflow: visible;
}

#metanav ul li {
	float: left;
	display: block;
	position: relative;
	margin: 0 1px 0 0;
}

#metanav ul li.sfhover, #metanav ul li.active {
	background: url(/static/img/nav_hover_left_bg.gif) left top no-repeat;
}

#metanav ul li a {
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	display: block;
}

#metanav ul li.sfhover a, #metanav ul li.active a {
	background: url(/static/img/nav_hover_right_bg.gif) right top no-repeat;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	display: block;
}

#metanav ul li em {
	font-style: normal;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 8px 13px 17px 13px;
	display: block;
}

#metanav ul li.sfhover em, #metanav ul li.active em {
	color: #fdb813;
}

#metanav ul li span.em {
	overflow: hidden;
}

#metanav ul li span.em img {
	padding: 0 15px;
	display: block;
	height: 31px;
}

*html #metanav ul li span.em {
	padding: 0 15px;
	display: block;
	height: 31px;
	float: left;
}

/* Ebene 2 (Aufklappen darunter)*/
#metanav ul li.sfhover ul {
	left: 0;
}

#metanav ul li ul {
	background: url(/static/img/metanav_sub_bg.png) left top no-repeat;
	position: absolute;
	top: 45px;
	left: -999em;
	overflow: visible;
	width: 200px;
	padding: 0;
}

#metanav ul li ul li {
	background: #fff;
	overflow: hidden;
	width: 200px;
	height: auto;
	padding:0;
	margin: 0;
}

#metanav ul li.sfhover ul li.sfhover {
	background: #fff;
}

#metanav ul li ul li.upper {
	background: #fff;
	overflow: hidden;
	width: 200px;
	height: 20px; 
	padding:0;
	margin: 0;
}

#metanav ul li ul li.lower {
	background: url(/static/img/metanav_bottom.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	overflow: hidden;
	width: 200px;
	height: 8px; 
	padding:0;
	margin: 0;
}

#metanav ul li.sfhover ul li a {
	background: none;
	overflow: hidden;
	width: 176px;
	position: relative;
	padding: 2px 12px;
	margin: 0;
	color: #007db7;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


#metanav ul li.sfhover ul li.sfhover a {
	cursor: pointer;
	color: #fdb813;
}


/* Middle (Content, Portal)
--------------------------------------------------------------- */

#middle {
	background: #fff url(/static/img/top_round.gif) left top no-repeat;
	width: 980px;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}

/* general sidebar elements
--------------------------------------------------------------- */


/* vacationbuttons */
#vacationbuttons {
	background: url(/static/img/sidebar_vacationbuttonsbg.png) left top no-repeat;
	width: 190px;
	height: 193px;
	overflow: hidden;
}

#vacationbuttons .link {
	display: block;
	height: 48px;
}

#vacationbuttons .link a {
	display: block;
	height: 48px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	padding: 0 5px 0 58px;
}

#vacationbuttons .link a span {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	*position: relative;
	*top: 6px;
	_position: relative;
	_top: 6px;
}


/* vacationplaner */
#vacationplaner {
	width: 190px;
	height: 193px;
	overflow: hidden;
}

#vacationplaner h3 {
	width: 165px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	padding: 12px 10px 2px 15px;
}

#vacationplaner form {
	width: 175px;
	height: 159px;
	padding: 0 0 0 15px;
	overflow: hidden;
}

#vacationplaner form .choose {
	width: 175px;
	height: 41px;
	padding: 0;
	overflow: hidden;
}

#vacationplaner form .choose span {
	display: block;
	padding: 2px 0;
	color: #d0edfa;
	float: left;
}

#vacationplaner form p {
	width: 175px;
	height: 18px;
	padding: 0;
	margin: 0 0 4px 0;
	overflow: hidden;
}

#vacationplaner form .choose p {
	margin: 0;
}

#vacationplaner p label {
	display: block;
	width: 30px;
	padding: 2px 5px 2px 0;
	overflow: hidden;
	color: #d0edfa;
	float: left;
}

#vacationplaner p label.labelwide {
	width: 56px;
}

#vacationplaner form input {
	width: 15px;
	background: #e9f4fa url(/static/img/inputfield_bg.gif) left top repeat-x;
	border: none;
	padding: 2px 5px 3px 5px;
	line-height: 13px;
	margin: 0 1px 0 0;
	overflow: hidden;
	color: #4e89a4;
	float: left;
}

#vacationplaner form input.year {
	width: 28px;
}

#vacationplaner form input.radio {
	width: 13px;
	height: 13px;
	background: none;
	border: none;
	padding: 0;
	margin: 2px 7px 0 0;
	overflow: hidden;
	float: left;
}

#vacationplaner form .calendarIcon {
	background: url(/static/img/calendar_icon.gif) left top no-repeat;
	width: 34px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
	display: block;
}

#vacationplaner form p.submit {
	width: 160px;
	height: 18px;
	padding: 0 15px 0 0;
	margin: 0;
	overflow: hidden;
}

#vacationplaner form p.submit input.submit {
	width: auto;
	background: #fdb813 url(/static/img/vacationplaner_arrow_blue.gif) right 5px no-repeat;
	border: none;
	padding: 1px 18px 2px 6px !important;
	line-height: 14px !important;
	margin: 0;
	overflow: visible;
	color: #0088c7;
	float: right;
	cursor: pointer;
}

/* vacationplaner */
#weatherbox {
	background: url(/static/img/sidebar_doubleline.gif) left top no-repeat;
	width: 190px;
	height: 100px;
	overflow: hidden;
	padding: 2px 0 0 0;
}

#weatherbox a {
	text-decoration: none;
}

#weatherbox h3 {
	width: 165px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	padding: 8px 10px 2px 15px;
}

#weatherbox .icon {
	width: 70px;
	height: 66px;
	overflow: hidden;
	padding: 0 0 0 15px;
	float: left;
}

#weatherbox .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#weatherbox .weather_data {
	width: 90px;
	height: 66px;
	overflow: hidden;
	padding: 0;
	float: left;
}

/* weather integration (bergfex weather) */
#weatherbox #weatherbox_integration {
	width: 160px;
	height: 65px;
	overflow: hidden;
	padding: 0 15px;
}

#weatherbox_integration .wetter {
	width: 160px;
	overflow: hidden;
	padding: 0;
}

#weatherbox_integration .wetter .messpunkt {
	width: 160px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#weatherbox_integration .wetter .messpunkt .titel {
	display: none;
}

#weatherbox_integration .wetter .messpunkt .t0 {
	background: none;
	width: 160px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	max-width: 160px;
	min-height: 50px;
	min-width: 160px;
	float: none;
	overflow: hidden;
}

#weatherbox_integration .wetter .tag-titel {
	display: none;
}	

#weatherbox_integration .wetter .vormittag {
	border-right: none;
	padding: 1px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
	font-size: 10px;
}

#weatherbox_integration .wetter .mittag {
	border-left: none;
	border-right: none;
	padding: 1px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
	font-size: 10px;
}

#weatherbox_integration .wetter .abend {
	border-left: none;
	padding: 1px 0;
	text-align: center;
	color: #a8dcf4;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	overflow: hidden;
	font-size: 10px;
}

#weatherbox_integration .wetter .symbol {
	text-align: center;
	overflow: hidden;
}

#weatherbox_integration .wetter .temp {
	text-align: center;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 1px;
	overflow: hidden;
	line-height: 11px;
}

#weatherbox_integration .wetter .tag {
	display: none;
}


/* catalogue and eventcalendar */
#event_catalog {
	background: url(/static/img/sidebar_event_catalog_bg.gif) left top no-repeat;
	width: 190px;
	height: 58px;
	overflow: hidden;
	padding: 2px 0;
	margin: 0 0 -2px 0;
}

#event_catalog .catalog {
	background: url(/static/img/catalog_icon_bg.gif) left top no-repeat;
	width: 94px;
	height: 16px;
	overflow: hidden;
	padding: 42px 0 0 0;
	float: left;
	color: #a8dcf4;
	text-align: center;
	line-height: 12px;
	font-size: 9px;
	cursor: pointer;
}

#event_catalog .eventcalendar {
	background: url(/static/img/eventcalendar_icon_bg.gif) left top no-repeat;
	width: 94px;
	height: 16px;
	overflow: hidden;
	padding: 42px 0 0 0;
	float: right;
	color: #a8dcf4;
	text-align: center;
	line-height: 12px;
	font-size: 9px;
	cursor: pointer;
}

#event_catalog a {
	color: #a8dcf4;
	text-decoration: none;
	line-height: 12px;
	font-size: 9px;
}

/* vacationplaner */
#flashmap {
	background: url(/static/img/sidebar_doubleline_dark.gif) left top no-repeat;
	width: 190px;
	height: 138px;
	overflow: hidden;
	padding: 2px 0 0 0;
}

#flashmap h3 {
	width: 165px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	font-size: 15px;
	padding: 10px 10px 2px 15px;
}

#flashmap .map_container {
	width: 190px;
	height: 105px;
	overflow: hidden;
}

#flashmap .map_container img {
	behavior: url(/static/js/iepngfix.htc);
}

/* Footer
--------------------------------------------------------------- */

#footer {
	background: url(/static/img/footer_top.gif) left top no-repeat;	
	width: 965px;
	height: 70px;
	overflow: hidden;
	padding: 30px 0 0 35px;
	position: relative;
	margin: 0 auto;
}

#footer .copytext {
	width: 245px;
	height: 70px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	color: #6aafd0;
}

#footer .copytext a {
	color: #0088c7;
	text-decoration: none;
}

#footer .f_links {
	width: 130px;
	height: 70px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
}

#footer .f_links a {
	color: #0088c7;
	text-decoration: none;
	display: block;
	width: 130px;
	overflow: hidden;
}

#footer .f_logos {
	width: 150px;
	height: 60px;
	overflow: hidden;
	padding: 11px 0 0 0;
	float: left;
}

#footer .f_logos a {
	width: 70px;
	height: 35px;
	overflow: hidden;
	display: block;
	float: left;
	text-decoration: none;
}

#footer .f_logos a.szbg {
	background: url(/static/img/szbg.gif) left top no-repeat;
	margin: 5px 0 0 0;
}
#footer .f_logos a.szbg:hover {
	background: url(/static/img/szbg_hover.gif) left top no-repeat;	
}

#footer .f_logos a.kaernten {
	background: url(/static/img/kaernten.gif) left top no-repeat;	
}
#footer .f_logos a.kaernten:hover {
	background: url(/static/img/kaernten_hover.gif) left top no-repeat;	
}




#footer .f_elements {
	width: 110px;
	height: 58px;
	overflow: hidden;
	padding: 12px 30px 0 0;
	float: right;
}


#footer .f_elements a  {
	background: url(/static/img/elements.gif) right 4px no-repeat;
	height: 14px;
	padding: 12px 30px 7px 0;
	color: #6aafd0;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 72px;
	float: right;
	
}

#footer .f_elements a:hover {
	background: url(/static/img/elements_hover.gif) right 4px no-repeat;
}



.symbol img {
	behavior: url(/static/js/iepngfix.htc);
}
