/* content.css
------------------------------------------------------------------------


--------------------------------------------------------------------- */

/* Allgemeien Auflistung */
@import url("list.css");

#content {
	width: 1000px;
	overflow: hidden;
	padding: 0;
}

/* Inhaltsbereich links */
#content_left {
	width: 760px;
	overflow: hidden;
	padding: 378px 0 0 0;
	float: left;
}

#content_left.short {
	padding: 278px 0 0 0;
}

#content_left #contentarea {
	background: #f0f5f8;
	width: 760px;
	overflow: hidden;
	padding: 0 0 18px 0;
}


/* Subnavigation (contentarea)
---------------------------------------------------------------------- */
#subnavigation {
	background: url(../img/sportwelt/subnav_bg.gif) left top no-repeat;
	width: 190px;
	overflow: hidden;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}


#subnavigation ul {
	list-style: none;
	background: url(../img/subnav_doubleline.gif) left bottom repeat-x;
	width: 180px;
	overflow: hidden;
	padding: 0 0 2px 0;
}

#subnavigation ul li {
	width: 180px;
	overflow: hidden;
	padding: 0;
}

#subnavigation ul li a {
	text-decoration: none;
	cursor: pointer;
}


#subnavigation ul li em {
	font-style:normal;
	text-transform: uppercase;
	color: #283746;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 20px 5px 8px 10px;
	display: block;
	width: 165px;
}

#subnavigation ul li span.em {
	padding: 8px 5px 8px 10px;
	display: block;
	width: 165px;
}


/* Ebene 2*/
#subnavigation ul li.active ul {
	background: none;
	list-style: none;
	width: 180px;
	overflow: hidden;
	padding: 0;
}

#subnavigation ul li.active ul li {
	background: url(../img/subnav_doubleline.gif) left top repeat-x;
	width: 180px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

#subnavigation ul li.active ul li a {
	background: url(../img/subnav_arrow.gif) 3px 7px no-repeat;
	width: 162px;
	overflow: hidden;
	padding: 3px 5px 2px 13px;
	text-decoration: none;
	color: #283746;
	font-weight: normal;
	display: block;
}

#subnavigation ul li.active ul li a:hover {
	background: url(../img/subnav_arrow_hover.gif) 3px 7px no-repeat;
	width: 162px;
	overflow: hidden;
	padding: 3px 5px 2px 13px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}

#subnavigation ul li.active ul li.active a.active  {
	background: url(../img/sportwelt/active_level_1.gif) left top no-repeat;
	width: 162px;
	overflow: hidden;
	padding: 3px 5px 2px 13px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}


/* Ebene 3*/
#subnavigation ul li.active ul li.active ul {
	background: url(../img/sportwelt/list_line.gif) left top repeat-y;
	list-style: none;
	width: 179px;
	overflow: hidden;
	padding: 0 0 0 1px;
}

#subnavigation ul li.active ul li.active ul li {
	background: url(../img/subnav_doubleline.gif) left top repeat-x;
	width: 179px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

#subnavigation ul li.active ul li.active ul li a {
	background: url(../img/subnav_arrow.gif) 9px 7px no-repeat;
	width: 152px;
	overflow: hidden;
	padding: 3px 5px 2px 22px;
	text-decoration: none;
	color: #283746;
	font-weight: normal;
	display: block;
}

#subnavigation ul li.active ul li.active ul li a:hover, #subnavigation ul li.active ul li.active ul li.active a.active  {
	background: url(../img/subnav_arrow.gif) 9px 7px no-repeat;
	width: 152px;
	overflow: hidden;
	padding: 3px 5px 2px 22px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}


/* Ebene 4*/
#subnavigation ul li.active ul li.active ul li.active ul {
	background: none;
	list-style: none;
	width: 179px;
	overflow: hidden;
	padding: 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li {
	background: url(../img/subnav_doubleline.gif) left top repeat-x;
	width: 179px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li a {
	background: url(../img/subnav_arrow.gif) 16px 7px no-repeat;
	width: 146px;
	overflow: hidden;
	padding: 3px 5px 2px 28px;
	text-decoration: none;
	color: #283746;
	font-weight: normal;
	display: block;
}

#subnavigation ul li.active ul li.active ul li.active ul li a:hover, #subnavigation ul li.active ul li.active ul li.active ul li.active a.active  {
	background: url(../img/subnav_arrow.gif) 16px 7px no-repeat;
	width: 146px;
	overflow: hidden;
	padding: 3px 5px 2px 28px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}

/* Ebene 5*/
#subnavigation ul li.active ul li.active ul li.active ul li.active ul {
	background: none;
	list-style: none;
	width: 179px;
	overflow: hidden;
	padding: 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li {
	background: url(../img/subnav_doubleline.gif) left top repeat-x;
	width: 179px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li a {
	background: url(../img/subnav_arrow.gif) 23px 7px no-repeat;
	width: 139px;
	overflow: hidden;
	padding: 3px 5px 2px 35px;
	text-decoration: none;
	color: #283746;
	font-weight: normal;
	display: block;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li a:hover, #subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active a.active  {
	background: url(../img/subnav_arrow.gif) 23px 7px no-repeat;
	width: 139px;
	overflow: hidden;
	padding: 3px 5px 2px 35px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}


/* Ebene 6 */
#subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active ul {
	background: none;
	list-style: none;
	width: 179px;
	overflow: hidden;
	padding: 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active ul li {
	background: url(../img/subnav_doubleline.gif) left top repeat-x;
	width: 179px;
	overflow: hidden;
	padding: 1px 0 0 0;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active ul li a {
	background: url(../img/subnav_arrow.gif) 30px 7px no-repeat;
	width: 132px;
	overflow: hidden;
	padding: 3px 5px 2px 42px;
	text-decoration: none;
	color: #283746;
	font-weight: normal;
	display: block;
}

#subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active ul li a:hover, #subnavigation ul li.active ul li.active ul li.active ul li.active ul li.active ul li.active a.active  {
	background: url(../img/subnav_arrow.gif) 30px 7px no-repeat;
	width: 132px;
	overflow: hidden;
	padding: 3px 5px 2px 42px;
	text-decoration: none;
	color: #283746;
	font-weight: bold;
	display: block;
}


/* Subnavigation Regionsfarben */

#subnavigation.gastein {
	background: url(../img/gastein/subnav_bg.gif) left top no-repeat;
}
#subnavigation.gastein ul li.active ul li.active a.active  {
	background: url(../img/gastein/active_level_1.gif) left top no-repeat;
}
#subnavigation.gastein ul li.active ul li.active ul {
	background: url(../img/gastein/list_line.gif) left top repeat-y;
}


