@charset "UTF-8";
/* CSS Document */

body, html {
font-family: 'Roboto Condensed', sans-serif;
font-size:18px;
margin:5px;
}

/*
#background {
background: rgb(169,219,128);
background: -moz-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%);
background: -webkit-linear-gradient(top,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); 
background: linear-gradient(to bottom,  rgba(169,219,128,1) 0%,rgba(150,197,111,1) 100%); 
background: -webkit-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%);
background: -o-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%);
background: -ms-linear-gradient(top,  rgba(169,219,128,1) 0%, rgba(150,197,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); 
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:0;
} */

.header_neu {
	width: 1229px;
	height:250px;
	position: relative;
	background-image: url("gfx/header_winter.jpg");
}

.menu_neu {
	width: 1229px;
	height:auto;
	position: relative;
}

.menuleiste_back {
	width:100%;
	top:0px;
	left:0px;
	height:150px;
	position:fixed;
	z-index:100;
	border-bottom:solid 3px #999;
/*	background-image:url(gfx/winter2.jpg);
	background-repeat:no-repeat;
	background-size:100%; */
	background:rgba(255,255,255,0.5);
}

.menu_header {
	width:100%;
	height:110px;
	position:relative;
	background:rgba(255,255,255,0.5);
}

.menu_header_shrink {
	height:60px;
}

.menu_points {
	width:100%;
	height:40px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+95,999999+100&0.5+0,0.91+27,1+100 */

background: -moz-linear-gradient(top,  rgba(254,255,255,0.5) 0%, rgba(254,255,255,0.91) 27%, rgba(254,255,255,0.99) 95%, rgba(153,153,153,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(254,255,255,0.5) 0%,rgba(254,255,255,0.91) 27%,rgba(254,255,255,0.99) 95%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(254,255,255,0.5) 0%,rgba(254,255,255,0.91) 27%,rgba(254,255,255,0.99) 95%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80feffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

	position:absolute;
	bottom:0px;


}

.menu_inner {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#000;
	margin-top:8px;
	position:relative;
	margin-left:10px;
}

.main_logo {
	width:auto;
	height:100%;
	position:relative;
}

.shrink {
	height:100px;
}

.menu_top {
	height:100%;
	width:1229px;
	position:relative;
	left:50%;
	margin-left:-615px;	
}


.mainwindow {
	width:1229px;
	height:auto;
	position:relative;
	
}

.mainleft {
	width:1059px;
	height:auto;
	position:relative;
	background:rgba(0,0,0,0.4);
	float:left;
}



.mainright {
	width:160px;
	min-height:auto;
	overflow:auto;
	background:rgba(0,102,51,0.5);
	position:relative;
	float:right;
}

.main_shrink {
	margin-top:110px;
}

.start_left {
	width:728px;
	height:auto;
	position:relative;
	margin:10px;
	float:left;
}

.start_right {
	width:301px;
	height:auto;
	position:relative;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.footer {
	width:1229px;
	height:40px;
	position:relative;
	background:#333;
}

/* WETTERKARTE */

.main_karte_border {
	width:708px;
	height:500px;
	background-color:#FFF;
	position:relative;
	padding:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border-radius: 6px;	
}

#main_karte {
	width:459px;
	height:493px;
	top:10px;
	left:10px;
	position:absolute;
	background-image:url(gfx/main_karte_neu.png);
}

#main_karte_infotext {
	width:260px;
	height:auto;
	background-color:#CCC;
	top:10px;
	left:450px;
	position:absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	border-radius: 6px;
	padding:5px;
}

/*Wetter-Icons*/

.temperaturen_tag {
	width:30px;
	height:18px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	background: rgba(204,204,204,0.7);
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
}

.temperaturen_nacht {
	width:30px;
	height:18px;
	padding-top:4px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	background: rgba(0,0,204,0.7);
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

#wettersymbol_oa {
	width:48px;
	height:48px;
	top:330px;
	left:200px;
	position:absolute;
}

#temperaturen_oa {
	top:330px;
	left:250px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}


#wettersymbol_oal {
	width:48px;
	height:48px;
	top:190px;
	left:310px;
	position:absolute;
}

#temperaturen_oal {
	top:190px;
	left:360px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#wettersymbol_klwa {
	width:48px;
	height:48px;
	top:410px;
	left:170px;
	position:absolute;
}

#temperaturen_klwa {
	top:410px;
	left:220px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#wettersymbol_ke {
	width:48px;
	height:48px;
	top:220px;
	left:210px;
	position:absolute;
}

#temperaturen_ke {
	top:220px;
	left:260px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#wettersymbol_wal {
	width:48px;
	height:48px;
	top:230px;
	left:100px;
	position:absolute;
}

