body{
	font-family: Arial, Helvetica, sans-serif;
}
.cely{
	width: 770px;
	background-image: url(pozadi.png);
	background-repeat: repeat-y;
}
.vrsek{
	width: 765px;
	height: 142px;
	background-image: url(vrsek.jpg);
	background-repeat: no-repeat;
}
.menu{
	width: 765px;
	height: 25px;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.polozka{
	color: #CC3300;
	font-size: 12px;
	width: 109px;
	padding-top: 4px;
	float: left;
}
.polozka a{
	color: #CC3300;
	text-decoration: none;}
.polozka a:hover{
	color: #CC3300;
	text-decoration: underline;
}
.hlavni{
   padding: 30px;
	background-color: #99A0B3;
	width: 765px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.obrazky{
	float: left;
}
.none{
	clear:right;
	height:1px;
}