/*
	General CSS
	Copyright (c) 2010 by WEASEL TEAM
	http://www.weasel-inc.com
*/

/*RESET................................................*/
a img, :link img, :visited img {border: 0; cursor:pointer;}
body, div, dl, dt, dd, pre, form, fieldset, input, table, th, td, embed, object {padding:0; margin: 0;}
:focus {outline: 0;}
:link,:visited { text-decoration:none;}
table {border-collapse:collapse; border-spacing:0;} 

/*HTML ELEMENTS.......................................*/
body {
	background:#f0f0f0 url(../images/bg.png) repeat-x;
	color:#444;
	font:12px Helvetica, Arial, Sans-Serif;
	height:100%;
	line-height:1.3em;
	text-align:left;
}
a:link, a:visited {color:#0178B6;}
a:hover, a:active {color:#003864;}

h1, h2, h3 {
	color:#252C31;
	font-weight:normal;
	line-height:1em;
	margin:10px 0;
}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px; color:#00699E; margin:5px 0 10px 0;}

.bold {font-weight:bold;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.justify {text-align:justify;}
.hidden {display:none;}

hr {
	border:0; 
	border-bottom: 1px solid #ddd;
	color:#fff; 
	margin:10px 0;
	width:100%; 
}

/*LAYOUT.............................................*/

/*Header*/
#header {
	height:143px;
	margin:0 auto;
	position:relative;
	width:920px;
}
#header .top {
	color:#afcedf;
	font-size:11px;
	height:23px;
	line-height:23px;
	text-align:right;
	width:920px;
}
#header .top a {margin:0 3px;}

#header .top  .open_login {
	cursor:pointer;
	height:21px;
	line-height:20px;
	margin:2px 0 0 3px;
	padding:0 7px;
}
#header .top  .close_login {
	background:#003864;
	color:#fff;
	cursor:pointer;
	height:21px;
	line-height:20px;
	margin:2px 0 0 3px;
	padding:0 7px;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
#header .top a:link, #header .top a:visited {color:#afcedf;}
#header .top a:hover, #header .top a:active {color:#fff;}

#login_cont {
	background:#003864;
	color:#fff;
	display:none;
	font-size:11px;
	left:720px;
	overflow:hidden;
	padding:15px;
	position:absolute;
	top:19px;
	width:170px;
	z-index:999;	
	border-radius:7px 0 7px 7px;
	-moz-border-radius:7px 0 7px 7px;
	-webkit-border-radius:7px 0 7px 7px;
}
#login_cont a:link, #login_cont a:visited {color:#fff;}
#login_cont a:hover, #login_cont a:active {color:#E6B946;}

#login_info {
	display:none;
	font-size:12px;
	font-style:normal;
}

#login_cont label { 
	font-style:italic;
	font-size:11px;
}
#login_cont .input {
	background-color:#fff;
	border:none;
	color:#003864;
	font:12px Arial, Helvetica, sans-serif;
	height:16px;
	margin-bottom:5px;
	padding:2px;
	width:165px;
}
#login_cont .submit {
	background-color:#23699C;
	border:1px solid #23699C;
	color:#fff;
	cursor:pointer;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
	padding:2px;
	text-align:center;
	width:60px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#login_cont .submit:hover {background-color:#2A80C1; border:1px solid #2A80C1; color:#003864;}

#loader_login {
	background:url(../images/loader_login.gif) no-repeat;
	display:none;
	float:left;
	height:24px;
	margin:5px 0 10px 10px;
	width:24px;
}
#header .bottom {
	height:120px;
	width:920px;
}
#header .bottom .logo {
	display:inline;
	float:left;
	height:120px;
	width:290px;
}	
#header .bottom .search_hold {
	background-color:#e5e5e5;
	color:#00659A;
	display:inline;
	float:right;
	height:30px;
	line-height:30px;
	margin-top:45px;
	padding:0 10px;
	width:210px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#header .bottom .search_hold .input {
	background-color:#fbfbfb;
	border:none;
	color:#003864;
	font:12px Arial, Helvetica, sans-serif;
	height:16px;
	margin:0 5px;
	padding:2px;
	width:116px;
}
#header .bottom .search_hold .submit {
	background:url(../images/search_submit.png) top no-repeat;
	border:none;
	cursor:pointer;
	height:18px;
	width:18px;
}
#header .bottom .search_hold .submit:hover {background:url(../images/search_submit.png) bottom no-repeat;}

