@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/body_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #708a9b;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 1em;
}
h1 {
	padding: 0 0 0.8em 0;
	margin: 0;
	font-size: 1.5em;
	color: #FF9900;
}
h2 {
	padding: 0 0 0.7em 0;
	margin: 0;
	font-size: 1.3em;
	color: #FF9900;
}
h3 {
	padding: 0 0 0.6em 0;
	margin: 0;
	font-size: 1.2em;
	color: #FF9900;
}
h4 {
	padding: 0 0 0.5em 0;
	margin: 0;
	font-size: 1.1em;
	color: #FF9900;
}
a:link, a:visited, a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.clear {
	clear: both;
	line-height: 1;
}
/* INFO, WARNING, ERROR */
.info {
	color: #009900;
	padding: 10px 10px 10px 42px;
	background-color: #eeeeee;
	border: 1px dotted #00CC00;
	margin: 10px 0 10px 0;
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.error {
	color: #FF0000;
	padding: 10px 10px 10px 42px;
	background-color: #eeeeee;
	border: 1px dotted #FF0000;
	margin: 10px 0 10px 0;
	background-image: url(../images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.warning {
	color: #FF6600;
	padding: 10px 10px 10px 42px;
	background-color: #efefef;
	border: 1px dotted #FF6600;
	margin: 10px 0 10px 0;
	background-image: url(../images/icon_warning.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}



/* -------- MAIN CONTAINER -------- */
.main_container {
	width: 980px;
	padding: 10px 0 10px 0;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
/* top bar container */
.top_bar_container {
	width: 100%;
	height: 10px;
	padding: 0;
	margin: 0;
	line-height: 0;
}
.top_bar_left {
	width: 50%;
	background-image: url(../images/blue_dark_bar_top.gif);
	background-position: left top;
	height: 10px;
	float: left;
}
.top_bar_right {
	width: 50%;
	background-image: url(../images/blue_dark_bar_top.gif);
	background-position: right top;
	height: 10px;
	float: left;
}
/* bottom bar container */
.bottom_bar_container {
	width: 100%;
	height: 10px;
	padding: 0;
	margin: 0;
	line-height: 0;
}
.bottom_bar_left {
	width: 50%;
	background-image: url(../images/blue_dark_bar_bottom.gif);
	background-position: left bottom;
	height: 10px;
	float: left;
}
.bottom_bar_right {
	width: 50%;
	background-image: url(../images/blue_dark_bar_bottom.gif);
	background-position: right bottom;
	height: 10px;
	float: left;
}
/* banner container */
.banner_container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/header_banner.jpg);
	background-position: 0 -120px;
	height: 100px;
	line-height: 0;
}
.logo_container
{
	float: left;
	padding: 0;
	margin: 0;
}
.language_container
{
	margin: 0 0 0 50px;
}
.language_bar img {
	padding: 0 5px 0 0;
}
html>body .language_bar
{
	float: right;
	width: auto;
	height: 30px;
	background-image: url(../images/language_bar.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 10px 10px 0 10px;
	margin: 60px 0 0 0;
	font-size: 10px;
	line-height: normal;
}
* html body .language_bar
{
	float: right;
	width: auto;
	height: 30px;
	background-image: url(../images/language_bar_ie.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 10px 10px 0 10px;
	margin: 60px 0 0 0;
	font-size: 10px;
	line-height: normal;
}
/* main menu */
.main_menu {
	z-index: 10;
	width: 100%;
	height: 24px;
	font-size: 12px;
	background-image: url(../images/menu_orange_bar.gif);
	background-repeat: repeat;
	background-color: #002847;
	color: #FFFFFF;
}
.main_menu ul {
	z-index: 10;
	height: 24px;
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
	color: #0b2438;
	width: auto;
	overflow: hidden;
}
.main_menu ul:hover {
	overflow: visible;
}
/* suckerfish */
.main_menu ul li { /* all list items */
	z-index: 10;
	overflow: hidden;
	height: 24px;
	margin: 0;
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
}
.main_menu ul li a:link, .main_menu ul li a:visited, .main_menu ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 4px 10px 5px 10px;
}
.main_menu ul li a:hover { /* aktivni hover za sve linkove*/
	background-image: url(../images/menu_orange_bar_hover.gif);
	color: #FFFFFF;
}

.main_menu ul li ul { /* second-level lists */
	font-weight: normal;
	position: absolute;
	padding: 0;
	margin: 0;
	height: auto;
	background-image: url(../images/menu_hover.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.main_menu ul li:hover {
	color: #000000;
	z-index: 10;
	overflow: visible;
	height: auto;
	background-image: url(../images/menu_orange_bar_hover.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.main_menu ul li ul li { /* second-level lists */
	height: auto;
	width: auto;
	clear: left;
}
.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: #777777;
	padding: 5px 10px 5px 15px;
	margin: 0;
}
.main_menu ul li ul li a:hover { /* Opera fix */
	padding: 5px 10px 5px 15px;
	margin: 0;
	color: #000000;
	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;
}


/* -------- CONTENT CONTAINER -------- */
.content_container {
	z-index: 0;
	background-image: url(../images/content_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
}
.content_with_submenu {
	float: left;
	padding: 20px 15px 15px 0;
	width: 740px;
}
.content_without_submenu {
	padding: 15px;
	clear: both;
}

	.category_description
	{
		padding: 0 0 20px 0;
		color:#3A4D63;
		clear: both;
	}
	
	/* BLOG PRIKAZ */
	.content_article {
		padding: 0 0 1em 0;
		clear: both;
	}
	.article_author {
		color: #608bab;
		font-size: 0.9em;
		clear: both;
	}
	.article_date {
		color: #999999;
		font-size: 0.9em;
		padding: 0 0 20px 0;
		clear: both;
	}
	.read_more {
		text-align: right;
		padding: 0 0 0 0;
		clear: both;
	}
	.read_more a:link, .read_more a:visited, .read_more a:hover {
		font-size: 0.9em;
		text-decoration: none;
		color: #0066FF;
	}
	.read_more a:hover {
		color: #0099CC;
	}
	
	/* LISTA PRIKAZ */
	.category_list_article {
		float: left;
		width: 99%;
		clear: both;
		margin: 1px 0 0 0;
		padding: 4px;
		line-height: normal;
		background-color: #eeeeee;
	}
	.category_list_no {
		height: auto;
		float: left;
		text-align: left;
		width: auto;
		padding: 0 4px 0 4px;	
		color: #666666;
	}
	.category_list_heading {
		height: auto;
		float: left;
		width: 52%;	
		padding: 0 4px 0 4px;	
	}
	.category_list_article_author {
		color: #666666;
		height: auto;
		float: left;
		text-align: center;
		width: 20%;
		padding: 0 4px 0 4px;	
	}
	.category_list_article_date {
		color: #666666;
		height: auto;
		float: left;
		text-align: center;
		width: 20%;
		padding: 0 4px 0 4px;	
	}

	
/* paginacija */
.pagination {
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;
	color: #999;
	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;
}
	





.sub_menu {
	float: left;
	width: 200px;
	padding: 20px 20px 20px 0;
}
.sub_menu h1 {
	padding: 0 10px 0 10px;
	font-size: 1.2em;
	color: #FFFFFF;
}
.sub_menu_top {
	width: 200px;
	background: url(../images/sub_menu.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 0;
}
.sub_menu_center {
	background-color: #7e909d;
	padding: 5px 0 5px 0;
}
.sub_menu_center ul {
	margin: 0;
	padding: 5px 0 0 0;
	text-indent: 0;
	list-style: none;
}
.sub_menu_center ul li {
	margin: 1px 0 1px 0;
	background-color: #5f7485;
}
.sub_menu_center ul li a:link, .sub_menu_center ul li a:visited, .sub_menu_center ul li a:active {
	padding: 2px 10px 2px 10px;
	width: 180px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
}
.sub_menu_center ul li a:hover {
	padding: 2px 10px 2px 10px;
	background-color: #234863;
	color: #FFFFFF;
	width: 180px;
	display: block;
}
.submenu_active {
	background: #234863;
	text-indent: 10px;
	background-image: url(../images/list1.gif);
	background-position: 8px;
	background-repeat: no-repeat;
}
.sub_menu_bottom {
	width: 200px;
	background: url(../images/sub_menu.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 0;
}

.footer {
	z-index: 0;
	font-size: 10px;
	color: #999999;
	background-color: #012847;
	padding: 5px 15px 0 15px;
	clear: both;
}
.page_generated {
	padding: 0 0 50px 0;
	color: #0b2438;
}

/* CONTACT */
.contact_intro_text {
	clear: both;
}
.contact_address {
	clear: both;
}
.contact_form {
	padding: 20px 0 0 0;
}
.email_from_container {
	width: 100%;
	clear: both;
}
.email_from {
	color: #FF9900;
	float: left;
	text-align: right;
	padding: 5px;
	width: 100px;
}
.email_from_field {
	float: left;
	clear: right;
	padding: 5px;
}
	
.email_message_container {
	width: 100%;
	clear: both;
}
.email_subject_container {
	width: 100%;
	clear: both;
}
.email_subject {
	color: #FF9900;
	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 {
	color: #FF9900;
	float: left;
	text-align: right;
	padding: 0 10px 0 10px;
	width: 100px;
	padding: 5px;
}
.email_message_field {
	float: left;
	clear: right;
	padding: 5px;
}

.captcha_image {
	color: #FF9900;
	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;
}


.email_send_button {
	clear: both;
	padding: 5px 0 10px 115px;
}
.ponuda {
	/* 740 x 50 */ 
	width: 665px;
	height: 40px;
	background-image: url(../images/excell_bar.gif);
	background-repeat: no-repeat;
	padding: 8px 10px 5px 65px;
	margin: 0 0 5px 0;
}
.ponuda p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b9b9b;
	padding: 5px 0 0 0;
	margin: 0;
}
.ponuda a:link, .ponuda a:visited, .ponuda a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6c00;
	text-decoration: none;
}
.ponuda a:hover {
	color: #F90;
}

/* 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: #666;
}

/* 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;
}

