.teplomer {
    margin-left: 255px;
    width: 100%;
    text-align: center;
    height: 100px;
}

/* pro "teploměr" */
.sipka {
    margin: 0px;
    width: 20px;
	height: 80px;
	padding: 20px 5px 0px 5px;
    float: left;
	background-position: middle center;
}

.sipka img {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.on, .off {
    margin: 0px;
    padding: 0px;
	width: 100px;
	height: 80px;
	background-position: top center;
	background-repeat: no-repeat;
    float: left;
}

.on {
	background-image: url(/images/Hvp/w_stage/on.gif);
}

.off {
	background-image: url(/images/Hvp/w_stage/off.gif);
}

.on .number, .off .number {
    padding: 0px;
	width: 100px;
	margin-top: 18px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.on .popis, .off .popis {
	width: 80px;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	color: #000;
	font-weight: bold;
}

.on div, .off div {
    margin: 0px;
    paddding: 0px;
}