/*Navigation*/
#nav {
	height:41px;
	margin:0 auto;
	width:940px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}	
#nav ul li {
	display:block;
	float:left;
	font-size:13px;
	height:33px;
	margin:0 2px;
	padding-top:8px;
	padding-left: 15px;
	padding-right: 15px;
	width:auto;
}	
#nav ul li a {
	display:block;
	padding:4px 7px;
}
#nav ul li a:hover {
	background-color:#0F3049;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#nav ul li a:link, #nav ul li a:visited {color:#fff;}
#nav ul li a:hover, #nav ul li a:active {color:#fff;}

/*Main*/
#main_wrap {
	background:url(../images/main_bg.jpg) repeat-x;
	overflow:hidden;
	width:100%;
}
#main_cont {
	margin:0 auto;
	overflow:hidden;
	padding:15px 0;
	width:960px;
}

#main_cont #main {
	background:#fff url(../images/main_bg.png) repeat-x;
	border:3px solid #fff;
	overflow:hidden;
	padding:15px;
	position:relative;
	width:924px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#main_cont #main .left {
	display:inline;
	float:left;
	overflow:hidden;
	width:600px;
}
#main_cont #main .right {
	display:inline;
	float:left;
	margin-left:24px;
	overflow:hidden;
	width:300px;
}

/*naslovi*/
.all_title_hold {
	background:url(../images/left_head_bg.png) bottom repeat-x;
	height:40px;
	margin-bottom:10px;
}
.all_title_hold .inner {
	color:#00699E;
	float:left;
	font-size:18px;
	height:40px;
	line-height:39px;
	padding-left:36px;
}

/*social*/
.social_hold {
	float:right;
	height:40px;
	line-height:40px;
	width:200px;
}
.social_hold a {
	display:inline-block;
	float:right;
	height:16px;
	margin:12px 0 0 5px;
	width:16px;
}
.social_hold2 {
	float:right;
	height:22px;
	line-height:22px;
	width:200px;
}
.social_hold2 a {
	display:inline-block;
	float:right;
	height:16px;
	margin:0 0 0 5px;
	width:16px;
}
.all_box {
	border:4px solid #ededed;
	padding:7px;
	margin:10px 0;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*Footer*/
#footer_wrap {
	background:url(../images/footer_bg.png) repeat-x;
	height:280px;
	width:100%;
}
#footer_wrap #footer {
	color:#fff;
	height:280px;
	margin:0 auto;
	width:960px;
}
#footer_wrap #footer .top {
	height:35px;
	margin:0 auto;
	width:960px;
}
#footer_wrap #footer .top .col {
	display:inline;
	float:left;
	font:17px Tahoma, Geneva, sans-serif;
	height:35px;
	line-height:35px;
	padding-left:40px;
	width:280px;
}
.top1 {background:url(../images/top1.png) left no-repeat;}
.top2 {background:url(../images/top2.png) left no-repeat;}
.top3 {background:url(../images/top3.png) left no-repeat;}

#footer_wrap #footer .mid {
	height:195px;
	margin:0 auto;
	padding-top:15px;
	width:960px;
}
#footer_wrap #footer .mid .col {
	display:inline;
	float:left;
	height:195px;
	width:320px;
}
#footer_wrap #footer .mid .quote { 
	background:url(../images/footer_quote.png) center no-repeat;
	font-style:italic;
	line-height:1.4em;
	padding:30px 35px;
	height:135px;
	text-align:justify;
	width:250px;
}
#footer_wrap #footer .mid .quote .autor {
	text-align:right;}

