/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for skiamade 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #f0f5f8 url(/static/img/body_bg.gif) center top repeat-y;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	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;
}

.gotolink {
	cursor: pointer;	
}

.invisible_link {
	display: none !important;	
}





/* --------------------------------------------------------------- */
/* GENERAL SITE CONTAINERS										   */
/* --------------------------------------------------------------- */

#background {
	width: 100%;
	height: 600px;
	background: url(/static/img/gradient_winter_bg.gif) left top repeat-x;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#background #shadow {
	width: 100%;
	height: 520px;
	background: url(/static/img/shadow_winter.gif) center top no-repeat;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#background #top_image {
	width: 100%;
	height: 600px;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#background #top_image .image {
	background: #f0f5f8;
	width: 1000px;
	height: 600px;
	padding: 2px 0 0 0;
	overflow: visible;
	margin: 0 auto;
}

#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;

}

#site {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 2px solid #f00000;
	position: relative;
	overflow: visible;
}



/* --------------------------------------------------------------- */
/* HEADER AREA													   */
/* --------------------------------------------------------------- */

#head {
	background: url(/static/img/new/screen-bgs.png) left 38px repeat-x;
	width: 1000px;
	height: 40px;
	padding: 0;
	overflow: visible;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 800;
}

#head .logo {
	width: 180px;
	height: 40px;
	padding: 0 0 0 20px;
	float: left;
}

#head .logo a {
	background: url(/static/img/new/screen-icons.png) 0 0 no-repeat;
	width: 180px;
	height: 40px;
	display: block;
	overflow: hidden;
}


/* SEASONS
----------------------------------------- */
#seasons {
	width: 140px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 850;
}

#seasons .s_back {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/new/seasonlink_summer.png) left -5px no-repeat;	
	width: 140px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#seasons.winter .s_back {
	background: url(/static/img/new/seasonlink_winter.png) left 3px no-repeat;		
}

#seasons .s_link {
	background: url(/static/img/new/arrows.png) left 3px no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 10;
	padding: 0 0 0 10px;
}




/* SEARCH
----------------------------------------- */
#site_search {
	background: #005a96;
	width: 130px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 900;
	overflow: hidden;
}

#site_search .searchterm {
	background: none;
	border: none;
	border-left: 1px solid #0082c8;
	border-bottom: 1px solid #0082c8;
	width: 96px;
	height: 15px;
	padding: 3px 6px 1px 6px;
	color: #fff;
	float: left;
}

#site_search input.submit {
	background: url(/static/img/new/screen-icons.png) 0 -40px no-repeat;
	border: none;
	display: block;
	float: left;
	width: 21px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}



/* LANGUAGE SELECTION
----------------------------------------- */
#languages {
	width: 130px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 170px;
	z-index: 2100;
	overflow: visible;
}

#languages .customselectbox {
	background: #005a96;
	overflow: hidden;
	cursor: pointer;
}

#languages .actualselect {
	width: 100px;
	height: 15px;
	overflow: hidden;
	border-left: 1px solid #0082c8;
	border-bottom: 1px solid #0082c8;
	padding: 2px 5px 2px 3px;
	color: #fff;
	float: left;
}

#languages span {
	background: url(/static/img/flags/sprite-languages.gif) no-repeat top left;
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	margin: 2px 10px 0 0;
	overflow: hidden;
}

#languages span.cs { background-position: 0 0; } 
#languages span.da { background-position: 0 -13px; } 
#languages span.de { background-position: 0 -26px; } 
#languages span.en { background-position: 0 -39px; } 
#languages span.hu { background-position: 0 -52px; } 
#languages span.nl { background-position: 0 -65px; } 
#languages span.pl { background-position: 0 -78px; } 
#languages span.ru { background-position: 0 -91px; } 
#languages span.uk { background-position: 0 -104px; } 
#languages span.sk { background-position: 0 -117px; }

#languages span.hr { background-position: 0 -130px; }
#languages span.ro { background-position: 0 -143px; }


#languages .selectbutton {
	background: url(/static/img/new/screen-icons.png) -21px -40px no-repeat;
	float: left;
	width: 21px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

#languages .options {
	background: #005a96;
	width: 128px;
	overflow: hidden;
	border-left: 1px solid #0082c8;
	border-right: 1px solid #0082c8;
	float: left;
}

#languages .options a {
	display: block;
	width: 120px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 2px 5px 2px 3px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #0082c8;
}

#languages .options a:hover {
	background: #0082c8;
}




/* REGION SELECTION - dropdown
----------------------------------------- */
#skiregions {
	background: #005a96;
	width: 180px;
	height: 20px;
	padding: 0;
	overflow: visible;
	position: absolute;
	top: 58px;
	left: 20px;
	z-index: 950;
}

#skiregions .customselectbox {
	overflow: hidden;
	cursor: pointer;
}

#skiregions .customselectbox a {
	display:none !important;
}

