﻿/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	color:#555;
	font: 0.7em Helvetica, "Trebuchet MS", Arial, Georgia, sans-serif;
	text-align:center;
	background:#fff url(../art/bg-x.gif) repeat-x center top;
}

/* PRIKAZ LOGA */
h1 {
	position:relative;
	width:585px;
	height:90px;
	text-indent:-8000px;  
	top:65px;
	left:35px;
}
h1 a{
	display:block;
	height:90px;
	text-decoration:none;
}
/*h1 a:hover {
	background:url(../art/logo_hover.gif) no-repeat left top;
}*/

/* OSTALI GLAVNI DIO - ZAJEDNICKE DEFINICIJE */
h2, h3, h4, p, ul, table, form, .sazetak, .tekst {
	margin-bottom:10px;
}
h2, a {
	color:#8D172D;
}
/* OSTALI GLAVNI DIO */
h2 {
	font-size:200%;
	font-weight:normal;
}
h3 {
	font-size:160%;
	font-weight:normal;
	color:#000;
}
h4 {
	font-size:140%;
}
p, .tekst, .sazetak, .prikaz_novosti span, .natuknice li, .searchitem span, .opis, #anketa label {
	line-height:160%;
	font-size:110%;
}
.nabrajanje p {
	line-height:120%;
}
.opsirnije {
	display:block;
	margin-top:5px;
}
/* TABLICE */
table {
	font-size:1.1em;
	border-top:1px solid #F8F8F8;
	border-right:1px solid #F8F8F8;
}
.prikaz table {
	width:100%;
	border:2px solid #8D172D;
	background:#fff;
}
.prikaz td, .prikaz th {
	border-left:none;
	padding:2px 5px;
}
th, td {
	padding:4px 8px;
	border-left:1px solid #F8F8F8;
	border-bottom:1px solid #F8F8F8;
}
th {
	text-align:left;
}

/* LINKOVI */
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3 a {
	color:#000;
}
h3 a:hover {
	color:#8D172D;
	text-decoration:none;
}
a img, .image img {
	border:1px solid #CCC;
	padding:1px;
}
a:hover img {
	border:1px solid #AAA;
}
/* NATUKNICE */
ul.natuknice {
	margin-left: 20px;
}
.natuknice ul {
	margin-left:30px;
}
.natuknice ul ul {
	margin-left:40px;
}
ul.natuknice li ul li, ul.natuknice li ul li ul li {
	font-size:inherit;	
}

/* GLAVNI DIO */
#container {
	width:956px;
	margin:0 auto;
	background:transparent url(../art/container-bg.gif) no-repeat center top;
	text-align:left;
}
#bg-image {
	background:url(../art/logo-bg.jpg) repeat-y 2px top;
	margin-left:10px;
	margin-top:10px;
	min-height:900px;
}
#head {
	width:940px;
	margin-left:10px;
	margin-bottom:10px;
	height:220px;
	background:url(../art/head/rotator.php) no-repeat;
}
#content {
	width:470px;
	margin:20px 0 0 18px;
	float:left;
}
#helper {
	width:410px;
	margin:20px 28px 0 0;
	float:right;
}
.left {
	width:200px;
	float:left;
}
.right {
	width:200px;
	float:right;
}
#flashcontent {
	
}
/* CONTENT */
#content div {
	
}

/* HELPER */
#helper div {
	margin-bottom:10px;
}
#helper h3 {
	font-family:"Lucida Sans Unicode", Helvetica;
	color:#8D172D;
	text-transform:uppercase;
	font-size:100%;
	padding:3px 14px;
	background:#F5F5F5;
}
#helper .right h3 {
	padding:3px 0;
	background:transparent;
}
#helper h3, #helper p, #helper .opsirnije {
	margin:0;
}
#helper img {
	border:1px solid #CCC;
	padding:1px;
}
.lista {
	width:200px;
}
.lista ul {
	list-style:none;
	font-size:100%;
	font-family:Helvetica;
	width:100%;
}
.lista li {
	background:url(../art/iscrtkano.gif) repeat-x left bottom;
}
.lista ul a {
	display:block;
	margin:0;
	background:url(../art/button2.gif) no-repeat 3px center;
	padding:3px 15px;
	color:#A67880;
	width:100%;
}
.lista ul a:hover {
	background:url(../art/button2.gif) no-repeat 5px center;
	text-decoration:none;
	color:#000;
}
/* NAGLASENO */
.naglaseno {
	border:1px solid #CCC;
	background:#F5F5F5;
	padding:5px;
	margin-bottom:10px;
}
.naglaseno * {
	margin:0 0 5px 0;
	padding:0;
	border:none;
}
#helper .left .naglaseno h3 {
	padding-left:0;
}
/* GALERIJA FOTOGRAFIJA */
.galerija {
	margin-top:10px;
	text-align:left;
}
.galerija img {
	margin:0 10px 10px 0;
	padding:1px;
}
/* .. s opisom .. */
.galerija_txt {
	float:left;
	margin: 0 10px 10px 0;
}
.galerija_txt span {
	margin-top:5px;
	display:block;
	color: #838383;
	width:210px;
}
.galerija_txt a:hover {
	text-decoration:none;
}