#footer_wrap #footer .mid .col ul {
	list-style:none;
	margin:5px 0;
	padding:0;
}
#footer_wrap #footer .mid .col ul li {line-height:1.4em;}
#footer_wrap #footer .mid .col .ico {float:left; margin:0 10px 10px 0;}
#footer_wrap a:link, #footer_wrap a:visited {color:#AFCEDF;}
#footer_wrap a:hover, #footer_wrap a:active {color:#fff;}

#footer_wrap #footer .credits {
	clear:both;
	height:35px;
	line-height:35px;
	text-align:center;
	width:960px;
}
	
/*PAGES..............................................*/

/*Index*/
#slider_hold {
	background: url(../images/slider_bg.jpg) no-repeat;
	height:250px;
	margin:0 auto;
	overflow:hidden;
	padding:42px 70px 30px 70px;
	position:relative;
	width:870px;
}
#slider_hold #inner {
	display:inline;
	height:250px;
	overflow:hidden;
	position:absolute;
	width:870px;
}
#slider_hold #inner #slider {
	height:250px;
	width:870px;
}
#slider_hold #inner #slider ul {
	list-style:none;
	margin:0;
	padding:0;
}
#slider_hold #inner #slider ul li {
	float:left;
	height:250px;
	margin:0 45px 0 0;
	width:870px;
}

#slider_hold #inner #slider ul li .img_hold {
	display:inline;
	float:left;
	height:250px;
	margin-right:50px;
	width:450px;
}
#slider_hold #inner #slider ul li .txt_hold {
	display:inline;
	float:left;
	height:210px;
	line-height:1.5em;
	padding-top:40px;
	width:370px;
}
#slider_hold #inner #slider ul li .txt_hold .naslov {
	color:#de0000;
	font-size:18px;
	font-weight:bold;
}
#slider_hold #inner #slider ul li .txt_hold .more1, #slider_hold #inner #slider ul li .txt_hold .more2 {
	display:block;
	height:30px;
	text-indent:-4000px;
	width:120px;
}
#slider_hold #inner #slider ul li .txt_hold .more1 {background:url(../images/more_button1.png) top no-repeat;}
#slider_hold #inner #slider ul li .txt_hold .more1:hover {background:url(../images/more_button1.png) bottom no-repeat;}

#slider_hold #inner #slider ul li .txt_hold .more2 {background:url(../images/more_button2.png) top no-repeat;}
#slider_hold #inner #slider ul li .txt_hold .more2:hover {background:url(../images/more_button2.png) bottom no-repeat;}

/*submenu*/
#submenu {
	background:#fff url(../images/submenu_bg.png) repeat-x;
	border:1px solid #d2d2d2;
	height:72px;
	margin-bottom:15px;
	width:958px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#submenu .col, #submenu .col2 {
	display:inline;
	float:left;
	font-size:13px;
	height:60px;
	padding:6px 0 6px 5px;
	width:234px;
}
#submenu .col {background:url(../images/submenu_col_bg.png) right no-repeat;}
#submenu .col img, #submenu .col2 img {
	display:inline;
	float:left;
}
#submenu .col .txt, #submenu .col2 .txt {
	display:block;
	float:left;
	margin:18px 0 0 10px;
	width:155px;
}
#submenu .col .head, #submenu .col2 .head {
	font-size:14px;
	font-weight:bold;
}

/*vesti*/
.news_hold_index {
	overflow:hidden;
	padding:15px 0;
	width:600px;
}
.news_hold_index .img {
	background:#f6f6f6;
	border:1px solid #dcdcdc;
	display:inline;
	float:left;
	height:70px;
	padding:4px;
	width:70px;
}
.news_hold_index .txt {
	display:inline;
	float:left;
	margin-left:10px;
	overflow:hidden;
	width:510px;
}

