/*  
Theme Name: OKOBZ template
Theme URI: http://okobz.hr/
Description: OKOBZ
Version: 1.0
Author: Andrej Mlinarevic
Author URI: http://www.panonius.com
*/
* {
	padding:0;
	margin:0;
}
body {
	font-family:Arial,sans-serif;
	font-size:12px;
	background:url(img/bcg.gif) repeat-x #fff;
	color:#222;
}
a {
	color:#00528f;
	text-decoration:none;
}
a:hover {
	color:#003a64;
}
ul {
	list-style-type:none;
	list-style-image:none;
}
h1, h2, h3 {
	font-weight:normal;
	color:#00528f;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #bbb;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
#header {
	height:96px;
	background:#fff;
}
#header h1 {
	display:none;
}
#headerslika {
	width:600px;
	height:96px;
	background:url(img/header.gif) no-repeat;
	margin:0 auto;
}
#navigacija {
	background:#00528f;
	height:40px;
}
#navigacija ul {
	width:600px;
	margin:0 auto;
	padding:0;
}
#navigacija ul li {
	float:left;
}
#navigacija ul li a {
	display:block;
	color:#fff;
	background:#156aaa;
	text-decoration:none;
	font-weight:normal;
	line-height:40px;
	width:100px;
	text-align:center;
}
#navigacija ul li a:hover {
	background:#257ec1;
}

#content {
	padding-top:10px;
	width:600px;
	margin:0 auto;
}
.novost ul {
	margin:5px 0 5px 0;
}
.novost ul li {
	padding:5px;
	background:#e9e9e9;
	border-bottom:1px solid #ddd;
	color:#111;
}
.novost {
	margin-bottom:10px;
}
.novost p {
	line-height:18px;
	margin-bottom:10px;
}
.novost .info {
	font-size:11px;
	color:#444;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #ccc;
}
#lijevo {
	float:left;
	width:375px;
	margin:0 10px 0 0;
}
#desno {
	float:right;
	width:215px;
	clear:right;
}
.blok {
	margin-bottom:10px;
}
.blok ul li {
	padding:0 5px 5px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:3px;
}
#searchform {
	width:135px;
	padding:3px;
	color:#000;
	font-size:16px;
	border:1px solid #ccc;
}
#searchsubmit {
	background:#00528f;
	font-size:10px;
	color:#fff;
	line-height:17px;
	border:0 none;
	margin-left:6px;
	width:58px;
	padding:3px;
}
#footer {
	width:600px;
	font-size:11px;
	color:#555;
	margin:0 auto;
	clear:both;
	border-top:1px solid #00528f;
	height:50px;
}
#footer ul {
	text-align:center;
	margin:10px 0 0 0;
}