#subnavigation.schladming {
	background: url(../img/schladming_dachstein/subnav_bg.gif) left top no-repeat;
}
#subnavigation.schladming ul li.active ul li.active a.active  {
	background: url(../img/schladming_dachstein/active_level_1.gif) left top no-repeat;
}
#subnavigation.schladming ul li.active ul li.active ul {
	background: url(../img/schladming_dachstein/list_line.gif) left top repeat-y;
}


#subnavigation.hochkoenig {
	background: url(../img/hochkoenig/subnav_bg.gif) left top no-repeat;
}
#subnavigation.hochkoenig ul li.active ul li.active a.active  {
	background: url(../img/hochkoenig/active_level_1.gif) left top no-repeat;
}
#subnavigation.hochkoenig ul li.active ul li.active ul {
	background: url(../img/hochkoenig/list_line.gif) left top repeat-y;
}


#subnavigation.grossarl {
	background: url(../img/grossarl/subnav_bg.gif) left top no-repeat;
}
#subnavigation.grossarl ul li.active ul li.active a.active  {
	background: url(../img/grossarl/active_level_1.gif) left top no-repeat;
}
#subnavigation.grossarl ul li.active ul li.active ul {
	background: url(../img/grossarl/list_line.gif) left top repeat-y;
}


/* Inhaltsbereich
----------------------------------------------------------------------------*/
#textarea {
	background: #fff url(../img/textarea_shadow.gif) left bottom no-repeat;
	width: 560px;
	overflow: hidden;
	padding: 0 0 17px 0;
	float: left;
}

#textarea h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	color: #283746;
	width: 520px;
	padding: 15px 0 0 20px;
	overflow: hidden;
}

#textarea span.h1 {
	width: 520px;
	padding: 15px 0 0 20px;
	overflow: hidden;
	display: block;
}


#textarea a {
	text-decoration: none;
	color: #006eaf;
}

#textarea a:hover {
	text-decoration: none;
	color: #f00000;
	font-size: 11px;
}

/* Wetterblock Inhaltsbereich */
#textarea .weatherinfo {
	background: url(../img/content_weatherbox_bg.png) left top no-repeat;
	width: 560px;
	height: 131px;
	overflow: hidden;
}

#textarea .weatherinfo .weather_today {
	width: 190px;
	height: 131px;
	overflow: hidden;
	float: left;
	position: relative;
}

#textarea .weatherinfo .weather_today .icon {
	width: 135px;
	height: 131px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#textarea .weatherinfo .weather_today .label {
	width: 115px;
	overflow: hidden;
	color: #fff;
	padding: 10px 0 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}


#textarea .weatherinfo .weather_today .temperatures {
	width: 60px;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 57px;
	z-index: 5;
}

#textarea .weatherinfo .weather_today .temperatures em {
	font-style:normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 11px 2px 0;
	display: block;
	text-align: right;
}

#textarea .weatherinfo .weather_today .temperatures span.em {
	height: 20px;
	padding: 2px 11px 2px 0;
	display: block;
	text-align: right;
}


#textarea .weatherinfo .weather_today .icon img {
	behavior: url(static/js/iepngfix.htc);
}


#textarea .weatherinfo .next_days {
	width: 168px;
	height: 131px;
	overflow: hidden;
	float: left;
}

#textarea .weatherinfo .next_days .dayweather {
	width: 78px;
	height: 100px;
	overflow: hidden;
	float: left;
}

#textarea .weatherinfo .next_days .dayweather .datelabel {
	width: 68px;
	height: 21px;
	overflow: hidden;
	color: #fff;
	padding: 10px 0 0 10px;
}

#textarea .weatherinfo .next_days .dayweather .iconsmall {
	width: 74px;
	height: 64px;
	overflow: hidden;
	color: #fff;
	padding: 5px 0 0 4px;
}

#textarea .weatherinfo .next_days .dayweather .iconsmall img {
	behavior: url(static/js/iepngfix.htc);
}

#textarea .weatherinfo .next_days .panolink {
	width: 155px;
	height: 14px;
	padding: 4px 0 0 10px;
	overflow: hidden;
	float: left;
}

#textarea .weatherinfo .next_days .panolink a {
	background: url(../img/arrow_doublewhite.gif) left 4px no-repeat;
	padding: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
}

#textarea .weatherinfo .current_values {
	width: 190px;
	height: 131px;
	padding: 0 0 0 10px;
	overflow: hidden;
	float: left;
}

#textarea .weatherinfo .current_values .label {
	width: 190px;
	height: 21px;
	overflow: hidden;
	color: #fff;
	padding: 10px 0 0 0;
}

#textarea .weatherinfo .current_values table {
	width: 171px;
	padding: 0;
	overflow: hidden;
	border-collapse: collapse;
	margin: 10px 0 0 2px;
}

#textarea .weatherinfo .current_values table th {
	font-weight: normal;
	color: #fff;
	padding: 3px 0;
}

#textarea .weatherinfo .current_values table th.th_right {
	text-align: right;
}

#textarea .weatherinfo .current_values table td {
	font-weight: normal;
	color: #fff;
	padding: 3px 0;
}

#textarea .weatherinfo .current_values table td.pos {
	width: 40px;
}

#textarea .weatherinfo .current_values table td.sea_level {
	width: 37px;
	color: #82afc8;
	text-align: right;
}

#textarea .weatherinfo .current_values table td.temp {
	width: 41px;
	font-weight: bold;
	text-align: right;
}

#textarea .weatherinfo .current_values table td.snow_depth {
	text-align: right;
}


/* Links unter der Wetterbox */
#textarea .additional_links {
	width: 560px;
	height: 20px;
	overflow: hidden;
	margin: 0;
}

#textarea .additional_links a {
	background: #005a96 url(../img/linkbutton_bg.gif) left top no-repeat;
	display: block;
	width: 149px;
	overflow: hidden;
	color: #fff;
	line-height: 14px;
	padding: 3px 10px 3px 31px;
	text-decoration: none;
	float: left;
}

#textarea .additional_links a:hover {
	color: #fff;
}

#textarea .additional_links a.last {
	width: 139px;
}


/* Contentblock */
#textarea .contentblock {
	/*width: 540px;*/
	width: 520px;
	overflow: hidden;
	/*padding: 0 0 0 20px;*/
	padding: 0 20px;
	margin: 10px 0 0 0;
	color: #283746;
}

#textarea .contentblock.noimage {
	width: 520px;
	padding: 0 20px;
}