#skiregions .actualselect {
	width: 148px;
	height: 15px;
	overflow: hidden;
	border-left: 1px solid #0082c8;
	border-bottom: 1px solid #0082c8;
	padding: 2px 5px 2px 5px;
	color: #fff;
	float: left;
	font-size:11px;
}

#skiregions .selectbutton {
	background: url(/static/img/new/screen-icons.png) -21px -40px no-repeat;
	float: left;
	width: 21px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}



/* WEBCAMS overlay
----------------------------------------- */
#webcamscontainer .webcams {
	background: url(/static/img/new/webcamsbox-bg.gif) left top repeat-y;
	color: #fff;
	width: 980px;
	height: 524px;
	padding: 20px 0 0 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 950;
}

#webcamscontainer .webcams .close {
	background: url(/static/img/new/screen-icons.png) right -140px no-repeat;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 10px;
	cursor: pointer;
	display: block;
	padding: 1px 25px 0 0;
}

#webcamscontainer .webcams .cam {
	width: 150px;
	height: 117px;
	overflow: hidden;
	float: left;
	margin: 0 12px 12px 0;
}

#webcamscontainer .webcams .cam .region {
	display: none;
	background: #f00000;
	padding: 2px 4px;
	height: 16px;
	overflow: hidden;
}

#webcamscontainer .webcams .cam.start .region {
	display: block;
	font-weight: bold;
}

#webcamscontainer .webcams .cam .image {
	width: 150px;
	height: 97px;
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
}

#webcamscontainer .webcams .cam.start .image {
	margin: 0;	
}

#webcamscontainer .webcams .cam .image a {
	border-bottom: 2px solid #f00000;
	width: 150px;
	height: 95px;
	text-decoration: none;	
	overflow: hidden;
	display: block;
	color: #fff;
}

#webcamscontainer .webcams .cam .image .city {
	background: url(/static/img/new/metanav-hover.png) 0 -7px repeat-x;
	position: absolute;
	left: 0;
	bottom: 2px;
	padding: 2px 4px;
	width: 142px;
}

/* webcams - colors (regions)
----------------------------------------- */
#webcamscontainer .webcams .cam.GA .region { background: #fac800; }
#webcamscontainer .webcams .cam.GA .image a { border-bottom: 2px solid #fac800; }

#webcamscontainer .webcams .cam.SD .region { background: #5a9600; }
#webcamscontainer .webcams .cam.SD .image a { border-bottom: 2px solid #5a9600; }

#webcamscontainer .webcams .cam.HW .region { background: #0082c8; }
#webcamscontainer .webcams .cam.HW .image a { border-bottom: 2px solid #0082c8; }

#webcamscontainer .webcams .cam.GR .region { background: #fa6400; }
#webcamscontainer .webcams .cam.GR .image a { border-bottom: 2px solid #fa6400; }




/* --------------------------------------------------------------- */
/* METANAVIGATION												   */
/* --------------------------------------------------------------- */

#metanav {
	width: 670px;
	height: 40px;
	overflow: visible;
	padding: 0 0 0 10px;
	position: absolute;
	left: 200px;
	top: 18px;
	z-index: 2000;
}

#metanav ul {
	overflow: visible;
	list-style: none;
}

#metanav ul li.main {
	float: left;
	position: relative;
}

#metanav ul li.main.regions {
	position: static;	
}

#metanav ul li.main:hover,
#metanav ul li.main.sfhover,
#metanav ul li.main.active {
	background: url(/static/img/new/metanav-hover.png) 0 0 repeat-x;
}

#metanav ul li.main a.mainlink {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	height: 26px;
	padding: 14px 10px 0 10px;
}


/* SUBMENU - STANDARD
----------------------------------------- */
#metanav ul li:hover .submenu,
#metanav ul li.sfhover .submenu {
	display: block;	
}

#metanav ul li .submenu {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/new/box-shadow.png) left bottom repeat-x !important;
	background: none;
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	overflow: hidden;
	width: 170px;
	padding: 0 0 3px 0;
}

#metanav ul li .submenu.twocol {
	width: 360px;	
}

#metanav ul li .submenu .submenucontent {
	background-color: #0082c8;
	overflow: hidden;
	width: 100%;
}

#metanav ul li.main .submenu .submenucol {
	background-color: #0082c8;
	float: left;
	width: 170px;
}

#metanav ul li.main .submenu .submenucol.teaser {
	float: left;
	width: 190px;
}

#metanav ul li.main .submenu .submenucol ul {
	padding: 9px 5px;	
}

#metanav ul li.main .submenu .submenucol ul li {
	background: none;
	display: block !important;
	display: inline-block;
}

#metanav ul li.main .submenu .submenucol ul li.separator {
	border-top: 1px solid #005a96;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

#metanav ul li.main .submenu .submenucol ul li a {
	background: url(/static/img/new/arrows.png) 5px -193px no-repeat;
	text-decoration: none;
	color: #fff;
	line-height: 14px;
	padding: 3px 0 3px 15px;
	display: block;
}

