/* CSS Document */

.day_noactive {
	float:left;
	width:80px;
	border:1px solid #CCCCCC;
	margin:3px;
}

.day_active {
	background-color:#0000FF;
	float:left;
	width:80px;
	border:1px solid #000000;
	margin:3px;
}
.dny_obal {
	margin-left:112px;
}
.dny_obal .den, .dny_obal .img, .dny_obal .teplota {
	text-align:center;
}
.mapa {
	position:relative;
	background-image:url(../imgs/mapa.gif);
	width:486px;
	height:280px;
}
.mapa .item {
	position:absolute; 
	float:left;
}
.mapa .item .bg_teplota {
	background-image:url(../imgs/mapa-teplota-bg.gif);
	width:34px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
}