#textarea .contentblock h2 {
	/*width: 520px;*/
	overflow: hidden;
	padding: 2px 0 5px 0;
	color: #283746;
}

#textarea .contentblock .img_block {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
	
	background: #fff;
}

#textarea .contentblock .img_block .b_img {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}

#textarea .contentblock .img_block .b_img a {
	width: 180px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	position: relative;
}

#textarea .contentblock .img_block .b_img a .zoom {
	background: url(../img/zoom.gif) left top no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#textarea .contentblock .img_block .b_img a:hover .zoom {
	background: url(../img/zoom_hover.gif) left top no-repeat;
}


#textarea .contentblock ul {
	list-style: none;
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
}

#textarea .contentblock ul li {
	list-style: none;
	overflow: hidden;
	background: url(../img/arrow_blue.gif) left 4px no-repeat;
	padding: 0 0 0 10px;
}

#textarea .contentblock p.linkbox {
}

#textarea .contentblock .col1 {
	width:250px;
	margin-right:9px;
	padding:0 10px 0 0;
	border-right:1px solid #f0f5f8;
	float:left;
}

#textarea .contentblock .col2 {
	width:250px;
	float:left;
}

#textarea .contentblock p {
	display:inline;
}


/* Skipreise (Tabelle) */

#textarea .contentblock .fee {
	background: #f0f5f8;
	margin: 10px 0;
	padding: 10px;
	width: 500px;
	overflow: hidden;
}
#textarea .contentblock .fee table {
	border-collapse: collapse;
	width: 100%;
}
#textarea .contentblock .fee th { 
	padding: 5px 0;
	vertical-align: top;
}
#textarea .contentblock .fee td { 
	padding: 1px 0;
	vertical-align: top;
	border-top: solid 1px #d7e1eb;
}


/* Lifte/Pisten in Betrieb */
#textarea .lifts_slopes {
	width: 520px;
	overflow: hidden;
	padding: 0 20px;
}

#textarea .lifts_slopes .header {
	width: 520px;
	height: 20px;
	overflow: hidden;
}

#textarea .lifts_slopes .header .village_label {
	width: 302px;
	height: 14px;
	padding: 3px 10px 3px 0;
	overflow: hidden;
	color: #283746;
	font-weight: bold;
	float: left;
}

#textarea .lifts_slopes .header .lifts {
	background: #f00000;
	width: 89px;
	height: 14px;
	padding: 3px 5px 3px 10px;
	overflow: hidden;
	color: #fff;
	float: left;
}

#textarea .lifts_slopes .header .slopes {
	background: #0082c8;
	width: 89px;
	height: 14px;
	padding: 3px 5px 3px 10px;
	overflow: hidden;
	color: #fff;
	float: left;
}

#textarea .lifts_slopes .entry {
	width: 520px;
	height: 20px;
	overflow: hidden;
}

#textarea .lifts_slopes .entry.dark {
	background: #f0f5f8;
}

#textarea .lifts_slopes .entry a {
	background: url(../img/arrow_blue.gif) left 4px no-repeat;
	padding: 0 0 0 10px;
	line-height: 14px;
	text-decoration: none;
	color: #006eaf;
}

#textarea .lifts_slopes .entry a:hover {
	background: url(../img/arrow_red.gif) left 4px no-repeat;
	color: #f00000;
}


#textarea .lifts_slopes .entry .village {
	width: 291px;
	height: 14px;
	padding: 3px 10px;
	border-right: 1px solid #fff;
	overflow: hidden;
	float: left;
}

#textarea .lifts_slopes .entry .open {
	width: 39px;
	height: 14px;
	color: #323c46;
	border-left: 1px solid #dde3e3;
	border-right: 1px solid #fff;
	padding: 3px 8px 3px 0;
	overflow: hidden;
	text-align: right;
	float: left;
}

#textarea .lifts_slopes .entry .percent {
	width: 45px;
	height: 14px;
	color: #323c46;
	border-left: 1px solid #dde3e3;
	border-right: 1px solid #fff;
	padding: 3px 8px 3px 0;
	overflow: hidden;
	text-align: right;
	float: left;
}

#textarea .lifts_slopes .entry .percent_end {
	width: 46px;
	height: 14px;
	color: #323c46;
	border-left: 1px solid #dde3e3;
	padding: 3px 8px 3px 0;
	overflow: hidden;
	text-align: right;
	float: left;
}

#textarea .lifts_slopes .sum {
	width: 208px;
	height: 20px;
	padding: 0 0 0 312px;
	overflow: hidden;
}

#textarea .lifts_slopes .sum .lifts {
	background: #f00000;
	width: 104px;
	height: 20px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	float: left;
}

#textarea .lifts_slopes .sum .slopes {
	background: #0082c8;
	width: 104px;
	height: 20px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	float: left;
}

#textarea .lifts_slopes .sum .open {
	width: 41px;
	height: 14px;
	color: #fff;
	padding: 3px 8px 3px 0;
	overflow: hidden;
	text-align: right;
	float: left;
}

#textarea .lifts_slopes .sum .percent {
	width: 47px;
	height: 14px;
	color: #fff;
	padding: 3px 8px 3px 0;
	overflow: hidden;
	text-align: right;
	float: left;
}



/* Skigebiet Details */
#textarea #liftbox, #textarea #pistenbox, #textarea #seasoninfobox {
	width: 520px;
	overflow: hidden;
	padding: 5px 20px 0 20px;
	margin: 10px 0 0 0;
}


#textarea #season_end, #textarea #season_start {
	width: 520px;
	overflow: hidden;
	padding: 5px 20px 0 20px;
	margin: 0;
}

#textarea #liftbox h2, #textarea #pistenbox h2, #textarea #seasoninfobox h2 {
	width: 520px;
	overflow: hidden;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #283746;
}

#textarea .openinfo {
	background: #f0f5f8;
	margin: 10px 0 0 0;
	padding: 10px;
}

#textarea .openinfo table {
	border-collapse: collapse;
	width: 100%;
}

#textarea .openinfo tr.info1 {
	background: #D2E6BE;
}

/*#textarea .openinfo tr.info2 {
	background: #EDEDCF;
}*/


#textarea .openinfo td {
	padding: 2px 5px 2px 5px;
	border-top: solid 1px #d7e1eb;
}

#textarea .openinfo th {
	padding: 2px 5px 2px 20px;
	border-top: solid 1px #d7e1eb;
	text-align: left;
}

#textarea .openinfo td {
	padding: 2px 5px 2px 5px;
}