#metanav ul li.main .submenu .submenucol ul li a:hover {
	background: #005a96 url(/static/img/new/arrows.png) 5px -193px no-repeat;
}

#metanav ul li.main .submenu .submenucol .submenuteaser {
	width: 180px;
	margin: 9px 10px 9px 0;
}

#metanav ul li.main .submenu .submenucol .submenuteaser .image {
	width: 180px;
	height: 90px;
	overflow: hidden;
}

#metanav ul li.main .submenu .submenucol .submenuteaser .details {
	background: url(/static/img/new/screen-bgs.png) left -40px no-repeat;
	padding: 6px 10px 9px 10px;
	min-height: 60px;
}

#metanav ul li.main .submenu .submenucol .submenuteaser .details h3 {
	font-size: 14px;
	color: #fff;
	padding: 0 0 5px 0;
}

#metanav ul li.main .submenu .submenucol .submenuteaser .details a {
	text-decoration: none;
	color: #fff;
}

#metanav ul li.main .submenu .submenucol .submenuteaser .details .text {
	color: #fff;
	line-height: 15px;
}



/* SUBMENU - REGIONS
----------------------------------------- */
#metanav ul li.main.regions .submenu.open {
	display: block;	
}

#metanav ul li.main.regions .submenu {
	width: 1000px;
	left: -200px;
	top: 40px;
}

#metanav ul li.main.regions .submenu .regionteasers {
	background: #0082c8 url(/static/img/new/metanav-regions.jpg) left top no-repeat;
	overflow: hidden;
	padding: 0 0 10px 20px;
	height: auto !important;
	height: 90px;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser {
	float: left;
	width: 230px;
	height: 80px;
	padding: 0 10px 0 0;
	margin: 10px 0 0 0;
	display: block;
	color: #fff;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser:hover {
	background: #f00000;	
}

#metanav ul li.main.regions .submenu .regionteasers .teaser h3 {
	font-size: 14px;
	color: #fff;
	padding: 0 0 6px 0;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser a {
	text-decoration: none;
	color: #fff;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser .image {
	width: 80px;
	overflow: hidden;
	float: left;	
}		

#metanav ul li.main.regions .submenu .regionteasers .teaser .image .hoveroverlay {
	border: 5px solid #f00000;
	border-right:0;
	width: 75px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser:hover .image .hoveroverlay {
	display: block;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser .text {
	line-height: 16px;
	padding: 4px 0 0 8px;
	float: left;
	width: 142px;
	height: 70px;
	overflow: hidden;
}

#metanav ul li.main.regions .submenu .regionteasers .teaser.onlytext .text {
	width: 222px;
}

#metanav ul li.main.regions .submenu .regionlist {
	background: #005a96 url(/static/img/new/metanav-regions.jpg) right bottom no-repeat;
	padding: 15px 0 5px 20px;
	overflow: hidden;
	position: relative;
	width: 980px;
}

#metanav ul li.main.regions .submenu .regionlist .col {
	width: 240px;
	float: left;
}

#metanav ul li.main.regions .submenu .regionlist ul {
	padding: 0 0 19px 0;
}

#metanav ul li.main.regions .submenu .regionlist ul li {
	background: none;
	padding: 2px 0;	
}

#metanav ul li.main.regions .submenu .regionlist li.mainpoint a {
	background: url(/static/img/new/arrows.png) 0 -897px no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#metanav ul li.main.regions .submenu .regionlist ul.SD li.mainpoint a { background-position: 0 -937px; }
#metanav ul li.main.regions .submenu .regionlist ul.GA li.mainpoint a { background-position: 0 -977px; }
#metanav ul li.main.regions .submenu .regionlist ul.GR li.mainpoint a { background-position: 0 -1017px; }
#metanav ul li.main.regions .submenu .regionlist ul.HW li.mainpoint a { background-position: 0 -1057px; }

#metanav ul li.main.regions .submenu .regionlist a {
	text-decoration: none;
	color: #fff;	
	padding: 0 0 0 20px;
}

#metanav ul li.main.regions .submenu .regionlist li.subpoint a {
	background: url(/static/img/new/arrows.png) 8px -196px no-repeat;
}

#metanav ul li.main.regions .submenu .regionlist .buttons {
	width: 240px;
	position: absolute;
	bottom: 21px;
	left: 740px;
}

#metanav ul li.main.regions .submenu .regionlist .buttons .button,
.teaserboxes .buttonlist .button {
	background: url(/static/img/new/buttons.png) right -30px no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	padding: 0 22px 0 0;
	margin: 0 0 3px 0;
	cursor: pointer;
}

#metanav ul li.main.regions .submenu .regionlist .buttons .button .buttonleft,
.teaserboxes .buttonlist .button .buttonleft {
	background: url(/static/img/new/buttons.png) left -30px no-repeat;
	height: 22px;
	width: 22px;
	display: block;
	float: left;
}

