

/* --- Stylesheet 1191 () --------- */ 

#status {
	display: none;
	position: absolute;
	background-color: #333;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	z-index: 0;
	padding: 100px 00px 0px 40px;
	color: #999;
	font-size: 13px;
}

#status .close {
	position: absolute;
	text-align: center;
	right: 20px;
	top:30px;
	width: 40px;
	font-size: 28px;
	line-height: 35px;
	padding-bottom: 3px;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 40px;
	behavior: url(/tramino/misc/PIE.htc);
	cursor: pointer;
}



#status .col {
	position: relative;
	float: left;
	width: 250px;
	margin: 0px 40px 40px 0px;
}

#status .flag { position: absolute; left: 0px; top: 100px; }

#status .col .Bild img {
	width: 250px;
	height 150px;
}

#status .col .Bild {
	margin-bottom: 5px;
	width: 250px;
	height 150px;
}


#status a.button3 {
	border: 1px solid #aaa;
	padding: 4px 15px;
	border-radius: 20px;
	font-size: 13px;
	color: #aaa;
	text-decoration: none;
}

#status a.button3:hover {
	border: 1px solid #ccc;
	color: #ccc;
}



#status .text {
	font-size: 12px;
	line-height: 14px;
	background-repeat: no-repeat;
	margin: 15px 0px;
	padding: 5px 0px 0px 40px;
	height: 80px;
}
#status .text.ok { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/105135/ok2.png) }
#status .text.warn { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/105136/info2.png) }
#status .text.err { background-image: url(http://tramino.s3.amazonaws.com/s/das-hoechste/105138/achtung2.png) }


#motive .row  {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 14px;
	word-wrap: nowrap;
}

#motive .row.lines  {
	text-transform: none;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 15px;
	word-wrap: nowrap;
}

#motive .row .digit {
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

#motive .row .digit2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
}

#motive .row .unit {
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
}


#motive .row1 {
	margin-top: 30px;
	border-top: 1px solid #999;
	padding-top: 10px;
}

#motive .row .anlagen {
	float: left;
	width: 50px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #999;
}


#motive .row .pisten {
	float: left;
	width: 70px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #999;
}

#motive .row .temp {
	float: left;
	width: 80px;
	text-align: right;
	padding: 0px 0px 0px 10px;
}

#motive .row2 {
	margin-top: 15px;
	border-top: 1px solid #999;
	padding-top: 15px;
}

#motive .row .piste {
	float: left;
	width: 50px;
	padding: 0px 10px 0px 120px;
	background: url(http://tramino.s3.amazonaws.com/s/das-hoechste/105759/schnee.png) 60px 15px no-repeat;
}

#motive .row .gelaende {
	float: left;
	width: 50px;
	text-align: right;
	padding: 0px 0px 0px 10px;
}

#motive .row3 {
	margin-top: 25px;
	text-transform: none;
}
#motive .row3 .changed {
	color: #777;
	float: left;
	padding: 10px 0px 20px 0px;
}


#motive .row3 .more {
	float: right;
}

#motive .miniplan {
	cursor: pointer;
}

#motive .miniplan .Bild {
	height: auto !important;
}

#pistenplan {
	display: none;
	background-color: #333;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

#pistenframe {
	position: absolute;
	background-color: #000;
	left: 40px;
	top: 100px;
	right: 40px;
	bottom: 40px;
}

#pistenframe iframe {
	background-color: #fff;
	border: 0px solid #333;
	width: 100%;
	height: 100%;
}

#pisteninfo {
	position: absolute;
	left: 280px;
	top: 30px;
	width: 840px;
}

#pisteninfo .col { float: none; width: auto; margin-right: 0px; }
#pisteninfo .miniplan { display: none }
#pisteninfo .text { float: left;  margin-top: 0px; width: 300px; margin-right: 10px;}
#pisteninfo .row { float: left; padding-top: 0px; margin-top: 0px; margin-left: 15px; border-top: 0px solid #fff; }
#pisteninfo .row .piste { padding-left: 80px; background-position-x: 40px; }
#pisteninfo .row3 { display: none; }

.w1260 #status { overflow: scroll; }
.w1260 #status .wraper { width: 1180px; height: 460px; }
.w1260 #status .close {
	position: fixed;
	right: 110px;
	top: 130px;
}