@CHARSET "UTF-8";
/*
Specific style for onlinepocasi.cz - mainly for home page
*/

#home {
	margin: 0 20px 0 20px;
	background: url('../img/cz.gif') no-repeat left top;
	width: 586px;
	height: 336px;
	position: relative;
}

#praha img,
#brno img,
#ostrava img, 
#plzen img {
	margin-top: -10px;
}

#praha span,
#brno span,
#ostrava span, 
#plzen span	
	{
	width: 64px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: -7px;
}

#praha, #brno, #ostrava, #plzen {
	background: url('../img/statusbg.gif') no-repeat center top;
	width: 64px;
	height: 72px;	
}

#praha {
	position: absolute;
	top: 100px;
	left: 170px;
}

#brno {
	position: absolute;
	top: 220px;
	left: 370px;
}

#ostrava{
	position: absolute;
	top: 130px;
	left: 520px;
}

#plzen {
	position: absolute;
	top: 140px;
	left: 90px;
}