/* NOVOSTI */
.newsitem {
	background:url(../art/iscrtkano.gif) repeat-x left bottom;
	padding-bottom:5px;
	margin-bottom:10px;
}
.last {
	background:transparent;
	margin:0;
}
.newsitem .image img {
	margin:5px 10px 5px 0;
}
.prikaz_novosti {
	
}
.sazetak {
	font-size:140%;
	color:#000;
}
.prikaz_novosti span {
	display:block;
}
.image {
}
.image img {
	float:left;
	margin:0 10px 10px 0;
}
/*.newsitem .image a img {
	border:1px solid #CCC;
	padding:1px;
}
.newsitem .image a:hover img {
	border:1px solid #AAA;
}*/

/* PRETRAZIVAC */
.searchitem {
	clear:both;
	margin-bottom:10px;
	padding-bottom:5px;
	width:470px;
	float:left;
}
.searchitem * {
	margin:0;
	padding:0;
}
.searchitem h2, .searchitem h3 {
	width:auto;
}
.searchitem span {
	display:block;
}
.prvi {
	float:left;
	padding-right:10px;
	text-align:right;
}
.drugi {
	float:left;
	border-left:1px solid #CCC;
	padding-left:10px;
	max-width:390px;
}
.searchitem em {
	font-style:normal;
	background:#ccc;
}

/* DESNI DIO */

/* IZDVOJENO */

/* FORMS */
.skriveno {
	display:none;
}
/*#search form {
	margin-bottom:10px;
}*/
form {
	position:relative;
	color:#555;
	z-index:1;
}
#pagesearch form {
	background:transparent;
}
fieldset {
	margin:0;
	border:none;
}
small {
	float:right;
	margin:-15px 0 0 0;
	font-size:1em;
	color:#555;
	font-weight:normal;
}
/*label {
	margin-bottom:5px;
}
input {
	padding:5px;
}
*/
select, textarea, input {
	display:block;
	margin:3px 0 10px;
	width:100%;
	font-size:1em;
	border:1px solid #CCC;
	padding:5px;
}
label input {
	width:460px;
}
input.button {
	display:inline;
	width:auto;
	border:1px solid #3B3B3B;
	background:#8D172D;
	color:#fff;
	margin-right:10px;
	padding:3px 6px;
}
#pagesearch input {
	margin:0;
	display:inline;
}
.required {
	color:#FF0000;
}
.checkbox input {
	width:auto;
	border:none;
}
/* ANKETA */

#anketa input {
	width:auto;
	border:none;
	display:inline;
	position:relative;
	margin-right:5px;
	top:9px;
}

/* DISPLAY PAGE SEARCH */
#pagesearch {
	border:1px solid #CCC;
	padding:10px;
	text-align:center;
	color:#BABABA;
	margin-bottom:10px;
}
#pagesearch div {
	display:block;
}
#pagesearch form {
	display:inline;
	margin:0;
	padding:0;
}
#pagesearch input.stranica {
	font-size:1em;
	padding:2px;
	width:20px;
}

/* NAVIGACIJA */
.navigation {
	margin-bottom:10px;
	font-family:Helvetica;
}
.navigation ul {
	width:100%;
	font-size: 100%;
	background:#8D172D;
}
.navigation ul ul {
	background:#993447;
}
.navigation ul ul ul {
	background:#AE4F61;
}
.navigation ul ul {
	margin-bottom:0;
}
.navigation ul li {
	list-style:none;
}
.navigation ul a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.navigation ul a span{
	display:block;
	padding: 5px 10px; 
}
.navigation ul li li a span{
	padding:5px 20px;
}
.navigation ul li li li a span{
	padding:5px 30px;
}
.navigation ul a:hover, .navigation ul a.selected {
	background:#710E21;
	color:#fff;
	text-decoration:none;
}
.navigation em {
	font-style: normal;
	border-bottom:1px solid #fff;
}
.navigation .selected em, .navigation a:hover em {
	border-bottom:1px solid #fff;
}

/* FOOTER */
#footer {
	background:url(../art/iscrtkano.gif) repeat-x left top;
	width:900px;
	margin-left:20px;
	padding:10px 0;
	color:#888;
}
#footer strong {
	font-weight:normal;
	color:#A67880;
}
#footer a {
	color:#A67880;
}
#footer em {
	font-style: normal;
	border-bottom:1px solid #8D172D;
}
#footer a:hover em {
	border-bottom:1px solid #fff;
}