#textarea .openinfo tr.info1 td {
	border-top: solid 1px #B4C8A5;
}

#textarea .openinfo tr.info1 th {
	border-top: solid 1px #B4C8A5;
}
/*#textarea .openinfo tr.info2 td {
	border-top: solid 1px #DCDCAF;
}
#textarea .openinfo tr.info2 th {
	border-top: solid 1px #DCDCAF;
}*/

#textarea .openinfo td.icon {
	padding: 0;
}

#textarea .openinfo thead td, #textarea .openinfo thead th {
	color: #647382;
	border-top: solid 0;
	border-bottom: solid 2px #d7e1eb;
}

#textarea .openinfo thead b {
	color: #000;
}

#textarea .openinfo tr.space td { 
	height: 10px; 
	border: none; 
}


#textarea .button_block {
	width:520px;
	height:30px;
	margin:0 0 0 20px;
}

#textarea .button_block a {
	width:22px;
	height:30px;
	float:left;
	margin:0 15px 0 0;
}

#textarea .button_block a.rental {
	background:url(../img/regionIcons/ski.gif);
}

#textarea .button_block a.rental:hover {
	background:url(../img/regionIcons/ski_active.gif);
}

#textarea .button_block a.skiticket {
	background:url(../img/regionIcons/ticket.gif);
}

#textarea .button_block a.skiticket:hover {
	background:url(../img/regionIcons/ticket_active.gif);
}


#textarea .button_block a.hotel {
	background:url(../img/regionIcons/hotel.gif);
}

#textarea .button_block a.hotel:hover {
	background:url(../img/regionIcons/hotel_active.gif);
}

#textarea .button_block a.skischool {
	background:url(../img/regionIcons/school.gif);
}

#textarea .button_block a.skischool:hover {
	background:url(../img/regionIcons/school_active.gif);
}

#textarea .button_block a.panorama {
	background:url(../img/regionIcons/pano.gif);
}

#textarea .button_block a.panorama:hover {
	background:url(../img/regionIcons/pano_active.gif);
}

#textarea .button_block a.parking {
	background:url(../img/regionIcons/parking.gif);
}

#textarea .button_block a.parking:hover {
	background:url(../img/regionIcons/parking_active.gif);
}

#textarea .button_block .hovertext {
	display:block;
	float:left;
	padding:4px 0 0 10px;
	color:#5a6978;
}

#textarea .resort_business, #textarea .opened_overview {
	width:500px;
	background:#f0f5f8;
	padding:10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
}

#textarea .opened_overview h2 {
	padding:0 0 6px 0;
}

#textarea .opened_overview th {
	color:#5a6978;
	font-weight:normal;
	border-bottom:2px solid #d7e1eb;
	padding:0 0 2px 0;
	margin:0 0 3px 0;
}

#textarea .opened_overview .verticalline {
	border-left:1px solid #d7e1eb;
}

#textarea .opened_overview table table td {
	border-bottom:1px solid #d7e1eb;
	padding:2px 0 2px 0;
}

/* Skigebiete Übersicht */

#textarea .skiregion_total {
	width: 520px;
	overflow: hidden;
	padding: 5px 20px;
	margin: 0;
}

#textarea .skiregion_total h2 {
	width: 520px;
	overflow: hidden;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #283746;
	margin: 0 0 5px 0;
}


#textarea .skiregions_details {
	width: 520px;
	overflow: hidden;
	padding: 5px 20px;
	margin: 10px 0 0 0;
}

#textarea .skiregions_details h2 {
	width: 520px;
	overflow: hidden;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #283746;
	margin: 0 0 5px 0;
}


#textarea .skiregion {
	background: #f0f5f8;
	width: 510px;
	overflow: hidden;
	padding: 5px;
	margin: 0 0 10px 0;
}

#textarea .skiregion table {
	border-collapse: collapse;
	border: 0; 
	overflow: hidden;
}

#textarea .skiregion th {
	padding: 2px 5px 3px 5px;
	vertical-align: top;
	font-weight: normal;
	color: #647382;
	border-bottom: solid 1px #d2dade;
}

#textarea .skiregion th.area_head {
	padding: 2px 5px 3px 5px;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 1px #d2dade;
}

#textarea .skiregion td {
	padding: 2px 5px 3px 5px;
	vertical-align: top; 
	border-top: solid 1px #d2dade;
	color: #283746;
}

#textarea .skiregion td.border_right, #textarea .skiregion th.border_right {
	border-right: solid 1px #d2dade;
}

#textarea .skiregion th.fix, #textarea .skiregion thead th.fix, #textarea .skiregion td.fix, #textarea .skiregion thead th.fix {
	width: 55px;
}

#textarea .skiregion th.weatherIcon {
	padding:5px 0 3px 0;
	background: #FFFFFF;
}

#textarea .skiregion td.index {
	width: 45px;
}



#textarea .skiregion span.index100 {
	background: #B9C8D2;
	display: block;
	width: 100px; height: 8px;
	overflow: hidden;
	margin: 3px 0 0 0;
}
#textarea .skiregion span.indexLift {
	background: #B9C8D2;
	display: block;
	width: 100px; height: 8px;
}
#textarea .skiregion span.indexLifte {
	background: #669900;
	display: block;
	height: 8px;
}
#textarea .skiregion span.indexPisten {
	background: #0A82BE;
	display: block;
	height: 8px;
}

/* Kontaktformular */
#textarea #contactform {
	width: 540px;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

#textarea #contactform form {
	background: #f0f5f8;
	overflow: hidden;
	width: 530px;
	padding: 10px 0 10px 10px;
}

#textarea #contactform .left {
	width: 240px;
	overflow: hidden;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
}

#textarea #contactform .left .contact_block {
	width: 240px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea #contactform .left .contact_block label {
	display: block;
	width: 235px;
	padding: 2px 5px 2px 0;
	color: #283746;
}

#textarea #contactform .left .contact_block p {
	overflow: hidden;
	width: 240px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea #contactform .left .contact_block p span {
	overflow: hidden;
	padding: 0 0 0 10px;
	color: #283746;
}

#textarea #contactform .left .contact_block select {
	width: 240px;
	border: 1px solid #fff;
}

#textarea #contactform .left .contact_block input {
	width: 100px;
	border: 1px solid #fff;
	padding: 1px 5px;
}


#textarea #contactform .left .contact_block input.check {
	width: 13px;
	height: 13px;
}


#textarea #contactform .right {
	width: 260px;
	overflow: hidden;
	padding: 0;
	margin: 45px 0 0 0;
	float: left;
}

