body, html, tr, td, div, ul, li, img, form, input, table {
	margin: 0; padding: 0;
	color: #49360d;
	font: normal 100%/110% Courier New, Arial, Helvetica, sans-serif;
}

html, body { width: 100%; }

body {
	background: #e1ddce;
	font-size: 13px;
}

ul {
	list-style: square;
}

h1, h2, h3, h4 {
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 5px 0px 10px;
}

h2 {
	font-size: 14px;
	color: #a43c37;
}

h3 {
	color: #a43c37;
	font-weight: bold;
}

a, a:visited  {
	color: #a43c37;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img { border: 0; }

.bold {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #a43c37;
}

.clearDiv {
	clear: both;
}

#wrapper {
	width: 980px;
	margin: auto;
}


#site {
	width: 880px;
	margin-left: 41px;
	padding: 0px 10px;
	background: url('/imgs/site_background.jpg') repeat-y;
}

/* --- HEADER --- */

#header_cir {
	background: url('/imgs/header_background_cir.jpg') no-repeat;
	height: 214px;
	font-size: 12px;
	padding: 10px 70px;
}

	#search {
		float: right;
		background: url('/imgs/header_search.png') no-repeat;
		width: 235px;
		height: 54px;
		margin-top: -10px;
		margin-right: -25px;
		padding-left: 22px;
		padding-top: 13px;
	}
	
		#search .search {
			width: 182px;
			height: 18px;
			border: none;
			background: none;
			padding: 2px;
		}
		
		#search .submit {
			vertical-align: middle;
			margin-top: -2px;
		}
	
	#lang {
		float: right;
		font-size: 11px;
	}
	
	#lang a, #lang a:hover, #lang a:visited {
		color: #000;
	}
	
	#lang a.current {
		color: #a43c37;
	}
	
	.prijavi {
		margin-top: -20px;
		float: right;
		background: url('/imgs/header_prijavi.png') no-repeat;
		height: 125px;
		width: 90px;
		display: block;
	}
	
	.prijavi:hover {
		background-position: 0px -125px;
	}

/* --- MENU --- */

#top_menu {
	border-bottom: 2px solid #a43c37;
}

	#top_menu ul {
		margin: 0px;
		margin-left: 200px;
		list-style-type: none;
	}
	
		#top_menu ul li {
			float: left;
			color: #000;
			font-size: 16px;
			padding: 5px;
		}
		
		#top_menu ul li a, #top_menu ul li a:visited {
			display: block;
			padding: 3px 5px;
			color: #4b4844;
			font-weight: bold;
			text-decoration: none;
		}
		
		#top_menu ul li a:hover, #top_menu ul li a:visited:hover, #top_menu ul li.current a{
			color: #fff;
			background: #a43c37;
		}
		
		#top_menu ul li:hover ul, #top_menu ul li ul:hover  {visibility: visible;}
		
		#top_menu ul li ul {
			min-width: 150px;
			position: absolute;
			margin-left: 0px;
			visibility: hidden;
			background: #ebe6d9;
			padding: 0px;
			list-style-type: none;
		}
		
		#top_menu ul li ul li {
			float: none;
		}
		
		#top_menu ul li ul li a:visited, #top_menu ul li ul li a:link {
			background: none;
			color: #666666;
			font-weight: normal;
		}

#content {
	margin-top: 10px;
	padding-bottom: 20px;
}

#left_column {
	float: left;
	width: 225px;
}

.info {
	width: 207px;
	margin-top: 15px;
}

	.info .info_header {
		width: 207px;
		height: 86px;
		background: url('/imgs/info_header.png') no-repeat;
	}
	
	.info .info_content {
		background: url('/imgs/info_background.png') repeat;
		padding: 10px;
		color: #333333;
		font-size: 12px;
	}
	
	.info .info_content div {
		margin-bottom: 15px;
	}
	
		.more {
			font-weight: normal;
		}
		
		a.more:link, a.more:visited {
			color: #4b4844;
		}
		
		a.more:link:hover, a.more:visited:hover {
			color: #a43c37;
		}
		
			
	.info .info_content .info_title {
		color: #824343;
	}

.icons {
	color: #824343;
}

