@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0;
	border: 0;
}
body {
	height: 100%;
	font-size: 76%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	border: 0;
	background-image: url(../images/pozadina.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cee7fa;
	/* color: #274e74; */
	color: #333;
}
form {
	padding: 0;
	margin: 0;
}
object {
	border: none;
	outline: 0;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing: -1px;
	color: #6986b3;
	font-weight: normal;
}
h1 {
	padding: 0 0 0.8em 0;
	margin: 0;
	font-size: 1.5em;
}
h2 {
	padding: 0 0 0.7em 0;
	margin: 0;
	font-size: 1.3em;
}
h3 {
	padding: 0 0 0.6em 0;
	margin: 0;
	font-size: 1.2em;
}
h4 {
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 1.15em;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: normal;
}

a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.clear {
	clear: both;
	line-height: 1;
}

/* INFO, WARNING, ERROR */
.info {
	clear: both;
	color: #009900;
	padding: 10px 10px 10px 42px;
	background-color: #EAFFEA;
	border: 1px dotted #00CC00;
	margin: 0 0 10px 0;
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	clear: right;
}
.error {
	clear: both;
	color: #FF0000;
	padding: 10px 10px 10px 42px;
	background-color: #FFF0F0;
	border: 1px dotted #FF0000;
	margin: 0 0 10px 0;
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	clear: right;
}
.warning {
	clear: both;
	color: #FF6600;
	padding: 10px 10px 10px 42px;
	background-color: #FFF5F0;
	border: 1px dotted #FF6600;
	margin: 0 0 10px 0;
	background-image: url(../images/icon_warning.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	clear: right;
}



/* -------- MAIN CONTAINER -------- */
/* HEADER */
.wide_container {
	background-image: url(../images/nebo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
}
.main_container {
	width: 950px;
	padding: 27px 0 20px 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
html>body .main_menu_bar {
	background-image: url(../images/header_menu_bar.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 43px;
	color: #6191c0;
}
* html body .main_menu_bar {
	background-image: url(../images/header_menu_bar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 43px;
	color: #6191c0;
}
.language_bar {
	text-align: right;
	float: right;
	width: 150px;
	padding: 16px 15px 0 15px;
	font-size: 10px;
	line-height: normal;
	overflow: hidden;
}
.language_bar img {
	padding: 0 5px 0 0;
}

.header_image {
	z-index: 1;
	height: 154px;
	/* background-image: url(../images/header_drvo.png);
	background-position: top left;
	background-repeat: no-repeat; */
}
/* CONTENT */
.content_container {
	background-image: url(../images/sadrzaj_pozadina.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF;
	padding: 30px 0 30px 0;
}

/* Glavni meni */
html>body .main_menu_container {
	z-index: 10;
	float: left;
	width: 755px;
	margin: 0 0 0 15px;
}
* html body .main_menu_container {
	z-index: 10;
	float: left;
	width: 755px;
	margin: 0 0 0 5px;
}
.main_menu {
	overflow: hidden;
	font-size: 12px;
	z-index: 10;
	height: 43px;
}

.main_menu ul {
	z-index: 10;
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	width: auto;
	overflow: hidden;
}
.main_menu ul:hover {
	overflow: visible;
}
/* suckerfish */
.main_menu ul li { /* all list items */
	z-index: 10;
	overflow: hidden;
	height: 43px;
	margin: 0;
	float: left;
	width: auto;
	/*width: 10em; /* width needed or else Opera goes nuts */
}
.main_menu ul li:hover {
	z-index: 10;
	overflow: visible;
	height: auto;
	
}
.main_menu ul li a:link, .main_menu ul li a:visited, .main_menu ul li a:active {
	text-decoration: none;
	color: #6191c0;
	display: block;
	width: auto;
	padding: 15px 10px 13px 10px;
}
.main_menu ul li a:hover { /* aktivni hover za sve linkove*/
	background-image: url(../images/main_menu_hover.gif);
	color: #6191c0;
}

.main_menu ul li ul { /* second-level lists */
	font-weight: normal;
	position: absolute;
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #e7edae;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.main_menu ul li:hover {
	background-image: url(../images/main_menu_hover.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.main_menu ul li ul li { /* second-level lists */
	height: auto;
	width: auto;
	clear: left;
	/* filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8; */
}
.main_menu ul li ul li:hover { /* second-level lists */
	background-image: none;
}
.main_menu ul li ul li a:link, .main_menu ul li ul li a:visited, .main_menu ul li ul li a:active { /* Opera fix */
	color: #6191c0;
	padding: 5px 10px 5px 15px;
	margin: 0;
}
.main_menu ul li ul li a:hover { /* Opera fix */
	padding: 5px 10px 5px 15px;
	margin: 0;
	background-image: url(../images/main_menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	/*height: 24px;*/
}
.main_menu li:hover ul, .main_menu ul li.sfhover ul { /* lists nested under hovered list items */
	margin: 0;
	padding: 0;
	left: auto;
}

/* BODY */ 
.content_without_submenu {
	padding: 0 30px 0 30px;
	clear: both;
}
.content_with_submenu {
	float: left;
	padding: 0 30px 0 30px;
	width: 635px;
}
.sub_menu {
	float: left;
	width: 240px;
	padding: 0 10px 20px 0;
}
.sub_menu h1 {
	padding: 0 10px 0 30px;
	/* color: #6392c1; */
	color: #FFF;
}
.sub_menu h2 {
	padding: 5px 10px 0 30px;
	/* color: #6392c1; */
	color: #FFF;
}
html>body .sub_menu_top {
	width: 240px;
	background: url(../images/podmeni_pozadina.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 0;
}
html>body .sub_menu_center {
	background-image: url(../images/podmeni_pozadina_transparent_tile.png);
	padding: 0 0 1px 0;
}
html>body .sub_menu_bottom {
	width: 240px;
	background: url(../images/podmeni_pozadina.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 0;
}
* html body .sub_menu_top {
	width: 240px;
	background: url(../images/podmeni_pozadina.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 0;
}
* html body .sub_menu_center {
	background-color: #cadced;
	padding: 0 0 1px 0;
}
* html body .sub_menu_bottom {
	width: 240px;
	background: url(../images/podmeni_pozadina.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 0;
}

.sub_menu_center ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	list-style: none;
}
.sub_menu_center ul li {
	margin: 1px 0 1px 0;
}
.sub_menu_center ul li a:link, .sub_menu_center ul li a:visited, .sub_menu_center ul li a:active {
	padding: 3px 10px 3px 30px;
	width: 200px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	background-color: #eff6fb;
	color: #6392c1;
}
.sub_menu_center ul li a:hover {
	padding: 3px 10px 3px 30px;
	background-color: #e7edae;
	width: 200px;
	display: block;
}
.submenu_active {
	background-color: #234863;
	text-indent: 10px;
	background-image: url(../images/list1.gif);
	background-position: 8px;
	background-repeat: no-repeat;
}
/* ------- DINAMIČKI SADRŽAJ ------- */
.category_description
{
	padding: 0 0 2em 0;
	clear: both;
}
/* BLOG PRIKAZ */
.content_article {
	margin: 0 0 2em 0;
	clear: both;
}
.content_article h2 {
	padding: 0 0 0.7em 0;
	margin: 0;
}
.article_author {
	color: #7f9ac4;
	font-size: 0.9em;
	clear: both;
}
.article_date {
	color: #7f9ac4;
	font-size: 0.9em;
	padding: 0;
	clear: both;
}
.article_intro {
	padding: 20px 0 0 0;
	clear: both;
}
.read_more {
	text-align: left;
	padding: 15px 0 15px 0;
	clear: both;
}
.read_more a:link, .read_more a:visited, .read_more a:hover {
	font-size: 0.9em;
	text-decoration: none;
	color: #F60;
}
.read_more a:hover {
	color: #e89039;
}
/* LISTA PRIKAZ */
.category_list_article {
	float: left;
	width: 98%;
	clear: both;
	margin: 1px 0 0 0;
	padding: 4px;
	/* color: #274e74; */
	color: #FFF;
	line-height: normal;
	background-color: #cbdced;
}
.category_list_no {
	height: auto;
	float: left;
	text-align: left;
	width: auto;
	padding: 0 4px 0 4px;	
}
.category_list_heading {
	height: auto;
	float: left;
	width: auto;	
	padding: 0 15px 0 4px;	
}
.category_list_article a:link, .category_list_article a:visited, .category_list_article a:active {
	color: #6392c1;
	text-decoration: none;
}
.category_list_article a:hover {
	color: #80aad4;
}
.category_list_article_author {
	color: #999999;
	height: auto;
	float: right;
	text-align: center;
	width: auto;
	padding: 0 15px 0 4px;	
}
.category_list_article_date {
	height: auto;
	float: right;
	text-align: center;
	width:  auto;
	padding: 0 4px 0 4px;	
}


/* paginacija */
.pagination {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	color: #7f9ac4;
	font-size: 0.9em;
	clear: both;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
	color: #F60;
	text-decoration: none;
}
.pagination a:hover {
	color: #e89039;
}


.page_prev {
	width: 24%;
	text-align: left;
	float: left;
}
.page_of_pages {
	width: 50%;
	text-align: center;
	float: left;
}
.page_next {
	width: 25%;
	text-align: right;
	float: left;
}
.page_list {
	clear: left;
	padding: 15px 0 0 0;
}
.page_list_start {
	clear:both;
	margin: 5px 0 5px 0;
}
.page_list_urls {
	clear: both;
}
.page_no {
	padding: 0;
}
.page_no_active {
	padding: 0;
}

.page_no a:link, .page_no a:visited, .page_no a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 6px 3px 6px;
	margin: 1px;
	background-color: #a8a9ab;
}
.page_no a:hover {
	color: #FFF;
	background-color: #ccc;
}

.page_no_active a:link, .page_no_active a:visited, .page_no_active a:active {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 6px 3px 6px;
	margin: 1px;
	background-color: #ef944b;
}
.page_no_active a:hover {
	color: #FFF;
	background-color: #efad79;
}

/* CONTACT */
.contact_intro_text {
	clear: both;
	margin: 0 0 2em 0;
}
.contact_address {
	clear: both;
	margin: 0 0 2em 0;
}
.contact_phones {
	clear: both;
	margin: 0 0 2em 0;
}
.contact_form {
	clear: both;
}
.email_from_container {
	width: 100%;
	clear: both;
}
.email_from {
	float: left;
	text-align: right;
	padding: 5px;
	width: 100px;
}
.email_from_field {
	float: left;
	clear: right;
	padding: 5px;
}
.email_from_field input {
}	
.email_message_container {
	width: 100%;
	clear: both;
}
.email_subject_container {
	width: 100%;
	clear: both;
}
.email_subject_container input {
}
.email_subject {
	float: left;
	text-align: right;
	padding: 0 10px 0 10px;
	width: 100px;
	padding: 5px;
}
.email_subject_field {
	float: left;
	clear: right;
	padding: 5px;
}


.email_message {
	float: left;
	text-align: right;
	padding: 0 10px 0 10px;
	width: 100px;
	padding: 5px;
}
.email_message_field {
	float: left;
	clear: right;
	padding: 5px;
}
.email_message_field textarea {
}

.email_send_button {
	clear: both;
	padding: 5px 0 10px 115px;
}

.captcha_image {
	text-align: right;
	float: left;
	padding: 5px;
	width: 100px;
}
.captcha_image_field {
	float: left;
	clear: right;
	padding: 5px;
}
.captcha_image_field img {
	float: left;
	padding: 0 5px 0 0;
}
.captcha_image_field input {
	height: 19px;
	float: left;
	font-weight: bold;
}
.captcha_container {
	width: 100%;
	clear: both;
}


.table_heading {
	background-color: #63808a;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
.table_row_1 {
	background-color: #DDDDDD;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}
.table_row_2 {
	background-color: #CCCCCC;
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}

/* FOOTER */
.footer_container {
	background-color: #9fbedb;
	color: #FFF;
}
.sponsors {
	padding: 20px 30px 20px 30px;
}
.credits {
	padding: 0 30px 0 30px;
	font-size: 0.8em;
	color: #d3e1ef;
}
.credits a:link, .credits a:visited, .credits a:active {
	color: #eff5fa;
}
.credits a:hover {
	color: #FFF;
}
html>body .footer_container_bottom_bar {
	background-image: url(../images/footer_bar.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
}
* html body .footer_container_bottom_bar {
	background-image: url(../images/footer_bar.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
}
.page_generated {
	color: #9fbedb;
}

/* GALERY */
.galery_category_list { }
.galery_category_item { }
.galery_category_heading h2 {
	padding: 0;
	margin: 0;
}
.galery_category_galeries_no {
	font-size: 0.9em;
	padding: 0 0 10px 0;
}
.galery_category_description { 	padding: 0 0 10px 0; }

.galery_list { }
.galery_item { }
.galery_heading h3 {
	padding: 0;
	margin: 0;
}
.galery_images_no {
	font-size: 0.9em;
	padding: 0 0 10px 0;
	color: #4d727d;
}
.galery_description { 	
	padding: 0 0 10px 0;
	color: #6594A3;
}

/* Galerija */
.galery_pictures {
	padding: 20px 0 20px 0;
	clear: both;
}
.galery_picture {
	height: 150px;
	width: 150px;
	margin: 0 5px 5px 0;
	float: left;
}
html>body .galery_picture_up {
	width: 130px;
	text-align: center;
	background-image: url(../images/galery_image_background.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
}
html>body .galery_picture_down {
	width: 150px;
	background-image: url(../images/galery_image_background.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
}
* html body .galery_picture_up {
	width: 130px;
	text-align: center;
	background-image: url(../images/galery_image_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
}
* html body .galery_picture_down {
	width: 150px;
	background-image: url(../images/galery_image_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
}

/* UPGRADE BROWSER */
.upgrade_browser {
	clear: both;
	background-color: #ffffe7;
	width: auto;
	background-image: url(../images/ie_shield.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #FF0000;
}

.upgrade_browser p {
	padding: 7px 10px 7px 30px;
	margin: 0;
}

.upgrade_browser a:link, .upgrade_browser a:visited, .upgrade_browser a:active {
	color: #0000CC;
	text-decoration: underline;
	border: none;
}
.upgrade_browser a:hover {
	color: #0066CC;
	border: none;
}
