body {
	color: #333333;
	font: 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff url(../images/main_bg.gif) repeat-x top left;
}
/* 
 * Tekst
 */
a:link {
	color: #89ab1d;
	text-decoration: none;
}
a:visited {
	color: #89ab1d;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/* Headings */
h2, h3, h4, h5, h6 {
	color: #1e1e1e;
	font-weight: normal;
}
h1 {
	font-size: 50px;
	line-height: 60px;
	color:#FFF;
}
h2 {
	font-size: 24px;
	line-height: 34px;
	color:#8db423;
}
h3 {
	font-size: 20px;
	line-height: 34px;
}
h4 {
	color: #811709;
	font-size: 14px;
	line-height: 34px;
}
h4.twitter {
	height:40px;
	padding-left:50px;
	padding-top:4px;
	background:url(../images/twitter.png) no-repeat top left;
	margin-top:10px;
	color:#068eca;
	font-size: 24px;
	line-height: 34px;
}
h3.sub_naslov {
	background:url(../images/small_bg.png) no-repeat top left;
	padding:8px 0 8px 10px;
	margin:2px;
}
/*
 * Logo i Search forma
 */
 
.top_header { height:113px; }
.logo {
	float:left;
	width:310px;
	height:79px;
	margin-top:15px;
}
.searchf {
	float:right;
	width:310px;
	height:50px;
	margin-top:40px;
	text-align:right;
	position:relative;
	z-index:1;
}
.moj_search {
	width:206px;
	height:22px;
	border:1px solid #4f4f4f;
	background:#383838 url(../images/searchf_bg.gif) repeat-x top left;
	margin:0;
	padding:0;
	padding-top:4px;
	padding-right:24px;
	padding-left:2px;
	color:#FFF;
}
.search_button {
	width:21px;
	height:21px;
	position:absolute;
	top:4px;
	right:4px;
	z-index:10;
}
/*
 * Zarulja i moto tvrtke
 */
.center_header {
	height:258px;
	text-align:left;
	background:url(../images/header_slika.jpg) no-repeat 430px 50px;
}
#naslov {
	width: 700px;
	height: 170px;
	margin: 30px 0 0 0;
	padding: 0px;
	text-align: left;
}
/* 
 * Glavni meni
 */
.main_menu {
	height:62px;
	text-align:right;
}
#navigacija {
	padding: 5px 0;
	float:right;
	margin-top:32px;
}
#navigacija ul {
	list-style: none;
	display: block;
	margin: 0 auto;
}
#navigacija ul li {
	float: left;
	margin: 0;
	color:#000;
	padding-top:5px;
	text-transform:uppercase;
	width:88px;
	height:30px;
	text-align:center;
	background:url(../images/tab.png) no-repeat top left;
}
#navigacija ul li a:link, #navigacija ul li a:visited {
	color:#000;
	text-decoration:none;
}
#navigacija ul li a:hover, #navigacija ul li a:active {
	color:#8db423;
	text-decoration:none;
}
/*
 * Tri boxa i footer
 */
.small_box {
	background-color: #eee;
	border:1px solid #e9e9e9;
	min-height:400px;
}
.small_box_pic {
	text-align:center;
	margin-bottom:10px;
}
#footer {
	font-size:12px;
	margin:10px 0;
	padding:10px;
	text-align:center;
	border-top:1px dashed #89ab1d;
}
/*
 * Generalne klase
 */
.pade_ten { padding:10px; }
.vijesti { margin-top:10px; }
/*
 * Twitter opcije
 */
.tweet { color: #000; }
.tweet .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list li {
	overflow: auto;
	padding: 10px 5px;
	margin:0;
	border-bottom:1px dotted #ccc;
}
.tweet .tweet_list li a { color: #068eca; }
.tweet .tweet_list .tweet_even { background-color: #f8f4e8; }
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
	border:1px solid #ccc;
}
