body, table, tr, td, a, p {
	padding: 0px;
	margin: 0px;
	font: 11px/1.8 verdana, arial, helvetica, sans-serif;
	color: #333333;
}

body {
	background:#FFFFFF url(../images/footer-back.gif) repeat-x fixed bottom;
}

/* za postavljanje footera na dno stranice */
html, body {
	height: 100%;
}

/* za postavljanje footera na dno stranice */
#back {
	margin: 0px;
	background: url(../images/header-back.gif) repeat-x top;
	position: relative;
	height: 100%;
	min-height: 100%;
}

/* za postavljanje okvira */
#conteiner1 {
	width: 736px;
	border: 1px none transparent;
	margin: 0 auto;
}

#conteiner2 {
	width: 100%;
	background: #FFFFFF url(../images/golub-back.gif) no-repeat bottom right;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #0A5930;
}

a, a:visited {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* brise float */
.clearer {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* === HEADER stilovi ===*/
#header {
	margin: 0px;
	padding: 0px;
	background-color: #109451;
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
	height: 125px;
}

* html #header {
	text-align:left;
}

#header .top {
	padding: 0px;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	color:#595C7D;
	margin: 10px 0px 0px 0px;
}

* html #header .top {
	margin:  0px;
}

#header .top p{
	font-family:"Trebuchet MS", Verdana, Tahoma;
	color: #006600;
	font-size: 25px;
	line-height: 29px;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
}

#header .top img {
float:left;
margin-right: 25px;
margin-left: 20px;
}

#header .top img.sih {
	float: right;
	margin-right: 10px;
	border: 0px none;
}

/* ===== TOP MENI stilovi ===== */
#meni {
	margin: 2px auto 0px auto;
	padding: 0px;
	color: #FFFFFF;
	height: 20px;
	width: 100%;
}

* html #meni {
	margin: 0px;
	text-align:center;
}

/* micanje bulleta, margina i paddinga s liste */
#meni ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

/* float da bi bila vodoravna i relativna */
/* da možemo kontorlirati poziciju dropdown menija */
#meni li {
	float:left;
	padding: 0px;
	margin: 0px;
	position:relative;
	display:inline;
}

/* style za tablicu kako ne bi bila dio layouta - potrebno za IE */
#meni table {position:absolute; top:0; left:0;}

/* glavni stil za linkove - bit ce primijenjen i na ostale ako se ne promijeni */
#meni a, #meni a:visited {
	float:left;
	position:relative;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 4px 0px; /* razmak od ruba do unutrasnjih linija */
	height: 17px; /* visina linka - tako da dolazi do doljnjeg ruba */
}

/* hack za IE5.5 */
* html #meni a, * html #meni a:visited  {
	text-align:left;
}


/* stil za unutrasnje linije */
#meni a span, #meni a:visited span {
	margin: 0px;
	padding: 0px 11px;
	height:13px; 
	line-height:14px;
	border-right: 1px solid #90C7A3;
}

/* style za linkove dropdown menija */
#meni ul ul a, #meni ul ul a:visited {
	margin: 0px;
	background:#D4ECDF; 
	color:#40AA73; 
	border-left: 1px solid #40AA73;
	border-right: 1px solid #40AA73;
	border-bottom: 1px solid #40AA73;
	height:auto; 
	line-height:14px; 
	padding:3px 10px; 
	width:115px;
}

/* hack za IE5.5 */
* html #meni ul ul a, * html #meni ul ul a:visited{
	width:132px;
	w\idth:115px;
}

/* style za background drugog nivoa koji ima podmeni */
#meni ul ul a.drop, #meni ul ul a.drop:visited {
	background:#DBEFE5 url(../images/meni_drop.gif) bottom right no-repeat;
}

/* style za background drugog nivoa koji ima podmeni - hover */
#meni ul ul a.drop:hover{
	background:#BDE2CF url(../images/meni_drop-full.gif) top right no-repeat; 
}
#meni ul ul :hover > a.drop {
	background:#BDE2CF url(../images/meni_drop-full.gif) top right no-repeat; 
}

/* skrivamo dropdown menije i postavljamo ih na apsolute kako ne bi zauzimali mjesto */
#meni ul ul {
	visibility:hidden;
	width:122px;
	position:absolute;
	height:0px;
	top:23px; /* odmak od vrha menija do pocetka dropdowna - stavlja uz doljnji rub */
	left:0px; 
}

/* hack za IE5.5 */
* html #meni ul ul {
	top:22px;
	t\op:25px;
}

/* 3. nivo dropdown - postavke lijevo i gore */
#meni ul ul ul a, #meni ul ul ul a:visited {
	width:113px;
}

* html #meni ul ul ul a, * html #meni ul ul ul a:visited {
	width:135px;
}

#meni ul ul ul{
	width:135px;
	left:116px; 
	top:4px;
	z-index: 50;
	border-top: 1px solid #40AA73;
}

/* hack za IE5.5 */
* html #meni ul ul ul {
	width: 135px;
	w\idth: 135px;
	top:-1px;
	left:120px;
	l\eft:119px;
}

/* 3. nivo left meni (ako nema mjesta na desno) */
#meni ul ul ul.left {
	left:-122px;
}

/* top level link hover */
#meni a:hover {
	color: #FFCC00;
	background:transparent; 
}
#meni :hover > a {
	color: #FFCC00;
	background:transparent; 
}

/* downmeni link hover */
#meni ul ul a:hover{
	background:#81C7A2; 
	color: #FFFFFF;
}
#meni ul ul :hover > a {
	background:#81C7A2; 
	color: #FFFFFF;
}