/* ICONS */
.icon_pretraga {display: block; width: 64px; height: 70px; background: url('/imgs/icon_pretraga.png') no-repeat;}
.icon_dokumenti {display: block; width: 73px; height: 70px; background: url('/imgs/icon_dokumenti.png') no-repeat;}
.icon_medija {display: block; width: 54px; height: 70px; background: url('/imgs/icon_medija.png') no-repeat;}
.icon_medija:hover, .icon_pretraga:hover, .icon_dokumenti:hover {background-position: 0px -70px;}

.icons div {
	float: left;
	margin-right: 10px;
}

.links {
	margin-top: 15px;
}

.links .link {
	background: url('/imgs/links_link.png') no-repeat;
	height: 40px;
	width: 221px;
	margin-left: -9px;
	color: #fff;
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 11px;
}

	.links .link img {
		float: left;
		vertical-align: middle;
		margin-right: 10px;
		margin-top: -5px;
	}
	
	.links .link a {
		display: block;
		padding: 5px;
		color: #fff;
	}
	
.links_header {
	background: url('/imgs/links_header.png') no-repeat;
	width: 204px;
	height: 51px;
}

.links_footer {
	background: url('/imgs/links_footer.png') no-repeat;
	height: 13px;
	width: 196px;
	margin-left: 4px;
}

.link_sep {
	background: url('/imgs/links_sep.png') no-repeat;
	height: 7px;
	width: 205px;
	margin-left: -1px;
}

#right_column {
	width: 640px;
	float: right;
	left: 230px;
}

#archive {
	padding: 8px;
	font-family: tahoma;
}

#archive ul {
	margin-left: 15px;
}

#archive ul li.month {
	list-style-type: none;
}

#archive ul li.year {
	font-weight: bold;
}

.news {
	border-bottom: 1px solid #9a8c5f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* MEDIJA */
.media_photo {float: left; display: block; width: 200px; height: 232px; background: url('/imgs/fotografije_cir_icon_full.png') no-repeat;}
.media_audiovideo {margin-left: 10px; float: left;  position: relative; display: block; width: 200px; height: 232px; background: url('/imgs/audiovideo_cir_icon_full.png') no-repeat;}
.media_links {margin-left: 10px; float: left; position: relative; display: block; width: 200px; height: 232px; background: url('/imgs/linkovi_cir_icon_full.png') no-repeat;}
.media_photo:hover, .media_audiovideo:hover, .media_links:hover {background-position: 0px -232px;}

#footer {
	margin-top: 20px;
	border-top: 2px solid #9a8c5f;
	padding: 17px;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

.map_right {
	display: none;
	float: right;
	position: relative;
	top: 0px;
	left: 0px;
	width: 212px;
	padding: 8px;
	background: #e2dccf;
	border: 1px solid #9a8c5f;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
}

	.map_right img {
		margin: 5px 0px;
	}
	
	.map_right table {
		width: 100%;
		border-bottom: 1px solid #d6cdb9;
		text-align: left;
		padding-bottom: 5px;
	}
	
	.map_right table td {
		color: #000;
		font-family: tahoma;
	}
	
	.map_right table td.right {
		text-align: right;
	}
	
	.map_right table.ukupno {
		border: 0px;
	}
	
	.map_right table.ukupno th {
		color: #d80c03;
	}
	
	.map_right table.ukupno td.right {
		color: #d80c03;
	}
	
	.map_right table th a, .map_right table th {
		font-weight: bold;
	}

.main {
	display: block;
}

.text_left {
	display: none;
	float: left;
	font-size: 12px;
	width: 398px;
}

.text_left h2, .text_left h3 {
	margin-bottom: 5px;
	margin-top: 10px;
}

.text_left table td {
	padding-right: 15px;
}

img {
	border: 0px;
}

.left_text_back {
	width: 398px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #9a8c5f;
	text-align: center;
	margin-bottom: 15px;
}

.left_text_back a {
	margin: auto;
	display: block;
	width: 116px;
	height: 72px;
	background: url('/imgs/map_srb.png') no-repeat;
}

.left_text_back a:hover {
	background-position: 0px -72px;
}

textarea {
	width: 380px;
	height: 160px;
}

.mediaGallery td {
	width: 210px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}

.film_stripe {
	width: 210px;
	height: 232px;
	background: url('/imgs/film_stripe.png') no-repeat;
	vertical-align: middle !important;
	text-align: center;
	padding: 0px !important;
	padding-top: 2px  !important;
}

.page_nav {
	padding:15px;
	clear:both;
	border-top: 2px solid #a43c37;
	text-align: center;
}

.media_list_photo {
	text-align: center;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/imgs/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/imgs/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

