/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for GASTEIN 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #3d7fb7 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;
	text-align: left;
	font-size: 11px;			
}

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;
}

iframe.myiframe {
	width:605px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

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;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}




/* general site containers 
--------------------------------------------------------------------- */

#site_container {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}


#site {
	background: url(/static/img/site_shadow.png) left top repeat-y;
	width: 1000px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

*html #site {
	background: url(/static/img/site_shadow.gif) left top repeat-y;
}



/* header (logo,navigation,search,weatherbox,seasons)
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 333px;
	overflow: hidden;
	padding: 0 20px;
}

#header #headarea {
	width: 960px;
	height: 333px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

/* CMS */
#we_bg_image {
	position: absolute; 
	top: 150px; 
	left: 300px; 
}

#header #headarea .logo {
	width: 180px;
	height: 85px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 100;
}

#header #headarea .logo img {
	behavior: url(/static/js/iepngfix.htc);
}


#header #headarea #metanav {
	background: url(/static/img/metanav_bg.png) left top no-repeat;
	width: 960px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 300px;
	z-index: 200;
}


/*site search*/
#header #headarea #metanav .site_search {
	width: 112px;
	height: 33px;
	overflow: hidden;
	padding: 0;
	float: right;
}

#header #headarea #metanav .site_search form {
	width: 112px;
	padding: 8px 0 0 0;
	height: 25px;
	overflow: hidden;
}


#header #headarea #metanav .site_search .searchterm {
	background: #fff;
	width: 73px;
	border: 1px solid #fff;
	border-right: none;
	padding: 1px 5px;
	margin:0;
	line-height: 14px;
	color: #838eae;
	float: left;
}

#header #headarea #metanav .site_search input.submit {
	float: left;
	width: 15px;
	height: 17px;
	overflow: hidden;
}


/* Navigation */
#nav {
	width: 845px;
	overflow: hidden;
	padding: 0;
	float: left;
}


#nav ul {
	list-style: none;
	width: 845px;
	overflow: hidden;
	padding: 0;
}

#nav ul li {
	overflow: hidden;
	padding: 0;
	border-right: 1px solid #3272b6;
	float: left;
}

#nav ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

#nav ul li a:hover, #nav ul li a.active {
	background: url(/static/img/nav_hover.gif) left top repeat-x;
	text-decoration: none;
}


#nav ul li em {
	font-style:normal;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px 15px 9px 15px;
	display: block;
}

#nav ul li span.em {
	overflow: hidden;
}

#nav ul li span.em img {
	padding: 8px 15px 9px 15px;
	display: block;
}

*html #nav ul li span.em {
	padding: 8px 15px 9px 15px;
	display: block;
	height: 16px;
	float: left;
}


/* Weatherbox */
#headerbox {
	background: url(/static/img/weatherbox_bg.gif) left top no-repeat;
	width: 319px;
	height: 145px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 120px;
	z-index: 200;
}

#headerbox h3 {
	width: 299px;
	line-height: 14px;
	font-size: 12px;
	color: #4d83b2;
	overflow: hidden;
	padding: 8px 10px;
}

#headerbox .data {
	width: 309px;
	height: 97px;
	overflow: hidden;
	padding: 0 0 0 10px;
}

/*weather*/
#headerbox .data .weatherforcast {
	width: 134px;
	height: 97px;
	overflow: hidden;
	float: left;
	cursor:pointer;
}

#headerbox .data .weatherforcast .today {
	width: 134px;
	height: 40px;
	overflow: hidden;
	padding: 0;
}

#headerbox .data .weatherforcast .tomorrow {
	width: 134px;
	height:40px;
	overflow: hidden;
	padding: 0;
}

#headerbox .data .weatherforcast .icon {
	width: 60px;
	height: 40px;
	overflow: hidden;
	float: left;
} 


#headerbox .data .weatherforcast .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#headerbox .data .weatherforcast .w_text {
	width: 70px;
	height: 33px;
	overflow: hidden;
	padding: 7px 0 0 3px;
	float: left;
}

#headerbox .data .weatherforcast .w_text span {
	overflow: hidden;
	color: #403030;
	width: 70px;
	display: block;
}

/*Skiarea infos */
#headerbox .data .skiarea_info {
	width: 160px;
	height: 97px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
}

#headerbox .data .skiarea_info .status_line {
	width: 160px;
	height: 14px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

#headerbox .data .skiarea_info .status_line .statusbar {
	background: url(/static/img/statusbar_bg.gif) left top no-repeat;
	width: 50px;
	height: 8px;
	overflow: hidden;
	padding: 0;
	margin: 3px 0 0 0;
	float: left;
	position: relative;
}
#headerbox .data .skiarea_info .status_line .statusbar .percent {
	background: url(/static/img/statusbar.gif) left top no-repeat;
	width: 0;
	height: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#headerbox .data .skiarea_info .status_line label {
	display: block;
	overflow: hidden;
	padding: 0 0 0 7px;
	color: #403030;
	float: left;
}