#textarea #contactform .right .contact_block {
	width: 260px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 4px 0;
}

#textarea #contactform .right .contact_block label {
	display: block;
	width: 55px;
	padding: 2px 5px 2px 0;
	color: #283746;
	float: left;
}

#textarea #contactform .right .contact_block select {
	width: 187px;
	border: 1px solid #fff;
}

#textarea #contactform .right .contact_block input {
	width: 175px;
	border: 1px solid #fff;
	padding: 1px 5px;
}


#textarea #contactform .comment {
	width: 530px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

#textarea #contactform .comment label {
	display: block;
	width: 525px;
	padding: 2px 5px 2px 0;
	color: #283746;
}

#textarea #contactform .comment textarea {
	width: 308px;
	border: 1px solid #fff;
	padding: 1px 5px;
	color: #283746;
	overflow: auto;
}

#textarea #contactform .contact_submit {
	width: 520px;
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 0;
	float: left;
}

#textarea #contactform .contact_submit input.submit {
	background:#F00000 url(../img/arrow_search.gif) no-repeat scroll 9px 4px;
	border:1px solid #F00000;
	color:#FFFFFF;
	cursor:pointer;
	line-height:14px;
	overflow:visible;
	padding:1px 14px 1px 24px;
}


/* Panorama Subteaser (unter Panorama Flashes) 
---------------------------------------------------------------------- */
#flashpanorama_teaser_container {
	background: url(../img/flashpanorama_teaser_bg.png) 25px top no-repeat;
	width: 775px;
	height: 165px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#flashpanorama_teaser_container h3 {
	height: 16px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 9px 0 8px 0;
	font-weight: normal;
	text-transform: uppercase;
}

#flashpanorama_teaser_container span.h3 {
	height: 16px;
	overflow: hidden;
	padding: 9px 0 8px 0;
	display: block;
}

/* Wetter Flashpanoteaser */
#flashpanorama_teaser_container .fp_weatherdata {
	width: 181px;
	height: 165px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#flashpanorama_teaser_container .fp_weatherdata h3 {
	width: 161px;
	padding: 9px 20px 8px 20px;
}

#flashpanorama_teaser_container .fp_weatherdata span.h3 {
	width: 161px;
	padding: 9px 20px 8px 20px;
}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather {
	width: 181px;
	height: 132px;
	overflow: hidden;
	padding: 0;
	color: #fff;
}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather .today {
	width: 71px;
	height: 132px;
	overflow: hidden;
	padding: 0 0 0 19px;
	float: left;
}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather .tomorrow {
	width: 83px;
	height: 132px;
	overflow: hidden;
	padding: 0 0 0 7px;
	float: left;
}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather .date {
	width: 61px;
	height: 18px;
	color: #fff;
	padding: 17px 0 0 4px;

}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather .icon {
	width: 65px;
	height: 49px;
	overflow: hidden;
	padding: 0;
}

#flashpanorama_teaser_container .fp_weatherdata .fp_weather .icon img {
	behavior: url(static/js/iepngfix.htc);
}



/* Lift und Pisteninfo Flashpanoteaser */
#flashpanorama_teaser_container .fp_skiinofdata {
	width: 195px;
	height: 165px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#flashpanorama_teaser_container .fp_skiinofdata h3 {
	width: 165px;
	padding: 9px 15px 8px 15px;
}

#flashpanorama_teaser_container .fp_skiinofdata span.h3 {
	width: 165px;
	padding: 9px 15px 8px 15px;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo {
	width: 180px;
	height: 115px;
	overflow: hidden;
	padding: 17px 0 0 15px;
	color: #fff;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .indicator {
	width: 114px;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 8px;
	margin: 0 0 5px 0;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .indicator label {
	display: block;
	width: 34px;
	height: 14px;
	overflow: hidden;
	padding: 0 2px 0 0;
	float: left;
	color: #fff;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .indicator .graph {
	width: 29px;
	height: 14px;
	overflow: hidden;
	padding: 0;
	margin: 0 7px 0 0;
	float: left;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .indicator .graph img {
	margin: 3px 0 0 0;
}


#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .indicator .percent {
	width: 40px;
	height: 14px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo .snowdepth {
	width: 114px;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 8px;
	margin: -2px 0 4px 0;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo a {
	background: url(../img/arrow_doublewhite.gif) left 4px no-repeat;
	padding: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 8px;
	overflow: hidden;
}

#flashpanorama_teaser_container .fp_skiinofdata .fp_snowinfo a:hover {
	color: #fff;
	text-decoration: none;
}

/* Regionstext Flashpanoteaser*/
#flashpanorama_teaser_container .fp_regioninfo {
	width: 208px;
	height: 165px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#flashpanorama_teaser_container .fp_regioninfo h3 {
	width: 178px;
	padding: 9px 15px 8px 15px;
}

#flashpanorama_teaser_container .fp_regioninfo span.h3 {
	width: 178px;
	padding: 9px 15px 8px 15px;
}

#flashpanorama_teaser_container .fp_regioninfo .regiontext {
	width: 178px;
	height: 112px;
	overflow: hidden;
	padding: 17px 15px 0 15px;
	color: #fff;
}

/* Urlaubsplaner Flashpanoteaser*/
#flashpanorama_teaser_container .fp_holidayplaner {
	width: 190px;
	height: 165px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#flashpanorama_teaser_container .fp_holidayplaner h3 {
	width: 160px;
	padding: 9px 11px 8px 19px;
}

#flashpanorama_teaser_container .fp_holidayplaner span.h3 {
	width: 160px;
	padding: 9px 11px 8px 19px;
}

#flashpanorama_teaser_container .fp_holidayplaner .fp_rubric {
	width: 160px;
	height: 14px;
	overflow: hidden;
	padding: 17px 15px 0 15px;
	color: #fff;
	font-weight: bold;
}

#flashpanorama_teaser_container .fp_holidayplaner .fp_links {
	width: 160px;
	height: 86px;
	overflow: hidden;
	padding: 5px 15px 0 15px;
}

#flashpanorama_teaser_container .fp_holidayplaner .fp_links a {
	display: block;
	background: url(../img/arrow_doublewhite.gif) left 6px no-repeat;
	width: 145px;
	padding: 2px 0 2px 15px;
	color: #fff;
	text-decoration: none;
	margin: 0 0 2px 0;
	overflow: hidden;
}

#flashpanorama_teaser_container .fp_holidayplaner .fp_links a:hover {
	color: #fff;
	text-decoration: none;
}


