/* podesavanje stranice i navigacija */
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
p {
	margin: 0px;
}
#kontejner {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
}
#sadrzaj {
	padding-bottom:40px;
}
#navigejsn {
	height: 50px;
}
#navigejsn a:link, #navigejsn a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8ECF5;
	height: 36px;
}
#navigejsn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #0099CC;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-image: url(../pix/nav_pozadina.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menuitem {
	width: 80px;
	vertical-align: top;
	float: left;
	height: 40px;
}
#podnozje {
	position:absolute;
	padding-top:0px;
	top: auto;
}

#podnozje2 {
	position:absolute;
	top: auto;
}
#podnozje p {
	color: #96CCF0;
	font-size: 10px;
	margin-bottom: 15px;
}
#podpodnozje {
	clear: both;
}




/* centralni blok sadrzaja */
#centarblok {
	height: 256px;
	background-image: url(../pix/blok_pozadina.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#blok_slika {
	float: left;
	width: 240px;
}
#blok_flash {
	height: 211px;
	float:right;
}
#blok_meni {
	margin-left: 164px;
	float: left;
}
a.crnilink:link, a.crnilink:visited {
	color: #000000;
	text-decoration: none;
}
a.crnilink:hover {
	color: #0099CC;
	text-decoration: none;
}


/* naslovnica - vijesti i logo */
#sadrzaj_logo {
	float: left;
	width: 190px;
}
.vijestitem {
	float: left;	
	width: 192px;
}

.vijest_naslov {
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 7px;
}
.vijest_body {
	font-size: 11px;
	margin-left: 15px;
	margin-bottom: 7px;
	color: #666666;
}
#podstrblok {
	height: 117px;
	margin-top: 10px;
	background-image: url(../pix/pblok_pozadina.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#pblok_slika {
	float: left;
	width: 190px;
}
#pblok_poruka {
	float: left;
	width: 252px;
}
#pblok_meni {
	float: left;
	margin-top: 79px;
}


/* tekstualni blok na podsstranicama */
#kol_txt a:link {
	color: #007CC4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
#kol_txt a:visited {
	color: #005E95;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
}
#kol_txt a:hover {

	color: #0099CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

#kol_txt {
	float: left;
	width: 375px;
	padding-right: 15px;
}

#kol_txt p {
	margin-bottom: .8em;
	color: #333333;
	line-height: 1.5em;
}

#kol_txt h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0099CC;
	margin-top: 10px;
}
#kol_txt h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0099CC;
	margin-top: 40px;
	margin-bottom: 10px;
}
#kol_txt li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	list-style-image: url(../pix/bullet_01.gif);
	list-style-position: inside;
	margin-bottom: .5em;
  	color: #333333;
}
#kol_txt ul {
	margin-left: -10px;
}
#kol_txt td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../pix/okvir_pozadina.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#kol_txt .arhiva_datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0px;
}
#kol_txt .arhiva_naslov {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin-top: 2px;
}
#kol_txt a.crnilink:link, #kol_txt a.crnilink:visited {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#kol_txt a.crnilink:hover {
	color: #0099CC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.okvir {
	background-image: url(../pix/okvir_pozadina.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border: 1px solid #DDDDDD;
}
#kol_vijesti {
	float: left;
	width: 190px;
}



/* blok sa vijestima na podsstranicama */

#kol_vijesti li {
	list-style-type: none;
	margin-left: -40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#kol_vijesti a:link, #kol_vijesti a:visited {
	text-decoration: none;
	color: #999999;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
}
#kol_vijesti a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #EEEEEE;
	display: block;
	padding-left: .5em;
}
#kol_vijesti ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
