/* CSS Document */

.block {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	/*padding: 1px;  
	border: 1px solid #F0F5FF; */
}

.schneehoehen, .pisten-lifte, .anmerkung, .loipen {
}

.line {
	clear: both;
	/*padding: 1px;*/
}

.label-empty {

        width: 80px;
        float: left;
        text-align: right;
        /*padding: 2px;*/
}

.label, .label-space {
	color: #333333; /*  */
	width: 50px;
	float: left;
	text-align: right;
	/*padding: 1px;
	padding-right: 1px;*/
	background-color: #C5D5FC;
	margin-right: 1px;
}

.label-space {
	background-color: transparent;
	display: none;
}

.label-top {
	/*font-size: 8px;
	padding: 1px;
	color: #4E70B6;*/
	display: none;
}

.wert {
	font-weight: bold;
	padding: 1px;
}

.zustand {
	font-weight: normal;
	margin-left: 2px;
}


/* block datum */
.datum .tag {
	font-weight: normal;
}
.datum .zeit {
	color: #666666;
}
.datum .tagtext {
}

/* block schneehoehen messpunkte */
.schneezustand, .neuschnee, .wetterzustand { /* */
	width: 90px; 
	text-align: right; 
	float: left;/**/

}
.schneehoehe { /* */
	width: 50px; 
	/*text-align: right;*/ 
	float: left;/**/

}

.schneezustand .wert {
	font-weight: normal;
}

.neuschnee, .wetterzustand {
	display: none;
}
.letzterschneefall {
	/*margin-top: 3px;
	border-top: 1px solid #F0F5FF;*/
	display: none;
}

.block .anmerkungen .label {
	display: none;
}

.block .anmerkungen .wert {
	font-weight: normal;
	color: #333333;
}