
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #000;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	text-decoration: none;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#top_dark {
	width: 100%;
	height: 30px;
	background-color: #252525;
}

div.top_dark_tel {
	width: 1200px;
	margin: 0 auto;
	height: 20px;
	text-align: right;
	color: #ababab;
	font-size: 12px;
	padding-top: 4px;
}

/* TOP */

div#top {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}

div#logo {
	float: left;
	height: 180px;
	position: relative;
	width: 150px;
}

img.logo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div#heading {
	float: right;
	height: 180px;
	position: relative;
	width: 1050px;
}

h1 {
	margin-left: 20px;
	margin-top: 70px;
	color: #252525;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
}

h2 {
	color: #252525;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

h3 {
	color: #252525;
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 18px;
	text-align: center;
}

h4 {
	margin-bottom: 15px;
}

h5 {
	
}

p.kocka {
	 text-align: justify;
}

span.datum {
	color: #00bd8a; 
	margin-right: 20px;
}

span.photo_text {
	color: #999999; 
	font-size: 12px;
}

span.naslov_left {
	text-align: left;
}

a {
	text-decoration: none;
	color: #252525;
}

a:hover {
	text-decoration: underline;
}

a.green {
	text-decoration: none;
	color: #00bd8a; 
}

a:hover {
	text-decoration: underline;
}

table.uo {
	border-collapse: collapse; 
	table-layout: fixed; 
	width: 1200px;
}

table td {
	padding: 5px 5px 5px 5px;
    word-wrap: break-word;
}

table td.rb {
	border-left: 1px solid #e4e4e4;
	width: 38px;
}

table td.grad {
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	width: 120px;
}

table td.udruga {
	border-right: 1px solid #e4e4e4;
	width: 320px;
}

table td.adresa {
	border-right: 1px solid #e4e4e4;
	width: 160px;
}

table td.pre {
	border-right: 1px solid #e4e4e4;
	width: 130px;
}

table td.tel {
	border-right: 1px solid #e4e4e4;
	width: 120px;
}

table td.mail {
	border-right: 1px solid #e4e4e4;
	width: 180px;
}

img.img {
	padding: 1px;
    border: 1px solid #e4e4e4;
}

img.slika {
	margin-top: -5px;
}

table.tabela {
	width: 750px;
	
}


/* TOP */

/* MENU */

div#menu {
	width: 100%;
	height: 40px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

div#nav_container {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

/* MENU */

div#slika {
	width: 100%;
	height: 280px;
	background-color: #efefef;
}

div#slika_container {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	background-color: #efefef;
}

/* MID */

div#spacer_hor_70{
	height: 60px;
	width: 100%;
}

div#mid {
	width: 100%;
}

div#mid_container {
	width: 1200px;
	margin: 0 auto;
}

div#mid_left {
	width: 750px;
	float: left;
}

div#mid_left_ou {
	width: 1200px;
	float: left;
}

div.odlomak {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 15px;
	padding-bottom: 10px;
}

div#mid_spacer {
	width: 100px;
	float: left;
}

div#mid_right {
	width: 350px;
	float: right;
}

/* MID */

div.clear {
	clear: both;
	height: 70px;
}

/* BOT */

div#bot {
	height: 380px;
	width: 100%;
	background-color: #252525;
}

div.bot_container {
	height: 300px;
	width: 1200px;
	background-color: #252525;
	margin: 0 auto;
}

div.top_row_spacer {
	width: 1200px;
	height: 80px;
}

div.top_row {
	width: 1200px;
	height: 200px;
}

div.top_row_left {
	width: 600px;
	float: left;
	height: 200px;
}

div.top_row_right {
	width: 600px;
	float: right;
	height: 200px;
}

div.bottom_row {
	width: 1200px;
	height: 100px;
}

p.bot_text {
	color: #ababab;
	width: 470px;
}



/* BOT */

div#bot_dark {
	width: 100%;
	height: 40px;
	background-color: #000;
	text-align: center;
}

a.zrbyte {
	color: #000;
}



