#metanav ul li.main.regions .submenu .regionlist .buttons a,
.teaserboxes .buttonlist a {
	text-decoration: none;
}

#metanav ul li.main.regions .submenu .regionlist .buttons a:hover,
.teaserboxes .buttonlist a:hover {
	background-position: right top;	
}

#metanav ul li.main.regions .submenu .regionlist .buttons a:hover .buttonleft,
.teaserboxes .buttonlist a:hover .buttonleft {
	background-position: left top;
}

#metanav ul li.main.regions .submenu .regionlist .buttons .button .text,
.teaserboxes .buttonlist .button .text {
	color: #fff;
	padding: 3px 0;
	display: block;
	float: left;
}




/* --------------------------------------------------------------- */
/* WEATHERBOX													   */
/* --------------------------------------------------------------- */

#weatherbox {
	width: 250px;
	overflow: hidden;
	z-index: 600;
}

#weatherbox a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#weatherbox .wb_small {
	background: url(/static/img/new/weatherbox-sidebar.png) left top no-repeat;
	color: #fff;
	font-size: 14px;
	width: 240px;
	height: 114px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 10px;
}

#weatherbox .wb_small .live {
	background: #f00000;
	font-size: 14px;
	font-weight: bold;
	width: 52px;
	padding: 2px 0 2px 8px;
	position: absolute;
	right: 0;
	top: 0;
}

#weatherbox .wb_small .details {
	width: 240px;
	height: 80px;
	overflow: hidden;
	cursor: pointer;
}

#weatherbox .wb_small .details .big {
	font-size: 24px;	
}

#weatherbox .wb_small .details .weather {
	width: 120px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
}

#weatherbox .wb_small .details .weather .icon img,
#weatherbox .wb_extended .box .weather .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#weatherbox .wb_small .details .weather .degree {
	line-height: 24px;
	position: absolute;
	left: 8px;
	top: 3px;
	display: block;
}

#weatherbox .wb_small .details .weather .snowinfo {
	background: url(/static/img/new/screen-icons.png) 8px -160px no-repeat;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1px 0 8px 28px;
	display: block;
}

#weatherbox .wb_small .details .data {
	line-height: 18px;
	font-size: 14px;
	width: 52px;
	height: 46px;
	float: left;
	padding: 34px 0 0 8px;
	display: block;
}

#weatherbox .wb_small .details .data.wide {
	background: url(/static/img/new/weatherbox-sidebar.png) -240px top no-repeat;
	width: 112px;
}

#weatherbox .wb_small .links {
	height: 31px;
	width: 240px;
	overflow: hidden;
}

#weatherbox .wb_small .links .link {
	height: 22px;
	width: 120px;
	float: left;
	padding: 8px 0 0 0;
}

#weatherbox .wb_small .links .link a,
#weatherbox .wb_small .links .link span {
	background: url(/static/img/new/arrows.png) 8px 3px no-repeat;
	height: 22px;
	padding: 0 0 0 18px;
	font-size: 14px;
	cursor: pointer;
}



#weatherbox .wb_extended {
	color: #fff;
	font-size: 14px;
	width: 250px;
	overflow: hidden;
	position: relative;
}

#weatherbox .wb_extended .close {
	background: url(/static/img/new/screen-icons.png) left -190px no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#weatherbox .wb_extended .box {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: #0082c8 url(/static/img/new/box-shadow.png) left top repeat-x;
	overflow: hidden;
	cursor: pointer;
	width: 240px;
}

#weatherbox .wb_extended .box.first {
	background: #0082c8;
	overflow: visible;
	cursor: default;
}

#weatherbox .wb_extended .box .headline {
	padding: 7px 8px 4px 8px;
	overflow: hidden;
	width: 224px;
}

#weatherbox .wb_extended .box .headline h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	float: left;
}

#weatherbox .wb_extended .box .headline .icon {
	width: 15px;
	height: 18px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

#weatherbox .wb_extended .box .headline .icon.snow {
	background: url(/static/img/new/screen-icons.png) 0 -160px no-repeat;
}

#weatherbox .wb_extended .box .weather {
	overflow: hidden;
	cursor: pointer;
}

#weatherbox .wb_extended .box .weather .today {
	width: 120px;
	height: 132px;
	float: left;
	position: relative;
	padding: 0 0 1px 0;
}

#weatherbox .wb_extended .box .weather .nextdays {
	background: url(/static/img/new/weatherbox-sidebar.png) -360px bottom no-repeat;
	width: 60px;
	height: 132px;
	float: left;
	position: relative;
	padding: 0 0 1px 0;
}

#weatherbox .wb_extended .box .weather .nextdays .icon {
	padding: 5px 0 0 0;	
}

#weatherbox .wb_extended .box .weather .weatherdata {
	width: 104px;
	position: absolute;
	left: 8px;
	top: 52px;
}