/*right*/
#main_cont #main .right .aktuelno {
	background:#f6f6f6;
	border:1px solid #dcdcdc;
	overflow:hidden;
	padding:5px;
	width:286px;
}
#main_cont #main .right .aktuelno .inner {
	background:#fff;
	border:1px solid #dcdcdc;
	overflow:hidden;
	padding:10px;
	width:264px;
}
#main_cont #main .right .aktuelno .inner ul {
	list-style:none;
	margin:0;
	padding:0;
}
#main_cont #main .right .aktuelno .inner ul li {
	background:url(../images/bullet.png) left no-repeat;
	height:20px;
	line-height:20px;
	padding-left:22px;		
}
.follow {
	background-color:#0A608E;
	border:4px solid #ededed;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	height:34px;
	line-height:34px;
	margin:5px 0;
	padding:0 5px;
}
#main_cont #main .right .follow .left {
	float:left;
	width:100px;
}
.follow a {
	display:block;
	float:left;
	margin:2px 0 0 0;
}
.facebook {
	border:1px solid #dcdcdc;
	overflow:hidden;
}

/*logos*/
#logos {
	background:#fff;
	border:1px solid #eee;
	margin-top:15px;
	overflow:hidden;
	padding:12px 0;
	text-align:center;
	width:958px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#logos img {margin:0 20px;}

/*Page*/
.left_col, .center_col, .right_col {
	display:inline;
	float:left;
	overflow:hidden;
}

