.content .news{
	width:430px;
	float:left;
}
.content .informations{
	height:135px;
	width:430px;
	float:right;
	background-image: url(../graphics/tribag/background_dzis_pogoda.png);
	background-position: 0px 30px;
}
.informations .info{
	float: left;
	height: 105px;
	width: 185px;
}
.informations .info .day,
.informations .info .namedays{
	color: #999999;
}
.informations .info .day{
	font-size: 10px;	
	margin-left: 30px;
}
.informations .info .day .dayname{
	padding-top: 10px;
	color: #F84204;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.informations .info .day .year{
	color: #F84204;
}
.informations .info .namedays{
	font-size: 10px;
	margin: 33px 10px 0 30px;
}
.informations .info .namedays span{
	color: #F04400;
}

.informations .weather{
	float: left;
	height: 105px;
	width: 245px;
}