/* Sidebar (Rechts) 
---------------------------------------------------------------------- */
#sidebar {
	width: 240px;
	overflow: hidden;
	padding: 376px 0 0 0;
	float: left;
	position: relative;
}


#sidebar #weatherbox {
	width: 240px;
	height: 128px;
	overflow: hidden;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 100;
}

#sidebar #linkbuttons {
	width: 240px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	top: 378px;
	left: 1px;
	z-index: 200;
}

#sidebar #webcams {
	background: #005a96;
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 400;
}

#sidebar #flashmap {
	background: url(../img/sidebar_doubleline.gif) left top repeat-x;
	width: 240px;
	height: 199px;
	padding: 2px 0 0 0;
	overflow: hidden;
}

/* Urlaubsplaner */
#vacationplaner {
	background: url(../img/vacationplaner_bg.png) left top repeat-y;
	width: 275px;
	height: 245px;
	/*padding: 35px 0 0 21px;*/
	overflow: hidden;
}

* html #vacationplaner {
	background: #f0f5f8;
}

#vacationplaner h3, #vacationplaner span.h3 {
	float:left;
	padding:35px 0 0 21px;
}

#vacationplaner .container {
	margin:10px 0 0 0;
	float:left;
}

#vacationplaner .tabs {
	width:240px;
	height:23px;
	overflow:hidden;
}

#vacationplaner .tabs span {
	padding:4px 0 4px 20px;
	float:left;
	cursor:pointer;
	font-weight:bold;
}

#vacationplaner .container.hotel .tabs .hotel {
	background:url(../img/vacationplanner/tab_hotel_active.gif) no-repeat left top;
	width:100px;
}

#vacationplaner .container.ticket .tabs .hotel {
	background:url(../img/vacationplanner/tab_inactive.gif) no-repeat left bottom;
	width:100px;
	color:#006eaf;
}

#vacationplaner .container.hotel .tabs .ticket {
	background:url(../img/vacationplanner/tab_inactive.gif) no-repeat left bottom;
	width:100px;
	color:#006eaf;
}

#vacationplaner .container.ticket .tabs .ticket {
	background:url(../img/vacationplanner/tab_ticket_active.gif) no-repeat left top;
	width:100px;
}

#vacationplaner .forms {
	float:left;
	width:200px;
	height:140px;
	padding:0 20px 20px 20px;
}

#vacationplaner .container.hotel .forms .hotel {
	display:block;
}

#vacationplaner .container.hotel .forms .ticket {
	display:none;
}

#vacationplaner .container.ticket .forms .hotel {
	display:none;
}

#vacationplaner .container.ticket .forms .ticket {
	display:block;
	padding:10px 0 0 0;
}

#vacationplaner .container .forms .links {
	float:left;
	border-top:1px solid #fff;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
}

#vacationplaner .container .forms .links a {
	padding:0 10px 0 10px;
	background:url(../img/arrow_blue.gif) no-repeat left center;
	float:left;
	color:#006eaf;
	text-decoration:none;
}



/*#vacationplaner h3 {
	width: 209px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	line-height: 14px;
	padding: 2px 10px 0 0;
	font-weight: normal;
	text-transform: uppercase;
}

#vacationplaner span.h3 {
	width: 209px;
	overflow: hidden;
	padding: 2px 10px 0 0;
	display: block;
}
*/

#vacationplaner p {
	width: 219px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 5px 0;
	position:relative;
}

#vacationplaner label {
	color: #283746;
	padding: 3px 7px 3px 0;
	overflow: hidden;
}

#vacationplaner label.first {
	color: #283746;
	padding: 6px 0 0 0;
	overflow: hidden;
}

#vacationplaner form input {
	width: 15px;
	background: #fff;
	border: 1px solid #b6bbc0;
	padding: 2px 0 2px 5px;
	line-height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	color: #000;
}

#vacationplaner form select {
	width: 165px;
	background: #fff;
	border: 1px solid #b6bbc0;
	padding: 1px 1px 1px 1px;
	overflow: hidden;
	color: #000;
}

#vacationplaner form select.day {
	width: 40px;
	float: left;
	margin: 0 3px 0 0;
}

#vacationplaner form select.month {
	width: 40px;
	float: left;
	margin: 0 3px 0 0;
}

#vacationplaner form select.year {
	width: 50px;
	float: left;
	margin: 0 3px 0 0;
}

#vacationplaner form .calendar_icon {
	background: url(../img/calendar_1.gif) left top no-repeat;
	display: block;
	width: 23px;
	height: 19px;
	overflow: hidden;
	cursor:pointer;
	
	float: left;
}

#vacationplaner form input.submit {
	background: none;
	padding:0;
	border: none;
	margin: 0;
	width: 40px;
	height: 20px;
	overflow: hidden;
	position:absolute;
	right:0;
	top:0;
}


/* Tophotel (sidebar) */

#sidebar .top_teaser {
	background: url(../img/teaser_sidebar_bg.png) left top no-repeat;
	width: 240px;
	height: 99px;
	overflow: hidden;
	padding: 1px 0 0 0;
	margin: 0;
	cursor: pointer;
}

*html #sidebar .top_teaser {
	background: url(../img/teaser_sidebar_bg.gif) left top no-repeat;
}

#sidebar .top_teaser .image {
	width: 90px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
}

#sidebar .top_teaser .th_text {
	width: 150px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	float: left;
}

#sidebar .top_teaser .th_text h3 {
	width: 130px;
	overflow: hidden;
	color: #283746;
	font-size: 12px;
	padding: 7px 10px;
	font-weight: normal;
}

#sidebar .top_teaser .th_text span.h3 {
	width: 130px;
	overflow: hidden;
	padding: 7px 10px;
	display: block;
}


#sidebar .top_teaser .th_text h3 a {
	text-decoration: none;
}

#sidebar .top_teaser .th_text p {
	width: 130px;
	overflow: hidden;
	color: #CC0000;
	padding: 0 10px;
}

#sidebar .top_teaser .th_text p i.ort {
	font-style: normal;
	color: #5a6978;
}



/* social bookmarks */

#sidebar .socialbookmarks {
	width:225px;
	padding:15px 0 10px 15px;
	margin:10px 0 20px 0;
	background:url(../img/sidebar_doubleline.gif) repeat-x top left;
}

#sidebar .socialbookmarks .item {
	display:block;
	float:left;
	margin:0 10px 0 0;
}

#sidebar .socialbookmarks .item img {
	display:block;
	float:left;
}

#sidebar .socialbookmarks .item label {
	display:block;
	float:left;
	padding:2px 0 0 5px;
}