#weatherbox .wb_extended .box .weather .nextdays .weatherdata {
	width: 44px;	
}

#weatherbox .wb_extended .box .weather .weatherdata p {
	line-height: 21px;
	overflow: hidden;
	width: 104px;
}

#weatherbox .wb_extended .box .weather .nextdays .weatherdata p {
	line-height: 21px;
	padding: 0 0 3px 0;
	width: 44px;
}

#weatherbox .wb_extended .box .weather .weatherdata p .label {
	float: left;
	padding: 3px 0 0 0;
}

#weatherbox .wb_extended .box .weather .nextdays .weatherdata p .label {
	float: right;	
}

#weatherbox .wb_extended .box .weather .weatherdata p .degree {
	font-size: 24px;	
	float: right;
}

#weatherbox .wb_extended .box .regionselection {
	width: 222px;
	height: 19px;
	overflow: visible;
	padding: 2px 9px 0 9px;
	position: relative;
	z-index: 2;
}

#weatherbox .wb_extended .box .regionselection .customselectbox {
	background: #005a96;
	cursor: pointer;
	overflow: hidden;
	width: 222px;
}

#weatherbox .wb_extended .box .regionselection .actualselect {
	border-right: 1px solid #0082c8;
	overflow: hidden;
	padding: 1px 5px 2px 3px;
	width: 194px;
	height: 16px;
	float: left;
}

#weatherbox .wb_extended .box .regionselection .selectbutton {
	background: url(/static/img/new/screen-icons.png) -22px -40px no-repeat;
	float: left;
	width: 19px;
	height: 19px;
	overflow: hidden;
	cursor: pointer;
}

#weatherbox .wb_extended .box .regionselection .options {
	background: #005a96;
	border-top: 1px solid #0082c8;
	width: 222px;
	height: 170px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#weatherbox .wb_extended .box .regionselection .options a {
	display: block;
	width: 214px;
	height: 15px;
	overflow: hidden;
	margin: 0;
	padding: 1px 5px 2px 3px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #0082c8;
	cursor: pointer;
}

#weatherbox .wb_extended .box .regionselection .options a:hover {
	background: #0082c8;
}

#weatherbox .wb_extended .box .regionselection .options .id {
	display: none;	
}

#weatherbox .wb_extended .box .snowinfo {
	width: 230px;
	padding: 2px 0 14px 9px;
	overflow: hidden;
}

#weatherbox .wb_extended .box .snowinfo .col {
	border-left: 1px solid #0066a2;
	float: left;
	width: 69px;
	overflow: hidden;
	padding: 0 0 0 10px;
}

#weatherbox .wb_extended .box .snowinfo .col.first {
	border: none;
	padding: 0;	
}

#weatherbox .wb_extended .box .snowinfo .col .label {
	font-size: 12px;
	display: block;
	padding: 0 0 7px 0;
}

#weatherbox .wb_extended .box .snowinfo .col .data {
	font-size: 14px;
}
	
#weatherbox .wb_extended .box .graphinfo {
	padding: 0 9px 9px 9px;
}

#weatherbox .wb_extended .box .graphinfo a {
	display: block;	
	cursor: pointer;
}

#weatherbox .wb_extended .box .graphinfo p {
	border-top: 1px solid #0066a2;
	font-size: 14px;
	padding: 3px 0;
}

#weatherbox .wb_extended .box .graphinfo p .graphcontainer {
	padding: 4px 10px 0 0;
	width: 50px;
	display: block;
	float: left;
}

#weatherbox .wb_extended .box .graphinfo p .graphcontainer .graph {
	background: #004b7d;
	display: block;
	width: 50px;
	height: 7px;
	line-height: 0px;
	font-size: 0px;
}

#weatherbox .wb_extended .box .graphinfo p .graphcontainer .graph .percent {
	background: #fff;
	border-right: 1px solid #0082c8;
	display: block;
	height: 7px;
	line-height: 0px;
}
	
	
	
#weatherbox .wb_extended.teaser {
	background: url(/static/img/new/weatherbox-sidebar.png) -420px top repeat-y;
}

#weatherbox .wb_extendedcontainer_inner {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/new/box-shadow.png) left bottom repeat-x;
	width: 240px;
	padding: 0 0 3px 0;
	margin: 0 0 0 10px;	
}

#weatherbox .wb_extended .teaserboxes {
	padding: 0 0 0 10px;
}

#weatherbox .wb_extended .teaserboxes .smallteasers {
	margin: 0;	
}

#weatherbox .wb_extended .teaserboxes .teaser {
	border: none;	
	padding: 7px 10px 10px 0;
	width: 230px;
}

#weatherbox .wb_extended .teaserboxes .smallteasers .teaser .text {
	width: 100px;
}

#weatherbox .wb_extended .teaserboxes .smallteasers .teaser.onlytext .text {
	width: 230px;	
}

