/* CSS Document */

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

div {
	display: block;
	margin: 0;
}

#kontejner {
	width:775px;
	margin: 0 auto;
}

#head {
	height: 110px;
	width: 570px;
	background: url(images/banner.jpg) no-repeat right top;
	float:right;
	clear:right;
}

#head img {
	float:right;
	margin-right: 12px;
	margin-top: 10px;
	border:0;
}

#navigacija {
	float: left;
	width: 185px;
	height: 490px;
	background: #fff url(images/meni.gif) no-repeat left top;
	clear:right;
	padding-top: 180px;
	padding-left: 18px;
}

#navigacija ul {
	list-style: none;
}

#navigacija a {
	display: block;
	width:115px;
	height:26px;
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top:3px;
}

#navigacija a:hover {
	background: #000000 url(images/link.gif) no-repeat right;
	color: #C4D6EA;
}

#sadrzaj {
	width:570px;
	background: #FFFFFF url(images/sadrzaj.gif) repeat-y left;
	float:right;
	padding-bottom:30px;
}

#sadrzaj h1 {
	font-size: 18px;
	font-weight: bold;
	margin:0 10px 20px 16px;
	border-bottom: 1px dashed #000;
}

#sadrzaj h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left:16px;
	margin-right:10px;
	background: #dddddd;
}

#sadrzaj p {
	margin-left:16px;
	margin-right:10px;
	margin:	0 10px 25px 16px;
	font-size: 14px;
	display:block;
	clear:both;
}

#sadrzaj a {
	color: #22659E;
	text-decoration: none;	
}

#sadrzaj a:hover {
	color: #0000FF;
	text-decoration: underline;	
}

#sadrzaj img {
	margin:2px;
}

#sadrzaj table {
	margin-left: 16px;
}

#foot {
	width: 570px;
	height:40px;
	clear: right;
	font-size: 0.7em;
	float: right;
	background: url(images/foot.gif) no-repeat left bottom;
	color:#666666;
}

#foot a {
	color: #22659E;
	text-decoration: none;	
}

#foot a:hover {
	color: #0000FF;
	text-decoration: underline;	
}



.download {
	background: url(images/down.jpg) no-repeat left top;
	display:block;
	padding-top: 15px;
	padding-left:50px;
	padding-bottom: 15px;
	font-size: 12px;
	width: 250px;
	color: #ff0000;
	text-decoration: none;
}

.download:hover{
	color: #ff0000;
	text-decoration: underline;
	background: url(images/down2.jpg) no-repeat left top;
}

.star {
	color: #FF0000;
	font-family: "Courier New", Courier, mono;
	font-weight:bolder;
}