#temperaturen_wal {
	top:230px;
	left:150px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#wettersymbol_ual {
	width:48px;
	height:48px;
	top:65px;
	left:240px;
	position:absolute;
}

#temperaturen_ual {
	top:65px;
	left:290px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#wettersymbol_li {
	width:48px;
	height:48px;
	top:290px;
	left:30px;
	position:absolute;
}

#temperaturen_li {
	top:290px;
	left:80px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}
	
#wettersymbol_tht {
	width:48px;
	height:48px;
	top:350px;
	left:300px;
	position:absolute;
}

#temperaturen_tht {
	top:350px;
	left:350px;
	width:32px;
	height:48px;
	position:absolute;
	z-index:5;
}

#unwetter_klein {
	width:230px;
	height:242px;
	top:208px;
	left:470px;
	position:absolute;
}

#unwetter_klein_trenner {
	width:200px;
	height:1px;
	top:198px;
	left:470px;
	background-color:#666;
	position:absolute;
}

#unwetter_klein_text {
	width:200px;
	height:auto;
	top:180px;
	left:470px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
}

#lawine_header {
	width:200px;
	height:auto;
	top:400px;
	left:0px;
	position:absolute;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

#lawine_oben_1700 {
	width:70px;
	height:31px;
	top:420px;
	left:0px;
	position:absolute;
	font-size:24px;
	font-weight:bold;
	background-color:#0F3;
	border: solid 1px #000;
	text-align:center;
	padding-top: 4px;
}

#lawine_unten_1700 {
	width:70px;
	height:31px;
	top:420px;
	left:74px;
	position:absolute;
	font-size:24px;
	font-weight:bold;
	background-color:#0F3;
	border: solid 1px #000;
	text-align:center;
	padding-top: 4px;
}

#lawine_oben_info {
	width:70px;
	height:auto;
	top:460px;
	left:0px;
	position:absolute;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#lawine_unten_info {
	width:70px;
	height:auto;
	top:460px;
	left:74px;
	position:absolute;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#lawine_copyright {
	width:144px;
	height:auto;
	left:0px;
	top:488px;
	position:absolute;
	font-size:8px;
	text-align:center;
}

#sonne_text {
	width:200px;
	height:auto;
	top:110px;
	left:470px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
}

#sonne_trenner {
	width:200px;
	height:1px;
	top:128px;
	left:470px;
	background-color:#666;
	position:absolute;
}

#sonnenaufgang {
	width:200px;
	height: auto;
	top:120px;
	left:470px;
	position:absolute;
	font-size:12px;
}

#sonnenuntergang {
	width:200px;
	height: auto;
	top:130px;
	left:470px;
	position:absolute;
	font-size:12px;
}

#sonnenlogo {
	width:47px;
	height:32px;
	top:100px;
	left:638px;
	position:absolute;
}

#wetter_presenter {
	width:150px;
	height:120px;
	top:0px;
	left:0px;
	font-size:14px;
	font-weight:bold;
	position:absolute;
}

.main_leaderboard {
	width:728px;
	height:90px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}

.newsbox_300 {
	width:280px;
	height:auto;
	background:#FFF;
	position:relative;
	padding:10px;
}

.newsbox_300_trenner {
	width:280px;
	height:1px;
	margin-top:1px;
	margin-bottom:5px;
	background:#000;
	position:relative;
}

.news_wa_box {
	width:708px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	background:#FFF;
	position:relative;
} 

.news_wa_box_links {
	width:349px;
	height:auto;
	float:left;
	position:relative;
	margin-right:10px;
}

.news_wa_box_rechts {
	width:349px;
	height:auto;
	float:left;
	position:relative;
}

.headline {
	margin-top:4px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	margin:0px;
	color:#090;
}

.teasing {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	margin:0px;
	color:#000;
}

.readmore {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#090;
}

.news_all_box {
	width:708px;
	height:auto;
	padding:10px;
	margin-bottom:10px;
	background:#FFF;
	position:relative;
} 

.news_all_box_links {
	width:349px;
	height:auto;
	float:left;
	position:relative;
	margin-right:10px;
}

.news_all_box_rechts {
	width:349px;
	height:auto;
	float:left;
	position:relative;
}

.goody_banner_box {
	width:301px;
	height:auto;
	position:relative;
}

/* WETTER-DETAILS */

.wetdet_main {
	width:708px;
	height:auto;
	position:relative;
	background:#FFF;
	padding:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#000;
}

.wetdet_line {
	width:708px;
	height:1px;
	background:#000;
	position:relative;
	margin-top:5px;
	margin-bottom:5px;
}

