/* ********************* Definition Farbe ****************** */
body {
	background-color:#8f0210;
}

.page_shadow {
	background-color:#1e2d3c;
}

.search_shadow {
	background-color:#0c1113;
}

.bg_red {
	background-color:#8f0210;
}

.bg_blau_1 {
	background-color:#edf9fb;
}

.bg_blau_2 {
	background-color:#cad9e6;
}

.bg_blau_3 {
	background-color:#d8e5f2;
}

.bg_blau_4 {
	background-color:#6f808f;
}

.bg_blau_4_img {
	background-image:url(../images/layout/bg_blau_4.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.bg_blau_5 {
	background-color:#335064;
}

.bg_blau_6 {
	background-color:#172e3d;
}

.bg_blau_7{
	background-color:#566d7c;
}

.bg_blau_8{
	background-color:#a6b5c3;
}

.bg_blau_9{
	background-color:#3B4F5E;
}

.bg_blau_10{
	background-color:#dfe8f0;
}

.listing_bg_1{
	background-color:#E1EAF2;
}

.listing_bg_2{
	background-color:#d8e5f2;
}

.bg_sbb{
	background-color:#edf9fb;
}

.bg_sbb_rahmen{
	background-color:#000000;
}

.weiss{
	background-color:#FFFFFF;
}

.bg_videobutton{
	background-image:url(../video/video-icon.gif);
	background-repeat:no-repeat;
}

.bg_bewertungen{
	background-image:url(../images/layout/bg_bewertungen.png);
}

/* ********************* Definition Background & Layer ****************** */
#div_servicenavi{
    position:absolute;
	z-index:4;
	visibility: show;
	height: 54px;
	width: 960px;
}

#bg_servicenavi {
	background-image:url(../images/layout/bg_servicenavi.gif);
	background-repeat:repeat;
   	position:absolute;
	z-index:2;
	visibility: show;
	height: 54px;
	width: 960px;
	opacity: .50;
	filter: alpha(opacity=50);
}

#div_navi{
    position:absolute;
	z-index:3;
	visibility: show;
	top: 257px;
	height: 20px;
	width: 960px;
}

#bg_navi {
	background-image:url(../images/layout/bg_navi.gif);
	background-repeat:repeat;
   	position:absolute;
	z-index:1;
	visibility: show;
	top: 257px;
	height: 20px;
	width: 960px;
	opacity: .85;
	filter: alpha(opacity=85);
	background-position:top
}

#div_logo{
    position:absolute;
	z-index:5;
	visibility: show;
	top: 51px;
	height: 86px;
	width: 248px;
}

.bg_homeboxen1{
	background-image:url(../images/layout/bg_homebox1.gif);
	background-repeat:no-repeat;
}

.bg_homeboxen2{
	background-image:url(../images/layout/bg_homebox2.gif);
	background-repeat:no-repeat;
}

#div_packagebox_page{
    position:absolute;
	z-index:8;
	visibility: show;
	width: 162px;
}

#bg_packagebox_page {
	background-image:url(../images/layout/bg_packagebox_page.gif);
	background-repeat:repeat;
   	position:absolute;
	z-index:7;
	visibility: show;
	height: 63px;
	width: 192px;
	opacity: .60;
	filter: alpha(opacity=60);
}

#q_logo {
	position:absolute;
	z-index:11;
	visibility: show;
	margin-top:-69px;
}

#resform_whg_info {
	position:absolute;
	z-index:20;
	visibility:hidden;
}

.bg_content_wide {
	background-image:url(../images/layout/content_bg_wide.gif);
	background-repeat:repeat-y;
}

.popup_header_bg {
	background-image:url(../images/layout/popup_header_bg.gif);
	background-repeat:repeat-x;
}

#page_link_div {
	position:absolute;
	z-index:20;
	visibility: show;
	height: 60px;
	width: 830px;
	cursor:pointer;
}