/*left*/
.left_col {
	margin-right:20px;
	width:230px;
}
.side_menu {
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}
.side_menu li {
	border-bottom:1px solid #eaeaea;
	height:28px;
}
.side_menu li a {
	background:url(../images/menu_arrow.png) 10px center no-repeat;
	display:block;
	height:28px;
	line-height:28px;
	padding-left:35px;
}
.side_menu li a:link, .side_menu li a:visited {color:#8d8d8d;}
.side_menu li a:hover, .side_menu li a:active {color:#003864;}

/*center*/
.center_col {width:674px;}
.center_col2 {width:454px;}

/*right*/
.right_col {width:230px;}

/*Blog*/
.left_col_blog, .right_col_blog {
	display:inline;
	float:left;
	overflow:hidden;
}

/*left*/
.left_col_blog {width:674px; margin-right:20px;}

.article_hold, .article_hold_view {
	margin:10px 0;
	overflow:hidden;
	padding:10px 0;
}
.article_hold_view {border-bottom:1px dotted #ccc;}

.article_hold_view .uvodni_txt {
	font-style:italic;
	margin:30px 0;
	text-align:justify;
}
.article_hold .datum_hold {
	display:inline;
	float:left;
	margin-right:20px;
	overflow:hidden;
	width:100px;
}
.article_hold .datum_hold .datum {
	background:#23699C;
	color:#fff;
	overflow:hidden;
	margin:0 auto 5px auto;
	text-align:center;
	width:80px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.article_hold .datum_hold .datum .dan {
	font-size:30px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	width:80px;
}
.article_hold .datum_hold .datum .mesec, .article_hold .datum_hold .datum .godina {
	font-size:15px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:80px;
}

.article_hold .datum_hold .small {
	color:#666;
	font-size:11px;
	font-style:italic;
	text-align:center;
}

.article_hold .txt_hold {
	border-bottom:1px dotted #ccc;
	display:inline;
	float:left;
	overflow:hidden;
	width:554px;
}
.article_hold .txt_hold .naslov {
	color:#23699C;
	font-size:19px;
	line-height:1.1em;
}
.article_hold .txt_hold .naslov:link, .article_hold .txt_hold .naslov:visited {color:#23699C;}
.article_hold .txt_hold .naslov:hover, .article_hold .txt_hold .naslov:active {color:#003864;}

.article_hold .txt_hold .more {
	background:#629DBF;
	color:#fff;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	margin-bottom:20px;
	text-align:center;
	width:80px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.article_hold .txt_hold .more:hover {background:#23699C;}

/*rating*/
#rating_hold {float:right;}

.vote_buttons {
	float:right;
	overflow:hidden;
}
.votes_count {
	float:right;
	margin:0 0 0 10px;
	overflow:hidden;
}

a.vote_up, a.vote_down {
	display:inline-block;
	height:16px;
	margin-left:4px;
	text-indent:-900%;
	width:16px;
	opacity: 0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}
a.vote_up:hover, a.vote_down:hover {
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
}

a.vote_up {	background:url(../images/thumb_up.png) center no-repeat;}
a.vote_down {background:url(../images/thumb_down.png) center no-repeat;}

.loader_rating {
	background:url(../images/loader_rating.gif) no-repeat;
	display:none;
	height:16px;
	width:16px;
}

/*komentari*/
.blog_comment {
	font-size:18px; 
	margin:25px 0;
}
.comment_hold {
	margin:10px 0 ; 
	overflow:hidden;
}
.comment_hold .com_left {
	background:url(../images/arrow.gif) right 20px no-repeat;
	display:inline;
	height:100px;
	float:left;
	width:120px;
}
.comment_hold .com_left .gravatar {
	border:2px solid #f0f0f0;
	height:60px;
	margin:10px 0 0 20px;
	width:60px;
}
.comment_hold .com_right {
	border:4px solid #f0f0f0;
	display:inline;
	float:left;
	padding:10px;
	width:520px;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
.comment_hold .com_right .com_ime {
	font-size:13px;
	font-weight:bold;
}
.comment_hold .com_right .com_datum {
	font-size:11px;
	font-style:italic;
}
.your_comment {margin:20px 0 20px 10px;}

.comment_label {
	display:block;
	float:left;
	margin:0 0 0 10px;
	width:100px;
}

.comment_input, .comment_ta {
	border:1px solid #ddd;
	color:#222;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:0 0 10px 10px;
	padding:3px;
	vertical-align:middle;
	width:240px;
}
.comment_ta {
	overflow:hidden;
	width:540px;
}
.comment_input:hover, .comment_ta:hover {border-color:#999;}
.comment_input:focus, .comment_ta:focus {background-color:#f5f5f5; border-color:#999; outline:none;}

#comment_submit {
	background-color:#1F669A;
	border:1px solid #1F669A;
	clear:both;
	color:#fff;
	cursor:pointer;
	float:left;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:10px 0 10px 120px;
	padding:4px 10px;
}
#comment_submit:hover, #comment_submit:focus {background-color:#003864; border-color:#003864; outline:none;}

#comment_loader {
	background:url(../images/comment_loader.gif) no-repeat;
	display:none;
	float:left;
	height:24px;
	margin:11px 0 0 10px;
	width:24px;
}

/*right*/
.right_col_blog {width:230px;}

/*paginacija*/
.pagination {
	height:20px;
	line-height:20px;
	margin:0 0 15px 0;
	text-align:center;
	width:600px;
}
.pagination a {
	padding:0;
	margin:0 5px;
}
.pagination a:link, .pagination a:visited {color:#008793;}
.pagination a:hover, .pagination a:active, .pagination span.current {color:#F85802;}
.pagination span.disabled {color: #ddd;}
.curr, .curr:hover {
	color: #F85802 !important;
	padding:0;
	margin:0 5px;
}	

/*Testimonials*/
.testim_hold {
	border-bottom:1px dotted #ccc;
	padding:15px 0;
	overflow:hidden;
}
.testim_hold .txt {
	font-style:italic;
	text-align:justify;
}

.testim_hold .autor {
	display:block;
	font-weight:bold;
	text-align:right;
}

/*Registracija*/
.reg_forma {overflow:hidden;}

.reg_forma .filed, .reg_forma .filed2 {
	margin:0;	
	overflow:hidden;
	padding:5px 0;
}
.reg_forma .filed2 {margin-left:110px;}

.reg_forma label {
	float:left; 
	font-size:12px;
	height:25px;
	line-height:25px;
	margin:0 10px 0 0;
	text-align:right;
	vertical-align:middle;
	width:100px;
}
.reg_forma .input, .reg_forma textarea {
	border:1px solid #ddd;
	color:#222;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:0;
	padding:3px;
	vertical-align:middle;
	width:160px;
}
.reg_forma textarea {
	overflow:auto;
	width:250px;
}
.reg_forma .input:hover, .reg_forma textarea:hover {border-color:#999;}
.reg_forma .input:focus, .reg_forma textarea:focus {background-color:#f5f5f5; border-color:#999; outline:none;}

.reg_forma .filed2 label {
	float:left;
	font-size:12px;
	height:25px;
	line-height:25px;
	margin:0 0 0 10px;
	text-align:left;
	vertical-align:middle;
	width:auto;
}
.check {
	float:left;
	margin:5px 0 0 0;
	vertical-align:middle;
}
.reg_forma .submit {
	background-color:#1F669A;
	border:1px solid #1F669A;
	clear:both;
	color:#fff;
	cursor:pointer;
	float:left;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:10px 0 10px 110px;
	padding:4px 10px;
}
.reg_forma .submit:hover, .reg_forma .submit:focus {background-color:#003864; border-color:#003864; outline:none;}

/*Vesti*/
.news_hold {
	overflow:hidden;
	padding:15px 0;
	width:670px;
}
.news_hold .img {
	background:#f6f6f6;
	border:1px solid #dcdcdc;
	display:inline;
	float:left;
	height:70px;
	padding:4px;
	width:70px;
}
.news_hold .txt {
	display:inline;
	float:left;
	margin-left:10px;
	overflow:hidden;
	width:570px;
}
.arhiv_link a {
	background:url(../images/arrow.png) left no-repeat;
	display:inline;
	float:right;
	height:16px;
	line-height:16px;
	padding-left:20px;
	width:70px;
}
.arhive {
	float:right;
	height:16px;
	line-height:16px;
	text-align:right;
	width:300px;
}

/*Video*/
.video_hold {
	display:inline;
	float:left;
	min-height:360px;
	margin:10px 7px;
	width:320px;
}

/*Kontakt*/
.cont_col1, .cont_col2 {
	display:inline;
	float:left;
	overflow:hidden;
}
.cont_col1 {width:270px;}
.cont_col2 {width:400px;}

/*Anketa*/
#anketa {overflow:hidden;}
#pollcontainer {padding:0 5px;}
.option {margin:0; overflow:hidden;}
.option span { height:22px; line-height:22px;}

.bar {background:#00B3DF; height:12px; margin-bottom:2px;}
.voted {color:#999; font-size:11px; font-style:italic;}
#loader_vote {display:none; text-align:center;}

#anketa .vote_submit {
	background-color:#1F669A;
	border:1px solid #1F669A;
	clear:both;
	color:#f9f9f9;
	cursor:pointer;
	float:left;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:0 0 5px 0;
	padding:3px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#anketa .vote_submit:hover, #anketa .vote_submit:focus {background-color:#064B82; border:1px solid #064B82; outline:none;}

/*Mapa*/
#map {
	border:1px solid #ccc;
	height:400px;
	margin:40px auto 20px auto;
	overflow:hidden;
	padding:5px;
	width:480px;
}

/*Newsletter*/
.nl_slika {
	overflow:hidden;
	text-align:center;
}
#newsletter .input {
	background-color:#fbfbfb;
	border:1px solid #ddd;
	color:#222;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	height:17px;
	margin:0 7px 5px 0;
	padding:2px;
	width:136px;
}
#newsletter .submit {
	background-color:#1F669A;
	border:1px solid #1F669A;
	color:#f9f9f9;
	cursor:pointer;
	float:left;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:0 0 5px 0;
	padding:2px 4px;
}
#newsletter .submit:hover, #newsletter .submit:focus {background-color:#064B82; border:1px solid #064B82; outline:none;}

#newsletter_index .input {
	background-color:#fbfbfb;
	border:1px solid #ddd;
	color:#222;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	height:17px;
	margin:0 7px 5px 0;
	padding:2px;
	width:200px;
}
#newsletter_index .submit {
	background-color:#1F669A;
	border:1px solid #1F669A;
	color:#f9f9f9;
	cursor:pointer;
	float:left;
	font:12px Helvetica, Arial, Sans-Serif;
	margin:0 0 5px 0;
	padding:2px 5px;
}
#newsletter_index .submit:hover, #newsletter_index .submit:focus {background-color:#064B82; border:1px solid #064B82; outline:none;}

/*Kalendar*/
.calendar {
	overflow:visible;
	padding:0 0 20px 0;
}
.calendar h2 {margin:30px 0;}

.calendar table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
/*	margin: 10px auto; */
}
.calendar td, .calendar th {
	background: url(../images/calendar/cells.png);
	color: #444;
	height: 81px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 81px;
}
.calendar th {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}
.calendar td:hover, .calendar th:hover {background-position: 0px -81px;	color: #222;}
.calendar td.date_has_event {background-position: 162px 0px;color: #fff;}
.calendar td.date_has_event:hover {background-position: 162px -81px;}
.calendar td.padding {background: url(../images/calendar/calpad.jpg);}
.calendar td.today {background-position: 81px 0px;color:#fff;}
.calendar td.today:hover {background-position: 81px -81px;}

.calendar .events {position: relative;}

.calendar .events ul {
	background: #e7ecf2 url(../images/calendar/popup.png) no-repeat;
	border: 1px solid #fff;
	color: #444;
	display: none;
	font-size: 12px;
	list-style: none;
	padding: 15px;
	position: absolute;
	text-align: left;
	z-index: 666;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
}
.calendar .events li {padding-bottom: 5px;}

.calendar .events li span {
	color: #555;
	display: block;
	font-size: 12px;
	text-align: justify;
}
.calendar .events li span.title {color: #003864; font-weight: bold;}
.calendar .events li span.napomena {color: #064B82; font-style:italic;}

.attend, .ical {
	display:block;
	height:16px;
	line-height:16px;
	margin:3px 0;
	padding-left:22px;
}
.attend { background:url(../images/accept.png) left no-repeat;}
.ical { background:url(../images/cal.png) left no-repeat;}

.attend:link, .attend:visited, .ical:link, .ical:visited {color:#0178B6;}
.attend:hover, .attend:active, .ical:hover, .ical:active {color: #F00;}

.cal_status {
	background:#fffbcc url(../images/exclam.png) 10px no-repeat;
    border:1px solid #e6db55;
    color:#666452;
	height:27px;
	line-height:27px;
	font-size:13px;
	margin:0 auto;
	padding:0 20px 0 35px;
	width:513px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/*Status*/
.noo, .yees {
	background:#fffbcc url(../images/exclam.png) 10px no-repeat;
    border:1px solid #e6db55;
    color:#666452;
	height:27px;
	line-height:27px;
	font-size:13px;
	margin:0 0 0 0;
	padding:0 20px 0 35px;
	width:320px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.yees {background:#fffbcc url(../images/accept.png) 10px no-repeat;}

/*Headings*/
.headin {
	height:36px;
	line-height:36px;
	padding-left:40px;
}
.lead1 {background: url(../images/head_vise.png) left no-repeat;}
.lead2 {background: url(../images/head_sve.png) left no-repeat;}
.lead3 {background: url(../images/top1.png) left no-repeat;}
.lead4 {background: url(../images/head_news.png) left no-repeat;}
.lead5 {background: url(../images/head_aktuelno.png) left no-repeat;}
.lead6 {background: url(../images/head_blog.png) left no-repeat;}