.wetdet_day {
	width:708px;
	height:auto;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#000;
}

.wetdet_left {
	width:448px;
	height:auto;
	position:relative;
	float:left;
	margin-right:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	text-align:justify;
}

.wetdet_right {
	width:250px;
	height:auto;
	position:relative;
	float:right;
	background:#0C0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;	
}

.wetdet_infoitem_left {
	width:165px;
	margin-left:5px;
	height:auto;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	float:left;
}

.wetdet_infoitem_right {
	width:80px;
	height:auto;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	float:left;
}

.wetdet_infoitem_line {
	width:240px;
	height:1px;
	background:#000;
	margin:5px;
	position:relative;
}

.wetday_info {
	width:64px;
	height:15px;
	position:relative;
	float:left;
	margin-right:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	text-align:center;	
}

.wetday_logo {
	width:64px;
	height:64px;
	position:relative;
	float:left;
	margin-right:10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */

background: #feffff; /* Old browsers */

background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */


}

.wetday_temp {
	width:64px;
	height:15px;
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
}

.wetdet_leaderboard {
	width:728px;
	height:auto;
	background:#FFF;
	position:relative;
	text-align:center;
}
	
/* SKIGEBIETE MAIN */
	
.skigeb_main {
	width:708px;
	height:auto;
	position:relative;
	background:#FFF;
	padding:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	color:#000;
}

	
	.ski_region {
	width: 696px;
	height:auto;
	position: relative;
	border-top:solid 1px #454545;
	border-left: solid 1px #454545;
	border-right: solid 1px #454545;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
		font-weight: bold;
	color:#000;
		padding-top:3px;
		padding-bottom: 3px;
		padding-left: 10px;

		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */

		background: #f8ffe8; /* Old browsers */

		background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */

		background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */

		background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */

		
	}
	
