body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
h1, .naslov {
	font-size: 25px;
	font-weight: normal;
	line-height: 20px;
	padding: 5px 0px 20px;
}
h2 {
	padding: 10px 0px;
}
h3 {
	padding: 5px 0px;
}
p {
	padding: 0px 0px 10px;
}
ul, ol {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}
.text10, #footer, #bc {
	font-size: 10px;
}
.text11 {
	font-size: 12px;
}
.text12, h3 {
	font-size: 12px;
}
.text13, h2 {
	font-size: 13px;
}
.text17, .panel-title {
	font-size: 17px;
}
.text18 {
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.white, #footer a, #nav li a, .panel-title, #bc a {
	color: #FFF;
}
.black, #container, a {
	color: #000;
}
.georgia, .panel-title, h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.underline, #footer a:hover, a:hover, #nav li a:hover, #bc a:hover {
	text-decoration: underline;
}
.nounderline, #footer a, #nav li a, #bc a {
	text-decoration: none;
}
.float-left, #left {
	float: left;
}
.float-right, #right {
	float: right;
}
#left {
	background: #000 url(../images/nav-top.gif) no-repeat left top;
	width: 185px;
	display:none;
}
#right {
	float: left;
}
#bc {
	padding: 4px 10px 5px 35px;
	height: 30px;
	background: url(../images/bc-bg.gif) no-repeat 10px 10px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 30px;
	display: none;
}
.clear {
	clear: both;
}
#wrapper {
	margin: auto;
	width: 700px;
}
#head {
	background: url(../images/print-logo.jpg);
	margin: 0px 0px 0px 475px;
	width: 220px;
	height: 150px;
}
#flash {
	position: absolute;
	margin: 12px 0px 0px 13px;
	display:none;
}
#container {
}
#footer {
	height: 50px;
	background: url(../images/footer.gif) no-repeat top;
	padding: 10px 10px 0px;
	text-align: right;
	display: none;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
	background: url(../images/nav-bottom.gif) no-repeat left bottom;
}
#nav li {
	width: 185px;
}
#nav li a {
	display: block;
	background: url(../images/bullet.gif) no-repeat left center;
	padding: 3px 16px;
}
#nav li a:hover {
	background: url(../images/bullet.gif) no-repeat -2px center;
}
.panel-title {
	margin: 0px;
	padding: 7px 0px 15px 15px;
}
#right ul {
	list-style: none;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
#right ul li {
	background: url(../images/bullet2.gif) no-repeat left 5px;
	padding-left: 17px;
}
.category {
	display: none;
}