#sidebar .socialbookmarks .item a {
	text-decoration:none;
	color:#5a6978;
	font-size:10px;
}

/* Extralinks (optional ueber Footer)
--------------------------------------------------------------- */

#extralinks {
	background: url(../img/footer_line.gif) left top repeat-x;
	width: 1000px;
	overflow: hidden;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
}

#extralinks h3 {
	overflow: hidden;
	color: #5a6978;
}

#extralinks .linkbox {
	overflow: hidden;
	
	background: #33FF99;
}

#extralinks a {
	background: url(../img/arrow_grey.gif) left 4px no-repeat;
	padding: 0 5px 0 10px;
	margin: 4px 0 0 0 !important;
	color: #5a6978;
	text-decoration: none;
	overflow: hidden;
	float: left;
}

#extralinks a:hover {
	background: url(../img/arrow_red.gif) left 4px no-repeat;
	color: #f00000;
}

#extralinks .holidays {
	width: 296px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
}
#extralinks .holidays h3 {
	width: 296px; 
}
#extralinks .holidays a {
	width: 133px;
}

#extralinks .offergroups {
	width: 154px;
	overflow: hidden;
	padding: 0 0 0 10px !important;
	float: left;
}

#extralinks .offergroups h3 {
	width: 154px; 
}
#extralinks .offergroups a {
	width: 139px; 
}

#extralinks .ski_regions {
	width: 282px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
}
#extralinks .ski_regions h3 {
	width: 282px; 
}
#extralinks .ski_regions a {
	width: 126px; 
}

#extralinks .amade_actual {
	width: 218px;
	overflow: hidden;
	padding: 0 0 0 10px;
	float: left;
}
#extralinks .amade_actual h3 {
	width: 218px; 
}
#extralinks .amade_actual a {
	width: 188px;
	padding: 0 20px 0 10px; 
}


/* WE EDITMODE BILDAUSWAHL*/
#we_bg_image {
	width: 200px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	left: 240px;
	z-index: 1100;
}

/* Webcams
--------------------------------------------------------------- */

#textarea .webcam {
	width: 520px;
	display: block;
	float:left;
	margin-bottom:20px;
}

#textarea .webcam_item {
	background: #f0f5f8;
	width: 165px;
	height: 135px;
	display: block;
	overflow: hidden;
	margin: 0 5px 5px 0;
	float: left;
}

#textarea .webcam_item span.image {
	width: 100%;
	height:110px;
	overflow: hidden;
	display: block;
}

#textarea .webcam_item span.text {
	padding: 5px 5px 5px 5px;
	display: block;
}

#textarea .webcam_item a.zoom {
	width: 165px;
	height: 110px;
	overflow: hidden;
	background: url(../img/zoom.gif) right top no-repeat;
	margin: -110px 0 0 0;
	display: block;
}

#textarea .webcam_item a.zoom:hover {
	background: url(../img/zoom_hover.gif) right top no-repeat;
}

/* Skiregionsuebersichtsseite */

#textarea .regionoverview {
	width:560px;
	margin:20px 0 0 0;
}

#textarea .regionoverview .regionblock {
	width:560px;
	height:61px;
	margin:0 0 10px 0;
	cursor:pointer;
}

#textarea .regionoverview .regionblock .weathericon {
	float:left;
	width:100px;
	height:61px;
	background:#006eaf;
	text-align:center;
}

#textarea .regionoverview .regionblock .weathericon img {
	padding:5px 0 0 0;
	behavior: url(static/js/iepngfix.htc);
}

#textarea .regionoverview .regionblock .middle {
	float:left;
	width:190px;
	height:61px;
	background:#006eaf;
	overflow:hidden;
}

#textarea .regionoverview .regionblock .middle h2 {
	width:190px;
	float:left;
	height:17px;
	border-bottom:1px solid #f00000;
	color:#FFFFFF;
	font-weight:normal;
	padding:3px 0 0 30px;
	background:url(../img/sportwelt/down.gif) no-repeat left top;
}

#textarea .regionoverview .regionblock .middle .line1 {
	width:180px;
	float:left;
	border-bottom:1px solid #00568d;
	padding:3px 0 1px 0;
}

#textarea .regionoverview .regionblock .middle .line2 {
	width:180px;
	float:left;
	border-top:1px solid #0082c8;
	padding:2px 0 1px 0;
}

#textarea .regionoverview .regionblock .middle label {
	color:#FFFFFF;
	float:left;
	width:32px;
}	

#textarea .regionoverview .regionblock .middle .elevation {
	color:#82afc8;
	width:40px;
	float:left;
	text-align:right;
}

#textarea .regionoverview .regionblock .middle .temp {
	color:#FFFFFF;
	font-weight:bold;
	width:45px;
	float:left;
	text-align:right;
}

#textarea .regionoverview .regionblock .middle .snow {
	float:left;
	width:35px;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	background:url(../img/snowCrystal.gif) left center no-repeat;
	color:#FFFFFF;
	text-align:right;
}

#textarea .regionoverview .regionblock .right {
	float:left;
	width:260px;
	height:40px;
	border-top:1px solid #f00000;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	background:#f0f5f8;
	color:#283746;
	overflow:hidden;
}



#textarea .regionoverview .regionblock .right .line1 {
	width:240px;
	float:left;
	border-bottom:1px solid #d7e1eb;
	padding:3px 0 1px 0;
}

#textarea .regionoverview .regionblock .right .line2 {
	width:240px;
	float:left;
	border-top:1px solid #fff;
	padding:2px 0 1px 0;
}

#textarea .regionoverview .regionblock .right label {
	width:100px;
	float:left;
}

#textarea .regionoverview .regionblock .right span {
	float:left;
}

#textarea .regionoverview .regionblock .right .amount {
	width:30px;
}

#textarea .regionoverview .regionblock .right .graph, #textarea .regionoverview .regionblock .right .percent  {
	width:40px;
	text-align:right;
}

#textarea .regionoverview .regionblock .right .graph img {
	margin:3px 0 0 0;
}


#textarea .regionoverview .regionblock.schladming .middle h2 {
	background:url(../img/schladming_dachstein/down.gif) no-repeat left top;
	border-color:#5a9600;
}

#textarea .regionoverview .regionblock.schladming .right {
	border-color:#5a9600;
}

#textarea .regionoverview .regionblock.gastein .middle h2 {
	background:url(../img/gastein/down.gif) no-repeat left top;
	border-color:#fac800;
}

#textarea .regionoverview .regionblock.gastein .right {
	border-color:#fac800;
}