#weatherbox .wb_extended .teaserboxes .bigteasers .teaser .image,
#weatherbox .wb_extended .teaserboxes .bigteasers .teaser .image .videobtn {
	width: 230px;
	height: 153px;
}

#weatherbox .teaserboxes h3,
#weatherbox .teaserboxes a,
#weatherbox .teaserboxes a:hover {
	color: #fff;	
}
	
	
	
	
	
	
	
/* PORTALTEASER + WEATHERBOXTEASER
----------------------------------------- */
.teaserboxes h3 {
	color: #0074b6;
}

.teaserboxes a {
	text-decoration: none;
	color: #0074b6;
}

.teaserboxes a:hover {
	color: #f00000;
}

.teaserboxes .videobtn {
	background: url(/static/img/new/videobtn.png) center center no-repeat;
	display: block;
	position: absolute;
	cursor: pointer;
}

.teaserboxes .gotolink:hover h3,
.teaserboxes .gotolink:hover h3 a {
	color: #f00000;
}




/* small teaser */
.teaserboxes .smallteasers {
	margin: -1px 0 0 0;	
}

.teaserboxes .smallteasers .teaser {
	border-top: 1px solid #cdd7e1;
	width: 240px;
	height: 80px;
	padding: 10px;
	overflow: hidden;
}

.teaserboxes .smallteasers .teaser .image {
	width: 120px;
	height: 80px;
	padding: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

.teaserboxes .smallteasers .teaser .image .videobtn {
	width: 120px;
	height: 80px;
}

.teaserboxes .smallteasers .teaser .text {
	width: 110px;
	height: 86px;
	margin: -4px 0 0 0;
	float: left;
	overflow: hidden;
	position: relative;
}

.teaserboxes .smallteasers .teaser.onlytext .text {
	width: 240px;	
}

.teaserboxes .smallteasers .teaser .text h3 {
	font-size: 14px;
	line-height: 18px;
}

.teaserboxes .smallteasers .teaser.onlytext .text h3 {
	padding: 0 0 2px 0;
}

.teaserboxes .smallteasers .teaser .text .price {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 5px 0 0 0;
}

.teaserboxes .smallteasers .teaser .text .price .big {
	font-size: 24px;
}

.teaserboxes .smallteasers .teaser .text .price .big.red {
	color: #f00000;
}

.teaserboxes .linklist a {
	background: url(/static/img/new/arrows.png) 0 -1397px no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px 10px;
	display: inline-block;
}

.teaserboxes .linklist a.last {
	padding: 0 0 0 10px;
}

.teaserboxes .linklist a:hover {
	background-position: 0 -1497px;
	color: #f00000;
}

.teaserboxes .buttonlist {
		
}

.teaserboxes .buttonlist .button {
	width: 210px;
	margin: 0 0 5px 0;
	padding: 0 12px 0 0;
}

.teaserboxes .buttonlist .button .text {
	float: none;	
}

.teaserboxes ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.teaserboxes ul li {
	background: url(/static/img/new/arrows.png) left -494px no-repeat;
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 10px;
}


/* special hotel teaser */
.teaserboxes .bigteasers .teaser.hotel {
	
}

.teaserboxes .bigteasers .teaser.hotel .paragraph,
.teaserboxes .bigteasers .teaser.hotel .paragraph p {
	font-size: 14px;	
	line-height: 18px;
}

.teaserboxes .bigteasers .teaser.hotel .paragraph {
	padding: 0 0 15px 0;
}

.teaserboxes .bigteasers .teaser.hotel h3 {
	padding: 0 0 10px 0;	
}

.teaserboxes .bigteasers .teaser.hotel .text {
	width:auto !important;
}

.teaserboxes .bigteasers .teaser.hotel h3 {
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight: normal !important;
}

.teaserboxes .bigteasers .teaser.hotel .buttonlist .button .text {
	float:none !important;
	color:#fff !important;
	margin:0 !important;
}


/* big teaser */
.teaserboxes .bigteasers .teaser {
	width: 240px;
	padding: 10px;
}

.teaserboxes .bigteasers .teaser h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

.teaserboxes .bigteasers .teaser.onlytext h3 {
	padding: 0 0 4px 0;	
}

.teaserboxes .bigteasers .teaser .image {
	width: 240px;
	height: 160px;
	padding: 0 0 6px 0;
	overflow: hidden;
}

.teaserboxes .bigteasers .teaser .image .videobtn {
	width: 240px;
	height: 160px;
}

.teaserboxes .bigteasers .teaser .text .price {
	width: 240px;
	padding: 5px 0 0 0;
	text-align: right;
}

.teaserboxes .bigteasers .teaser .text .price .big {
	font-size: 24px;
}




/* form */
.teaserboxes .formular {
	
}

.teaserboxes .formular h3 {
	padding: 0 0 10px 0;	
}

.teaserboxes .formular p {
	overflow: hidden;
	padding: 0 0 5px 0;
	width: 240px;
	position: relative;
}

.teaserboxes .formular p.submitline {
	padding: 5px 0 0 0;	
}

.teaserboxes .formular label {
	width: 80px;
	padding: 0 10px 0 0;
	float: left;
}

.teaserboxes .formular input {
	border: 1px solid #c0cad4;
	color: #5d6267;
	width: 140px;
	height: 16px;
	padding: 1px 4px;
	float: left;
}

.teaserboxes .formular select {
	border: 1px solid #c0cad4;
	color: #5d6267;
	width: 150px;
	height: 20px;
	padding: 1px;
	float: left;	
}

.teaserboxes .formular select.small {
	width: 40px;	
}

.teaserboxes .formular .submitbtn {
	background: url(/static/img/new/buttons.png) right -90px no-repeat;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
}

.teaserboxes .formular .submitbtn input.submit {
	background: url(/static/img/new/buttons.png) left -90px no-repeat;
	border: none;
	color: #fff;
	font-weight: bold;
	width: auto;
	height: 22px;
	padding: 0 17px 3px 20px;
	cursor: pointer;
	display: block;
	float: left;
}

.teaserboxes .formular .submitbtn:hover {
	background-position: right -60px;	
}

.teaserboxes .formular .submitbtn:hover input.submit {
	background-position: left -60px;
}



.teaserboxes .formular .ui-datepicker-trigger {
	position: absolute;
	right: 0;
	top: 0;
}

.teaserboxes .teaser.map {
	height: auto;	
}

.teaserboxes .teaser.map h3 {
	padding: 0 0 7px 0;	
}	
	
	
	
	

/* --------------------------------------------------------------- */
/* HEADERIMAGE AREA ELEMENTS									   */
/* --------------------------------------------------------------- */

/* BRAND LOGO (region, village)
----------------------------------------- */
#brand {
	/*behavior: url(/static/js/iepngfix.htc);*/
	background: url(/static/img/new/brand_bg.png) left top no-repeat;
	width: 180px;
	height: 145px;
	padding: 0 0 0 20px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 900;
}

