@charset "utf-8";
/* CSS Document */


/* grey box */
.weather_box {
	margin-top: 10px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:9px;
	width: 160px;
	background-color: #f1f1f1;
	color: #142d4b;
}

.weather_box p {
	text-align:left;
}

.roundtop_g { 
	background: url(images/tr_grey.gif) no-repeat top right; 
}

.roundbottom_g {
	background: url(images/br_grey.gif) no-repeat top right; 
}

img.corner_g {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}

.vreme{
	margin: 0 5px;
	text-align:center;
}

.danes{
	font-size:1em;
	text-align:center;
	font-weight:bold;
}


.povezava{
	font-size:11px;
	text-align:center;
}

.temp {
font-size:0.8em;

}