#textarea .regionoverview .regionblock.hochkoenig .middle h2 {
	background:url(../img/hochkoenig/down.gif) no-repeat left top;
	border-color:#0082c8;
}

#textarea .regionoverview .regionblock.hochkoenig .right {
	border-color:#0082c8;
}

#textarea .regionoverview .regionblock.grossarl .middle h2 {
	background:url(../img/grossarl/down.gif) no-repeat left top;
	border-color:#fa6400;
}

#textarea .regionoverview .regionblock.grossarl .right {
	border-color:#fa6400;
}


/* regioninfosseite */

#textarea .regioninfo {
	width:510px;
	padding:20px;
}

#textarea .regioninfo .text {
	float:left;
	width:330px;
}

#textarea .regioninfo .regionleft {
	float:left;
	width:330px;
	margin:0 20px 0 0;
}

#textarea .regioninfo h2 {
	padding:0 0 5px 0;
}

#textarea .regioninfo .boxes {
	float:left;
	width:160px;
}

#textarea .regioninfo .boxes .villages {
	float:left;
	margin:0 0 20px 0;
}

#textarea .regioninfo .boxes .villages .links {
	float:left;
	background:#f0f5f8;
}

#textarea .regioninfo .boxes .villages ul {
	float:left;
	list-style:none;
	border-top:1px solid #d7e1eb;
	display:block;
}

#textarea .regioninfo .boxes .villages li {
	display:block;
	float:left;
	width:140px;
	padding:2px 0 2px 21px;
	border-bottom:1px solid #d7e1eb;
	border-top:1px solid #fff;
	background:url(../img/arrow_grey.gif) no-repeat 10px center;
}

#textarea .regioninfo .boxes .villages li a {
	color:#283746;
}



#textarea .regioninfo .quicklinks {
	float:left;
	width:330px;
	margin:20px 0 0 0;
}

#textarea .regioninfo .quicklinks h2 {
	padding:0 0 10px 0;
}

#textarea .regioninfo .quicklinks .links {
	float:left;
}

#textarea .regioninfo .quicklinks .links a {
	display:block;
	float:left;
	width:22px;
	height:30px;
	margin:0 18px 5px 0;
}

#textarea .regioninfo .quicklinks .links a.rental {
	background:url(../img/regionIcons/ski.gif);
}

#textarea .regioninfo .quicklinks .links a.rental:hover {
	background:url(../img/regionIcons/ski_active.gif);
}

#textarea .regioninfo .quicklinks .links a.skiticket {
	background:url(../img/regionIcons/ticket.gif);
}

#textarea .regioninfo .quicklinks .links a.skiticket:hover {
	background:url(../img/regionIcons/ticket_active.gif);
}


#textarea .regioninfo .quicklinks .links a.hotel {
	background:url(../img/regionIcons/hotel.gif);
}

#textarea .regioninfo .quicklinks .links a.hotel:hover {
	background:url(../img/regionIcons/hotel_active.gif);
}

#textarea .regioninfo .quicklinks .links a.skischool {
	background:url(../img/regionIcons/school.gif);
}

#textarea .regioninfo .quicklinks .links a.skischool:hover {
	background:url(../img/regionIcons/school_active.gif);
}

#textarea .regioninfo .quicklinks .links a.panorama {
	background:url(../img/regionIcons/pano.gif);
}

#textarea .regioninfo .quicklinks .links a.panorama:hover {
	background:url(../img/regionIcons/pano_active.gif);
}

#textarea .regioninfo .quicklinks .links a.parking {
	background:url(../img/regionIcons/parking.gif);
}

#textarea .regioninfo .quicklinks .links a.parking:hover {
	background:url(../img/regionIcons/parking_active.gif);
}

#textarea .regioninfo .quicklinks .links .hovertext {
	float:left;
	display:block;
	color:#5a6978;
	padding:5px 0 0 0;
}



/* a-z liste */

#textarea .azform {
	width:510px;
	padding:20px 0 20px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#d7e1eb;
	margin:0 0 0 20px;
	height:80px;
}

#textarea .azform h2 {
	padding:0 0 5px 0;
}

#textarea .azform span {
	float:left;
	display:block;
	width:245px;
	height:20px;
	margin:0 10px 4px 0;
}

#textarea .azform span.checkbox {
	border-left:3px solid;
	border-color:#b6bbc0;
	height:auto !important;
	width:237px;
	padding:3px 0 0 5px;
}



#textarea .azform span label {
	width:97px;
	float:left;
	padding:2px 0 3px 5px;
	border-left:3px solid;
	border-color:#b6bbc0;
}

#textarea .azform span select {
	width:135px;
}

#textarea .azform span input {
	width:132px;
}

#textarea .azform span input.submit {
	width:auto !important;
}

#textarea .azform span.checkbox input {
	width:auto !important;
}

#textarea .azform span label.noborder {
	border:none;
	width:100px;
}



/* presstexts */

#textarea .presstextslist {
	width:510px;
	padding:20px;
}

#textarea .presstextslist .article {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d7e1eb;
}

/* presspictures */

#textarea .presspictures {
	width:540px;
	padding:20px 0px 20px 20px;
	border-top:1px solid #d7e1eb;
	margin:20px 0 0 0;
	cursor:pointer;
}

#textarea .presspictures .picture {
	width:160px;
	height:145px;
	overflow:hidden;
	float:left;
	margin:0 20px 20px 0;
}

#textarea .presspictures .picture .img {
	float:left;
	width:160px;
	height:120px;
	overflow:hidden;
}

#textarea .presspictures .picture label {
	float:left;
	width:140px;
	padding:5px 10px 5px 10px;
	background:#f0f5f8;
	color:#283746;
}

/* contentteaser */

#textarea .contentteaser {
	width:520px;
	padding:20px 0px 20px 20px;
}

#textarea .contentteaser .teaser {
	width:520px;
	border-top:1px solid #bec8d2;
	height:90px;
	overflow:hidden;
	margin:0 0 10px 0;
	background:url(../img/contentteaser_arrow.gif) right bottom no-repeat;
	cursor:pointer;
}

#textarea .contentteaser .teaser .img {
	float:left;
	width:90px;
	height:90px;
	overflow:hidden;
}

#textarea .contentteaser .teaser h2 {
	float:left;
	padding:10px 0 0 10px;
	color:#283746;
	width:410px;
}

#textarea .contentteaser .teaser .text {
	float:left;
	width:410px;
	color:#283746;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


/* HR */

#textarea hr {
	border:none;
	border-top:1px solid #d7e1eb;
	height:0px;
	background:none;
}