#headerbox .data .skiarea_info .status_line label a {
	background: none;
	padding: 0;
	color: #403030;
	text-decoration: none;
	width: auto !important;
	overflow: hidden;
}

#headerbox .data .skiarea_info p {
	width: 160px;
	overflow: hidden;
	padding: 3px 0;
	color: #403030;
}


#headerbox .data .skiarea_info a {
	background: url(/static/img/link_arrow_blue.gif) right 4px no-repeat;
	padding: 0 12px 0 0;
	color: #5287c1;
	text-decoration: none;
	width: auto !important;
	overflow: hidden;
	float: none;
}

/*Webcam*/
#headerbox .webcamlink {
	background: #5287c1;
	width: 319px;
	height: 18px;
	overflow: hidden;
	padding: 0;
}

#headerbox .webcamlink .wlink {
	background: url(/static/img/webcam_arrow_white.gif) 6px 6px no-repeat;
	width: 55px;
	height: 14px;
	overflow: hidden;
	padding: 2px 5px 2px 23px;
	color: #fff;
	cursor: pointer;
}


/*webcamslider*/
#webcams {
	background: url(/static/img/webcams_bg.gif) left top no-repeat;
	width: 200px;
	height: 145px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 441px;
	z-index: 200px;
}

#webcams .close {
	background: url(/static/img/close_webcams.gif) left top no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0; 
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#webcams #webcamslider {
	width: 200px;
	height: 145px;
	overflow: hidden;
}

#webcams #webcamslider .left {
	width: 20px;
	height: 87px;
	overflow: hidden;
	padding: 58px 0 0 0;
	float: left;
}

#webcams #webcamslider .left .slideCamleft {
	background: url(/static/img/webcam_slide_left.gif) left top no-repeat;
	width: 20px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#webcams #webcamslider .webcamimages {
	width: 160px;
	height: 145px;
	overflow: hidden;
	float: left;
	position: relative;
}

#webcams #webcamslider .webcamimages .slider {
	height: 145px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 4950px;
}

#webcams #webcamslider .webcamimages .slider .webcam_thumb {
	width: 160px;
	height: 145px;
	overflow: hidden;
	float: left;
}

#webcams #webcamslider .webcamimages .slider .webcam_thumb label {
	display: block;
	width: 150px;
	height: 14px;
	padding: 5px 5px 6px 5px;
	color: #fff;
	overflow: hidden;
}

#webcams #webcamslider .right {
	width: 20px;
	height: 87px;
	overflow: hidden;
	padding: 58px 0 0 0;
	float: right;
}

#webcams #webcamslider .right .slideCamright {
	background: url(/static/img/webcam_slide_right.gif) left top no-repeat;
	width: 20px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}


#seasons {
	width: 289px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 100;
}

#seasons .buttons {
	width: 289px;
	height: 31px;
	overflow: hidden;
}
#seasons .buttons a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: left;
}

#seasons .shadow {
	background: url(/static/img/season_shadow.png) left top no-repeat;
	behavior: url(/static/js/iepngfix.htc);
	width: 289px;
	height: 10px;
	overflow: hidden;
}



/* Footer
--------------------------------------------------------------- */
#footer {
	background: url(/static/img/footer_bg.png) 10px top no-repeat;
	width: 1000px;
	height: 106px;
	overflow: hidden;
	padding: 0;
}

#footer .topline {
	width: 980px;
	height: 20px;
	overflow: hidden;
	padding: 11px 10px 0 10px;
/*	float: left;*/
}

#footer .topline .f_links  {
	width: 430px;
	overflow: hidden;
	padding: 0 0 0 25px;
	float: left;
}

#footer .topline .f_links a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	float: left;
}

#footer .topline .f_links a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .topline .f_links .separator {
	background: url(/static/img/footer_separator.gif) left top no-repeat;
	display: block;
	width: 41px;
	height: 14px;
	margin: 0;
	float: left;
}

#footer .topline .language  {
	width: 500px;
	overflow: hidden;
	padding: 0 25px 0 0;
	float: right;
}

#footer .topline .language a {
	overflow: hidden;
	padding: 0;
	float: right;
	margin: 2px 0 0 10px;
}

#footer .topline .language a.amade {
	margin: 1px 0 0 10px;
}

#footer .bookmarks {
	width: 980px;
	height: 200px;
	overflow: hidden;
	padding: 5px 10px 0 35px;
}

#footer .bookmarks a {
	height: 15px;
	overflow: hidden;
	color: #fff;
	padding: 1px 0 0 23px;
	margin: 0 18px 0 0;
	float: left;
	color: #fff;
	text-decoration: none;
}

#voucherAd {
	width: 210px;
	height: 170px;
	position: absolute;
	left: 0;
	bottom: 0;
}