#page_link_div_2 {
	position:absolute;
	z-index:20;
	visibility: show;
	height: 180px;
	width: 360px;
	cursor:pointer;
	margin-top:-50px;
}

#notice_link_div {
	position:absolute;
	z-index:20;
	visibility: show;
	height: 50px;
	width: 190px;
	cursor:pointer;
}
/*
#notice_description_box {
	position:fixed;
	z-index:50;
	width: 210px;
	height:280px;
	/*top: -50%;
	left: 50%;
	margin-left: -105px;
	margin-top: -50%;
}
*/

#notice_description_box {
	width: 210px;
	z-index:50;
	height: 280px;
	padding: .5em;
	position: fixed;
	vertical-align:middle;
	top: 200px;
	left: 30%;
	position: expression("absolute");
	top: expression(parseInt(document.body.scrollTop + 100));
}
#notice_description_box[id] {
	position: fixed;
}

.calendar_div{
	position:absolute;
	z-index:20;
	display:none;
	margin-left:6px;
	margin-top:5px;
}

.calendar_iframe{
	width:210px;
	height:162px;
	border:0px;
	padding:0px;
	margin:0px;
}
	  
#alert_zwischensaison{
	 display:none;
	 width:192px;
	 height:82px;
	 position:absolute;
	 background-image:url(../images/layout/season_check_overlay.gif);
	 background-repeat:no-repeat;
	 z-index:100;
	 margin-top:-3px;
	 margin-left:1px;
	 padding:4px;
	 cursor:pointer;
}

#alert_zwischensaison_page{
	 display:none;
	 width:192px;
	 height:89px;
	 position:absolute;
	 background-color:#B51427;
	 z-index:100;
	 margin-top:-6px;
	 margin-left:-15px;
	 cursor:pointer;
}	

#booking_button_div{
	padding-top:-3px;
}  
/* ********************* Definition Bildrahmen ****************** */
.bildrahmen_vergleichen{
	border:solid;
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}

/* ********************* Definition Aufzählung ****************** */
ul{
    list-style-image: url(../images/layout/dot_list.gif);
	margin-top:5;
}

/* ********************* Definition Trennlinien ****************** */
.trennlinie_features {
	background-image:url(../images/layout/trennlinie_features.gif);
	background-repeat:repeat-x;
}

.trennlinie_booking {
	background-image:url(../images/layout/trennlinie_booking.gif);
	background-repeat:repeat-x;
}

.trennlinie_content {
	background-color:#EDF9FB;
}

.trennlinie_content_2 {
	background-color:#CAD9E6;
}

.trennlinie_wetter {
	background-image:url(../images/layout/trennlinie_booking.gif);
	background-repeat:repeat-x;
}

/* ****************** Text ******************* */
.header{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #8E0110;
}

.subheader{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #8E0110;
}

.text{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}

.texts{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}

.text_home{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #172e3d;
}

.textweiss{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #ffffff;
}

.textsweiss{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #ffffff;
}

.textbold{
	font-weight:bold;
}

.servicenavi{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	color: #fdf7a4;
}

.videobutton{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	text-decoration: none;
	color: #ffffff;
}

.footer{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #ffffff;
}

.subnavi {
	font-family: verdana, arial, sans-serif;
	font-weight: Bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #172e3d;
}

.subsubnavi {
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #172e3d;
}

.titel_1 {
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #4D7AA1;
}

.dienstleistungen_schritt_titel {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #ffffff;
}


