* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: url(img/24-bg.gif) #bdbdbd 0% 0% repeat-x;
	height: 100%;
	color: #333;
	font: 65% "Arial", "Tahoma", "Verdana", sans-serif;
}
body {
	min-height: 100%;
	width: 700px;
	margin: 0 auto;
	position: relative;
}
#sadrzaj {
	clear: both;
	background: url(img/pregled-bg-content.gif) #fff 0% 0% repeat-y;
	position: relative;
}
#sadrzaj .wrap {
	padding: 0;
	background: url(img/pregled-bg-content-top.gif) 0% 0% no-repeat;
}
#sadrzaj .wrap .wrap {
	padding: 30px 45px 45px 45px;
	background: url(img/pregled-bg-content-bottom.gif) 0% 100% no-repeat;
}
/*header*/
#top{
	font-size: 120%;
	text-align: left;
	padding: 14px 15px 5px 15px;
	margin-bottom: 5px;
}
#top h1 {
	background: url(img/logo.gif) 0% 0% no-repeat;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
}
#top h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 142px;
	height: 74px;
	padding: 0;
	background: 0;
}
#top span {
	font-size: 120%;
	color: #666;
}
a#close {
	display: block;
	width: 100%;
	font-size: 120%;
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: .5em;
	color: #999;
	clear: both;
}
/*tekst*/
h2 {
	font: 180% "Trebuchet MS", "Helvetica", "Verdana", sans-serif;
	text-align: left;
	color: #999;
	margin: 10px 0 10px 0;
}
a:link, a:visited {
	color: #fb0000;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
#sadrzaj p, #sadrzaj ol, #sadrzaj ul, #sadrzaj dl {
	font-size: 120%;
	line-height: 130%;
}
#sadrzaj li p {font-size: 100%;}
#sadrzaj img {
	float: left;
	margin-right: 10px;
	position: relative;
}
/*clearing*/
p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.isprintaj {margin: 20px 0 -10px 0;}