#brand img {
	/*behavior: url(/static/js/iepngfix.htc);*/
}







/* --------------------------------------------------------------- */
/* GENERAL ELEMENTS												   */
/* --------------------------------------------------------------- */

#textarea .contentblock input.submit,
#textarea .azform span input.submit,
#portalmap_control .leftframe .box .form input.submit,
#portalmap_control input.submit{
	background: #f00000 url(/static/img/new/arrows.png) 9px -795px no-repeat;
	border: 1px solid #f00000;
	color: #fff;
	cursor: pointer;
	line-height: 14px;
	overflow: visible;
	padding: 1px 14px 1px 24px;
}







/* --------------------------------------------------------------- */
/* FOOTER														   */
/* --------------------------------------------------------------- */

#footer {
	background: url(/static/img/new/footer_line.gif) left top repeat-x;		
	width: 1000px;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
}

#footer .footer_left {
	font-size: 11px;
	width: 755px;
	height: 28px;
	padding: 16px 0 0 20px;
	margin: 0;
	overflow: hidden;
	float: left;
	color: #5a6469;
}

#footer .footer_left a {
	color: #5a6469;
	text-decoration: none;	
}

#footer .footer_left a:hover {
	color: #f00000;
}

#footer .elementslogo {
	width: 155px;
	height: 40px;
	margin: 6px 0 0 0;
	padding: 0 20px 0 0;
	overflow: hidden;
	float: right;
}

#footer .elementslogo a  {
	background: url(/static/img/new/screen-icons.png) right -60px no-repeat;
	font-size: 11px;
	height: 14px;
	padding: 10px 30px 7px 0;
	color: #5a6469;
	text-decoration:none;
	overflow: hidden;
	display: block;
	width: 72px;
	float: right;
}

#footer .elementslogo a:hover {
	background: url(/static/img/new/screen-icons.png) right -90px no-repeat;
}



/* EXTRA LINKS (above footer)
----------------------------------------- */
#extralinks {
	background: url(/static/img/new/footer_line.gif) left top repeat-x;		
	width: 960px;
	padding: 17px 20px 15px 20px;
	overflow: hidden;
}

#extralinks .line {
	border-top: 1px solid #d7e1eb;
	overflow: hidden;
	padding: 6px 0 0 0;
	width: 960px;
}

#extralinks .line.first {
	border: none;	
}

#extralinks .line h3 {
	font-size: 14px;
	color: #5a6469;
	float: left;
	width: 200px;
	padding: 0 0 7px 0;
}

#extralinks .line .linkbox {
	float: left;
	width: 760px;
}

#extralinks a {
	margin: 0 0 7px 20px;
	color: #5a6469;
	text-decoration: none;
	float: left;
}

#extralinks a:hover {
	color: #f00000;
}










