.cloudiness0-day
{
	width: 100px;
	height: 52px;
	background-image: url(images/day-giedra.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	z-index: 1;
}

.cloudiness0-night
{
	width: 100px;
	height: 55px;
	background-image: url(images/night-giedra.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	position: absolute;
	z-index: 2;
	border:0px solid red;
}

.cloudiness1-day
{
	background-image: url(images/cloudiness1.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 52px;
	position: absolute;
	z-index: 2;
}

.cloudiness1-night
{
	background-image: url(images/cloudiness1.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 52px;
	position: absolute;
	z-index: 2;
}

.cloudiness2-day
{
	background-image: url(images/cloudiness2.gif);
	border: 0px solid red;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 70px;
	position: absolute;
	z-index: 2;
}

.cloudiness2-night
{
	background-image: url(images/cloudiness2.gif);
	border: 0px solid red;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 70px;
	position: absolute;
	z-index: 2;
}

.cloudiness3-day
{
	background-image: url(images/cloudiness3.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 70px;
	position: absolute;
	z-index: 2;
}

.cloudiness3-night
{
	background-image: url(images/cloudiness3.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 70px;
	position: absolute;
	z-index: 2;
}

.precipitation4
{
	background-image: url(images/precipitation4.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100px;
	height: 40px;
}
.precipitation5
{
	background-image: url(images/precipitation5.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100px;
	height: 40px;
}
.precipitation6
{
	background-image: url(images/precipitation6.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100px;
	height: 40px;
}
.precipitation7
{
	background-image: url(images/precipitation8.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100px;
	height: 70px;
	position: relative;
	z-index: 2;
}

.precipitation10
{	
	width: 100px;
	height: 40px;
	/*background-image: url(images/cloudiness0.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position:relative;
	z-index:2
	border:0px solid red;*/
}

.sun0
{
	height: 52px;
	width: 100px;
	background-image: url(images/moon.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.sun-1
{
	height: 52px;
	width: 100px;
}
.sun1
{
	height: 52px;
	width: 100px;
	background-image: url(images/sun.gif);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	z-index: 1;
}

/*.moon{height:71px; width:90px; background-image:url(images/moon.gif); background-position:top right; background-repeat:no-repeat;}*/

.temperature-day
{
	color: #58626a;
	font-family: Tahoma;
	font-size: 11px;
	width: 100px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 15px;
}
.wind-direction-day, .wind-min-max-day
{
	color: #58626a;
	font-family: Tahoma;
	font-size: 11px;
	width: 90px;
	text-align: center;
}

.temperature-night
{
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	width: 100px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 15px;
}
.wind-direction-night, .wind-min-max-night
{
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	width: 90px;
	text-align: center;
}

.day
{
	background-color: #ffffff;
}

.corner1-day
{
	background-image: url(images/corner1-day.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: top left;
}
.corner2-day
{
	background-image: url(images/corner2-day.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: top right;
}
.corner3-day
{
	background-image: url(images/corner3-day.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: bottom left;
}
.corner4-day
{
	background-image: url(images/corner4-day.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: bottom right;
}

.night
{
	background-color: #0e3d68;
}

.corner1-night
{
	background-image: url(images/corner1-night.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: top left;
}
.corner2-night
{
	background-image: url(images/corner2-night.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: top right;
}
.corner3-night
{
	background-image: url(images/corner3-night.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: bottom left;
}
.corner4-night
{
	background-image: url(images/corner4-night.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 9px;
	background-position: bottom right;
}

.gismeteoru-block
{
	margin-top: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #646261;
}

.top-line-day
{
	border-top: 1px solid #ddd05e;
}
.right-line-day
{
	border-right: 1px solid #ddd05e;
}
.bottom-line-day
{
	border-bottom: 1px solid #ddd05e;
}
.left-line-day
{
	border-left: 1px solid #ddd05e;
}


.top-line-night
{
	border-top: 1px solid #0e3d68;
}
.right-line-night
{
	border-right: 1px solid #0e3d68;
}
.bottom-line-night
{
	border-bottom: 1px solid #0e3d68;
}
.left-line-night
{
	border-left: 1px solid #0e3d68;
}