/* ******************* Link ************************ */
A:link {color: #8E0110; text-decoration: none;}
A:visited {color: #8E0110; text-decoration: none;}
A:active {color: #8E0110; text-decoration: none;}
A:hover {color: #1C1C18; text-decoration: none;}

A.listtitel:link {color: #1C1C18; text-decoration: none;}
A.listtitel:visited {color: #1C1C18; text-decoration: none;}
A.listtitel:active {color: #1C1C18; text-decoration: none;}
A.listtitel:hover {color: #8E0110; text-decoration: none;}

A.grau:link {color: #CCCCCC; text-decoration: none;}
A.grau:visited {color: #CCCCCC; text-decoration: none;}
A.grau:active {color: #CCCCCC; text-decoration: none;}
A.grau:hover {color: #8E0110; text-decoration: none;}

A.homebox:link {color: #1c1c18; text-decoration: none;}
A.homebox:visited {color: #1c1c18; text-decoration: none;}
A.homebox:active {color: #1c1c18; text-decoration: none;}
A.homebox:hover {color: #165B82; text-decoration: none;}

A.linkweiss:link {color: #ffffff; text-decoration: none;}
A.linkweiss:visited {color: #ffffff; text-decoration: none;}
A.linkweiss:active {color: #ffffff; text-decoration: none;}
A.linkweiss:hover {color: #172e3d; text-decoration: none;}

A.servicenavi:link {color: #fdf7a4; text-decoration: none;}
A.servicenavi:visited {color: #fdf7a4; text-decoration: none;}
A.servicenavi:active {color: #fdf7a4; text-decoration: none;}
A.servicenavi:hover {color: #b1ddf4; text-decoration: none;}

A.videobutton:link {color: #ffffff; text-decoration: none;}
A.videobutton:visited {color: #ffffff; text-decoration: none;}
A.videobutton:active {color: #ffffff; text-decoration: none;}
A.videobutton:hover {color: #b1ddf4; text-decoration: none;}

A.footer:link {color: #ffffff; text-decoration: none;}
A.footer:visited {color: #ffffff; text-decoration: none;}
A.footer:active {color: #ffffff; text-decoration: none;}
A.footer:hover {color: #172e3d; text-decoration: none;}

A.packagebox:link {color: #ffffff; text-decoration: none;}
A.packagebox:visited {color: #ffffff; text-decoration: none;}
A.packagebox:active {color: #ffffff; text-decoration: none;}
A.packagebox:hover {color: #FFF7B2; text-decoration: none;}

A.subnavi:link {color: #172e3d; text-decoration: none;}
A.subnavi:visited {color: #172e3d; text-decoration: none;}
A.subnavi:active {color: #172e3d; text-decoration: none;}
A.subnavi:hover {color: #8e0110; text-decoration: none;}

A.subnavi_act:link {color: #8e0110; text-decoration: none;}
A.subnavi_act:visited {color: #8e0110; text-decoration: none;}
A.subnavi_act:active {color: #8e0110; text-decoration: none;}
A.subnavi_act:hover {color: #8e0110; text-decoration: none;}

A.subsubnavi:link {color: #172e3d; text-decoration: none;}
A.subsubnavi:visited {color: #172e3d; text-decoration: none;}
A.subsubnavi:active {color: #172e3d; text-decoration: none;}
A.subsubnavi:hover {color: #8e0110; text-decoration: none;}

A.subsubnavi_act:link {color: #8e0110; text-decoration: none;}
A.subsubnavi_act:visited {color: #8e0110; text-decoration: none;}
A.subsubnavi_act:active {color: #8e0110; text-decoration: none;}
A.subsubnavi_act:hover {color: #8e0110; text-decoration: none;}

/* ******************* Felder ********************** */
.inp_search {
	background : #ffffff;
	color : #1c1c18;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #949ba0;
	width: 120px;
	height: 18px;
}

.inp_onlinebooking{
	background : #ffffff;
	color : #1c1c18;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #949ba0;
	height: 14px;
}

.inp_printsend{
	background : #ffffff;
	color : #1C1C18;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #1E2D3C;
	height: 16px;
}

input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #6F808F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1C1C18;
	background-color:#FFFFFF;
}

input.radio { border-width: 0px; }

input.button {background-color: #EDF9FB; color: #6F808F;}

/* ******************* Livecams ********************** */

.cam_passive{
	opacity: .50;
	filter: alpha(opacity=50);
}

.cam_active{
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg_livecam_passive{
	background-image: url(../images/so/layout/bg_livecam_passive.gif);
	background-repeat: no-repeat;
}


.bg_livecam_active{
	background-image: url(../images/so/layout/bg_livecam_active.gif);
	background-repeat: no-repeat;
}


.bg_livecam_over{
	background-image: url(../images/so/layout/bg_livecam_over.gif);
	background-repeat: no-repeat;
}

/* *********************** style WISPO wetter ***************** */
.wispo_wetter_head{
	background-color: #a6b5c3;
}

.wispo_wetter_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_wetter_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_wetter_rowabs{
	background-color: #FFFFFF;
}

.wispo_wetter_linea{
	background-color: #999999;
}

.wispo_wetter_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

/* *********************** style WISPO Ski ***************** */
.wispo_ski_head{
	background-color: #a6b5c3;
}

.wispo_ski_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_ski_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_ski_rowabs{
	background-color: #FFFFFF;
}

.wispo_ski_linea{
	background-color: #999999;
}

.wispo_ski_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */



/* *********************** style WISPO Snow ***************** */
.wispo_snow_head{
	background-color: #a6b5c3;
}

.wispo_snow_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_snow_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_snow_rowabs{
	background-color: #FFFFFF;
}

.wispo_snow_linea{
	background-color: #999999;
}

.wispo_snow_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */


/* *********************** style WISPO Langlauf ***************** */
.wispo_langlauf_head{
	background-color: #a6b5c3;
}

.wispo_langlauf_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_langlauf_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_langlauf_rowabs{
	background-color: #FFFFFF;
}

.wispo_langlauf_linea{
	background-color: #999999;
}

.wispo_langlauf_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */



/* *********************** style WISPO Schlitteln ***************** */
.wispo_schlitteln_head{
	background-color: #a6b5c3;
}

.wispo_schlitteln_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_schlitteln_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_schlitteln_rowabs{
	background-color: #FFFFFF;
}

.wispo_schlitteln_linea{
	background-color: #999999;
}

.wispo_schlitteln_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */




/* *********************** style WISPO Allgemeine Angaben ***************** */
.wispo_general_head{
	background-color: #a6b5c3;
}

.wispo_general_row1{
	background-color: #E1EAF2;
	padding: 0px 10px 0px 0px;
}

.wispo_general_row2{
	background-color: #d8e5f2;
	padding: 0px 10px 0px 0px;
}

.wispo_general_rowabs{
	background-color: #FFFFFF;
}

.wispo_general_linea{
	background-color: #999999;
}

.wispo_general_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

#videobox{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000000;
	width:100%;
	height:100%;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 9999;
	
}

/* *********************** issuu ***************** */
#flipcont { width:332px; height:158px; margin:0px 0px 0px -32px; overflow:hidden; }


/* *********************** Pistenbericht ***************** */
.txts_pisten{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}

.title_anlagen_pisten{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #8E0110;
}

.anlagen{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}

.info_anlagen{
	font-weight: 400;
}

.loipen_text{
	font-family: verdana, arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}

.loipen_legenda{
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #1c1c18;
}
.infoLoipenTR0 td{
	padding-top:10px;
	padding-bottom:10px;
}

.infoLoipenTR1 td{
	padding-top:10px;
	padding-bottom:10px;
}

/* *********************** style WISPO wetter ***************** */

.wispo_wetter_table{
	float: left;
}

.wispo_wetter_table a{
	/*color: #006AB3;*/
	font-weight: bold;
}

.wispo_wetter_head{
	background-color: #006AB3;
}

.wispo_header_text{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.wispo_wetter_row1{
	background-color: #E8F6FF;
	height: 22px;
}

.wispo_wetter_row2{
	background-color: #FFFFFF;
	height: 22px;
}

.wispo_wetter_rowabs{
	background-color: #FFFFFF;
}

.wispo_wetter_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

/* *********************** style WISPO Ski ******************************* */
.wispo_ski_table{
	float: left;
}

.wispo_ski_table a{
	color: #006AB3;
	font-weight: bold;	
}

.wispo_ski_head{
	background-color: #006AB3;
}

.wispo_ski_row1{
	background-color: #E8F6FF;
	height: 22px;
}

.wispo_ski_row2{
	background-color: #FFFFFF;
	height: 22px;
}

.wispo_ski_rowabs{
	background-color: #FFFFFF;
}



.wispo_ski_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */


/* *********************** style WISPO Snow ****************************** */
.wispo_snow_table{
	float: left;
}

.wispo_snow_table a{
	color: #006AB3;
	font-weight: bold;	
}

.wispo_snow_head{
	background-color: #006AB3;
}

.wispo_snow_row1{
	background-color: #E8F6FF;
	height: 22px;	
}

.wispo_snow_row2{
	background-color: #FFFFFF;
	height: 22px;	
}

.wispo_snow_rowabs{
	background-color: #FFFFFF;
}


.wispo_snow_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

/* *********************** style WISPO Langlauf ************************** */
.wispo_langlauf_table{
	float: left;
}

.wispo_langlauf_table a{
	color: #006AB3;
	font-weight: bold;	
}

.wispo_langlauf_head{
	background-color: #006AB3;
}

.wispo_langlauf_row1{
	background-color: #E8F6FF;
	height: 22px;
}

.wispo_langlauf_row2{
	background-color: #FFFFFF;
	height: 22px;
}

.wispo_langlauf_rowabs{
	background-color: #FFFFFF;
}


.wispo_langlauf_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */


/* *********************** style WISPO Schlitteln ************************ */
.wispo_schlitteln_table{
	float: left;
}

.wispo_schlitteln_table a{
	color: #006AB3;
	font-weight: bold;	
}

.wispo_schlitteln_head{
	background-color: #006AB3;
}

.wispo_schlitteln_row1{
	background-color: #E8F6FF;
	height: 22px;
}

.wispo_schlitteln_row2{
	background-color: #FFFFFF;
	height: 22px;
}

.wispo_schlitteln_rowabs{
	background-color: #FFFFFF;
}

.wispo_schlitteln_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

/* *********************** style WISPO Allgemeine Angaben **************** */
.wispo_all_table{
	float: left;
}

.wispo_all_table a{
	color: #006AB3;
	font-weight: bold;	
}

.wispo_general_head{
	background-color: #006AB3;
}

.wispo_general_row1{
	background-color: #E8F6FF;
	height: 22px;
}

.wispo_general_row2{
	background-color: #FFFFFF;
	height: 22px;
}

.wispo_general_rowabs{
	background-color: #FFFFFF;
}


.wispo_general_header {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	color: #999999;
	}
	
/* *********************************************************************** */

#wispoWetter {
	float:left;
	padding-bottom:30px;
}

#wispoSkipiste {
	float:left;
	padding-bottom:30px;
}

#wispoSnowboard {
	float:left;
	padding-bottom:30px;
}

#wispoLanglauf {
	float:left;
	padding-bottom:30px;
}

#wispoSchlitteln {
	float:left;
	padding-bottom:30px;
}

#wispoGeneral {
	float:left;
	padding-bottom:30px;
}


/* *********************** Accordion WISPO **************** */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #6f8fa0;
	/*background-image: url(../icons/bahnen/bg_accordion.gif);*/
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 4px 0;
   width: 520px;
	height: 32px;
	line-height: 32px;
   float: left;       
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}


/* ********************** Hotelbewertungen ************************ */
#holidaycheck {
	position:absolute;
	width:500px;
	visibility: visible;
}
#tripadvisor {
	position:absolute;
	width:500px;
	visibility: hidden;
}

#CDSWIDSSP{
	width:500px !important;
}

#trip_advisor ul{
    list-style-image: none !important;
}

/* ********************************************************************** */