.ski_header {
	width: 706px;
	height:55px;
	position: relative;
	border:solid 1px #454545;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+40,b7ad70+100;Brown+3D */

	background: #d5cea6; /* Old browsers */

	background: -moz-linear-gradient(top,  #d5cea6 0%, #c9c190 40%, #b7ad70 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */


}
	
.ski_menu_white {
	width: 706px;
	height:55px;
	position: relative;
	border-left: solid 1px #454545;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	display: table;
	background: #FFF;


}	
	
	.ski_menu_white:hover {
		background: #f8ffe8; /* Old browsers */

		background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */

		background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */

		background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */		
	}
	
	.ski_menu_grey:hover {
		background: #f8ffe8; /* Old browsers */
		background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */		
	}	
	
	.ski_menu_grey {
	width: 706px;
	height:55px;
	position: relative;
	border-left: solid 1px #454545;
	border-bottom: solid 1px #454545;
	border-right: solid 1px #454545;
	display: table;
		
		
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */

background: #eeeeee; /* Old browsers */

background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */



		
		
	}
	
	.ski_gebiete {
		width: 333px;
		height: 47px;
		padding-left: 10px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		padding-top:8px;
		
		
	}
	
	.ski_hoehe {
		width: 120px;
		height: 47px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		padding-top:8px;
		text-align: center;
		
	}

	
	.ski_pisten {
		width: 120px;
		height: 47px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		padding-top:8px;
		text-align: center;	
	
	}
	
	.ski_lifte {
		width: 120px;
		height: 47px;
		position: relative;
		float:left;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		padding-top:8px;
		text-align: center;	
		
	}
	

	.ski_gebiete_menu {
		width: 333px;
		height: 47px;
		padding-left: 10px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		padding-top:8px;
		
		
	}

		.ski_hoehe_menu {
		width: 120px;
		height: 55px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		text-align: center;
  		display: flex;
		align-items: center;
  		justify-content: center;
		
	}

	
	.ski_pisten_menu {
		width: 120px;
		height: 55px;
		position: relative;
		float:left;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		text-align: center;
  		display: flex;
		align-items: center;
  		justify-content: center;
	
	}
	
	.ski_lifte_menu {
		width: 120px;
		height: 55px;
		position: relative;
		float:left;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:18px;
		color:#000;
		text-align: center;
  		display: flex;
		align-items: center;
  		justify-content: center;
		
	}
	
	.skidet_headline {
	width: 696px;
	height:auto;
	position: relative;
	border-top:solid 1px #454545;
	border-left: solid 1px #454545;
	border-right: solid 1px #454545;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
		font-weight: bold;
	color:#000;
		padding-top:3px;
		padding-bottom: 3px;
		padding-left: 10px;

		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8ffe8+0,e3f5ab+33,b7df2d+100;Green+3D+%234 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+40,b7ad70+100;Brown+3D */

	background: #d5cea6; /* Old browsers */

	background: -moz-linear-gradient(top,  #d5cea6 0%, #c9c190 40%, #b7ad70 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(top,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom,  #d5cea6 0%,#c9c190 40%,#b7ad70 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */

		
	}	
	
	.skidet_data_white {
		width: 706px;
		height:auto;
		position: relative;
		border-left: solid 1px #454545;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		font-weight: bold;
		color:#000;
	
		background-color: #FFF;
	}
	
	.skidet_data_white:hover {
		background: #f8ffe8; /* Old browsers */
		background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */		
	}
	
	.skidet_data_grey {
		width: 706px;
		height:auto;
		position: relative;
		border-left: solid 1px #454545;
		border-right: solid 1px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		font-weight: bold;
		color:#000;
		background: #eeeeee; /* Old browsers */
		background: -webkit-linear-gradient(#eeeeee 0%, #cccccc 100%);
		background: -o-linear-gradient(#eeeeee 0%, #cccccc 100%);
		background: linear-gradient(#eeeeee 0%, #cccccc 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	}
	
	.skidet_data_grey:hover {
		background: #f8ffe8; /* Old browsers */
		background: -moz-linear-gradient(top,  #f8ffe8 0%, #e3f5ab 33%, #b7df2d 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8ffe8 0%,#e3f5ab 33%,#b7df2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=0 ); /* IE6-9 */		
	}	
	
	.skidet_trenner_100_normal {
		width: 696px;
		height:auto;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #000;
		padding-left: 10px;
		padding-top:5px;
		padding-bottom: 5px;		
	}
	
	.skidet_trenner_50_normal {
		width: 343px;
		height:auto;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #000;
		float:left;
		padding-left: 10px;
		padding-top:5px;
		padding-bottom: 5px;		
	}
	
	.skidet_trenner_25_normal {
		width: 166px;
		height:auto;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #000;
		float:left;
		padding-left: 10px;		
		padding-top:5px;
		padding-bottom: 5px;		
	}
	
	.skidet_sub {
		width: 354px;
		height:auto;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #000;
		float:left;
		
	}
	
	.lawinen_karte {
		width: 706px;
		height: 357px;
		position: relative;
		border: solid 1px #454545;
		background-image: url(gfx/lawinenkarte.png);
	}
	
	#lawinen_all_background {
		width: 235px;
		height:120px;
		bottom:10px;
		left:10px;
		position: absolute;
		border-radius: 6px;
		background: #f6f8f9; /* Old browsers */
		background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
		border: solid 1px #333333;
	
	}	
	
	#lawinen_all_headline {
		width: 253px;
		height:25px;
		bottom: 130px;
		left:10px;
		position: absolute;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #454545;		
	}
	
	#lawinen_amm_background {
		width: 235px;
		height:120px;
		bottom:10px;
		right:10px;
		position: absolute;
		border-radius: 6px;
		background: #f6f8f9; /* Old browsers */
		background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
		border: solid 1px #333333;
	}	
	
	#lawinen_amm_headline {
		width: 253px;
		height:25px;
		bottom: 130px;
		right:10px;
		position: absolute;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #454545;		
		text-align: right;
	}	
	
	#lawinen_oben_border {
		width: 90px;
		height:25px;
		top:35px;
		left:20px;
		position: absolute;
		background: #C08A1A;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		border-radius: 6px;
		border: solid 2px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:22px;
		font-weight: bold;
		color: #000;		
	}
	
	#lawinen_oben_grenze {
		width: 90px;
		height:auto;
		top:85px;
		left:20px;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;		
		font-size:11px;
		font-weight:bold;		
		position: absolute;
	}
	
	#lawinen_unten_border {
		width: 90px;
		height:25px;
		top:35px;
		right:20px;
		position: absolute;
		background:#5A9C0C;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		border-radius: 6px;
		border: solid 2px #454545;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:22px;
		font-weight: bold;
		color: #000;		
	}	
	
	#lawinen_unten_grenze {
		width: 90px;
		height:auto;
		top:85px;
		right:21px;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;		
		font-size:11px;
		font-weight:bold;		
		position: absolute;
	}	
	
	#lawinen_gefahrenstufen {
		width: 195px;
		height:auto;
		top:7px;
		left:20px;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;		
		font-size:18px;
		font-weight:bold;		
		position: absolute;
	}	
	
	.lawinen_trenner_100_normal {
		width: 686px;
		height:auto;
		position: relative;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:16px;
		color: #000;
		padding-left: 10px;
		padding-top:5px;
		padding-bottom: 5px;
		padding-right: 10px;
	}
	
		
		