/*
#visitorsvoice {
	position:absolute;
	width:248px;
	height:144px;
	overflow:hidden;
	top:200px;
	left:450px;
}


#visitorsvoice .form {
	position:absolute;
	width:248px;
	height:144px;
	top:0;
	left:0;
	z-index:100;
}

#visitorsvoice .thx {
	position:absolute;
	top:60px;
	left:-10px;
	width:248px;
	text-align:center;
	font-size:18px;
	color:#283746;
	z-index:100;
}

#visitorsvoice .text {
	position:absolute;
	top:20px;
	left:-10px;
	width:248px;
	height:144px;
	z-index:2;
	text-align:center;
	color:#283746;
}

#visitorsvoice .text h2 {
	text-align:center;
	font-size:18px;
	padding:0 0 15px 0;
	color:#283746;
}

#visitorsvoice .text p {
	text-align:center;
}

#visitorsvoice select {
	position:absolute;
	top:90px;
	left:48px;
	z-index:2;
	width:145px;
}


#visitorsvoice .background {
	position:absolute;
	top:0;
	left:0;
	width:248px;
	height:144px;
	z-index:1;
}

#visitorsvoice .background img {
	/*behavior: url(/static/js/iepngfix.htc);*/
}

.ticketing_header {
	padding: 10px 0 0 20px;	
}

#ticketing {
	padding: 5px 20px 20px 20px !important;	
}

.invisible_link {
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
}







/* QUICKLINKS
----------------------------------------- */
#quicklinks_left {
	position: absolute;
	left: -10px;
	top: 283px;
	z-index: 500;
}

#quicklinks_right {
	position: absolute;
	right: -10px;
	top: 283px;
	z-index: 500;
}

.quicklinks .link {
	background: url(/static/img/new/quicklink-icons.png) 0 0 no-repeat;
	width: 40px;
	height: 49px;
	margin: 0 0 -4px 0;
}

.quicklinks .link a {
	background: url(/static/img/new/quicklink-icons.png) 0 -50px no-repeat;
	width: 40px;
	height: 40px;
	display: block;
}

.quicklinks .link a.compass { background-position: 0 -50px; }
.quicklinks .link a.tv { background-position: 0 -90px; }


.quicklinks .link.facebook {
	background-position:0 -130px;
}

.quicklinks .link.youtube {
	background-position:0 -179px;
}

.quicklinks .link.flickr {
	background-position:0 -228px;
}

.quicklinks .link a.social {
	background:none;
}

/* NEW TEASERBOXES */

.newteaser {
    width: 180px;
    float: left;
    margin: 15px 10px 0 0;
	position:relative;
}

.newteaser.nomargin {
    margin: 15px 0 0 0;
}

.newteaser .head {
    background: url(/static/img/newteaser_head.png) repeat-y;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #004483;
    line-height: 20px;
}

.newteaser .body {
    background: #e7e7e7;
    overflow: hidden;
    border-bottom: 1px solid #d8d6d7;
    padding: 5px 10px 5px 10px;
}

.newteaser .tickets {
    background: #c4dbe9;
    overflow: hidden;
    border-top: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    height: 100%;
}

.newteaser .tickets span.headline {
    color: #005c97;
    font-weight: bold;
    font-size: 14px;
}

.newteaser .tickets div.line {
    float: left;
    clear: left;
    height: 24px;
    width: 100%;
}

.newteaser .tickets div.line.button {
    height: 34px;
}


.newteaser .tickets form div.line label {
    float: left;
    width: 60px;
}


.newteaser .tickets form div.line input.datepicker {
    border: 1px solid #D7E1EB;
    float: left;
    height: 13px;
    margin: 0;
    padding: 3px 0 2px 2px;
    width: 70px;
}

.newteaser .tickets form div.line select {
    float: left !important;
    height: 18px;
    width: 50px;
    border: none;
    clear: none;
    display: inline;
}

.newteaser .tickets form div.line img {
    cursor: pointer;
    float: left;
}

.newteaser .tickets form div.line span.t_button {
    background: url("/static/img/newteaser_button_bg.png") repeat-x scroll left top transparent;
    color: #283746;
    float: left;
    height: 27px;
    margin: 5px 0 10px 0;
    width: 100%;
}

.newteaser .tickets form div.line span.t_button .t_submit {
    background: url("/static/img/newteaser_button_symbol.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    overflow: visible;
    padding: 3px 10px 3px 35px;
    font-size: 11px;
    height: 23px;
    line-height: 23px;
}

.newteaser .pricebadge {
	z-index:10000;
	position:absolute;
	right:-10px;
	top:45px;
	background:url(/static/img/pricebadge.png) top left no-repeat;
	width:46px;
	height:46px;
	color:#FFF;
	padding:7px 9px 7px 5px;
}

.newteaser .pricebadge .line {
	text-align:center;
	margin-top:-3px;
	font-size:10px;
}

.newteaser .pricebadge .big {
	font-size:14px;
	font-weight:bold;
}

.newteaser .pricebadge .line .big {
	
}