/* 2. nivo visible kada je drugi nivo hover */
#meni ul li:hover ul,
#meni ul a:hover ul{
	visibility:visible; 
}
/* 3. nivo hidden kada je drugi nivo hover */
#meni ul :hover ul ul{
	visibility:hidden;
}

/* 3. nivo visible kada je drugi nivo hover */
#meni ul :hover ul :hover ul{ 
	visibility:visible;
}
/* TOP MENI kraj */


/* ===== CONTENT ===== */
#content {
	margin: 30px;
}

#content p{
	margin-bottom: 11px;
}

#column {
	float: right;
	margin: 30px;
	clear:both
}

/* ===== CONTENT kraj ===== */


/* ===== FOOTER ===== */
#footer {
	width: 100%;
	margin: 0px;
	text-align: center;
}

#footer ul {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	list-style-type:none;
	border-left: 1px solid #78867C;
}

/* hack za IE5.5 */
* html #footer ul {
	padding: 0px;
}

#footer li {
	margin: 0px;
	display: inline;
	padding: 0px 7px 0px 3px;
	border-right: 1px solid #78867C;
}

/* hack za IE5.5 */
* html #footer li {
	padding: 0px 3px 0px 7px;
}

#footer a {
	color: #78867C;
}

#footer a:hover {
	color: #505953;
}

#footer p {
	margin: 4px;
	color: #76847A;
}

/* ===== FOOTER kraj ===== */

#content .naslov {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 24px;
	color: #547DBF;
	font-weight: bold;
}
img.right {
	float: right;
}

#kalendaric {
	display:inline;
	margin: 10px;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #330066;
	float: right;
}
#kalendaric .mjesec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #98ABCD;
	text-align: center;
	border-bottom: 1px solid #330066;
}
#kalendaric .dan, #kalendaric .dan-prazan, #kalendaric .dan-danas {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 16px;
	float: left;
	padding: 0px;
	width: 28px;
	text-align: center;
	background-color: #EDEFF3;
}
#kalendaric .dan, #kalendaric .dan-danas {
	border-left: 1px dotted #99C8E2;
	border-right: 1px dotted #99C8E2;
}
#kalendaric .dan-ime, #kalendaric .dan-prazan {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#kalendaric .dan-ime{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	float: left;
	padding: 0px;
	width: 28px;
	text-align: center;
	background-color: #8998BE;
}
#kalendaric .dan-danas {
	color: #990000;
	background-color: #99CCFF;
}
.aktivnost-naslov img {
	float: left;
	margin-right: 5px;
	border: 0px none;
}
.aktivnost-naslov, .aktivnost-naslov a, .aktivnost-naslov a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #3664B8;
	line-height: 34px;
	border: 0px none;
}
.aktivnost-naslov {
	border: 1px dotted #3361B7;
	float: left;
	clear: both;
	padding: 3px 10px 3px 5px;
	margin-top: 10px;
	background-color: #CCD7ED;
}
.aktivnost-naslov a:hover{
	text-decoration: underline;
}
.aktivnost-opis {
	clear: both;
	padding: 8px 0px 8px 45px;
}
ul.buleti {
	padding: 0px;
	margin: 0px 25px;
}
ul.buleti li {
	list-style-position: outside;
	list-style-image: url(../images/arrow-r.gif);
}
strong {
	font-weight: bold;
}
hr {
	height: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none;
	border-right: 0px none;
}
#opis-zborovanje p.mali {
	margin-bottom: 5px;
}

/* ============ STILE ZA GALERIJU SLIKA =========== */
#album {
padding: 10px;
margin-left:auto;
margin-right:auto;
}

/* brise float na kraju linije slajdova */
.clearer {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

#album a, #album a:visited {
	position: relative;
	display:block;
	float:left;
	width:140px;
	height:140px;
	border:1px solid #ddd;
	border-color:#E6EBF6 #666B76 #666B76 #E6EBF6;
	background-color: #CCD7ED; 
	text-align: center; 
	text-decoration: none; 
	color: #ddd;
	font-size:10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 0;
}

#album a.vod img {
	border:1px solid #888;
	margin-top: 25px;
}

#album a.oko img {
	border:1px solid #888;
	margin-top: 10px;
}

#album a:hover {
	background-color: #B2C3E4;
	z-index: 50;
}

#album a span{
	position: absolute;
	background-color: #FFFDCC;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	text-align: left;
	text-decoration: none;
	width: 150px;
	height: auto;
}

#album a.vod:hover span { 
	visibility: visible;
	top: 116px;
	left: 9px;
	z-index: 50;
}

/*Hack za IE */
* html #album a.vod:hover span {
	left: 9px;
}

#album a.oko:hover span { 
	visibility: visible;
	top: 131px;
	left: 24px;
	z-index: 50;
}

/*Hack za IE */
* html #album a.oko:hover span {
	left: 24px;
}

#album a span p.first{
	color: #444444;
	font-weight:bold;
	border-top: 0px none;
	padding: 0px;
}

#album a span p{
	color: #666666;
	margin: 5px;
	padding-top: 5px;
	border-top: 1px solid #BBB;
}

	#povlasteni {
		border-right: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		border-collapse: collapse;
		border-spacing: 0px;
	}

	#povlasteni thead {
		border: 1px solid #D9D9D9;
	}

	#povlasteni thead td{
		background-color: #3d80df;
		border: 1px solid #FFF;
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 9pt;
		padding: 3px 8px;
		line-height: 13px;
		text-align: center;
		color:#FFFFFF;
	}

	#povlasteni tbody tr td {
		margin:0;
		padding:0;
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 4px 8px;
		border-left: 1px solid #D9D9D9;
		line-height: 10px;
		text-align: center;
	}
	
#povlasteni td.left{
	text-align: left;
}
