body{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
}

/*#bg_top {
background: url(../../images/bg_top.gif) repeat-x top;
}*/

#center {
width: 960px;
margin: 0 auto;
}


/* header_top */

#header_top {
background: url(../../images/header_top.gif) repeat-x;
height: 37px;
}

#header_top_left {
float: left;
width: auto;
}

#header_top #header_top_left a {
color: #1099cc;
}


#header_top_right {
float: right;
width: auto;
}

#header_top ul {
list-style: none;
margin: 0;
padding: 0;
}

#header_top li {
float: left;
background: url(../../images/header_top_sep.gif) no-repeat right;
padding-right: 2px;
height: 37px;
}

#header_top li#home_link {
padding: 10px 17px 0 15px;
height: 27px;
}

#header_top li#font_bg {
padding: 12px 10px 0 8px;
height: 25px;
}

#header_top li#font_sm {
padding: 14px 0 0 8px;
height: 23px;
background: none;
}

#header_top li#header_top_right_last {
background: none;
padding: 0;
}

#header_top li a {
display: block;
float: left;
width: auto;
height: 27px;
color: #5a6f8a;
font-size: 1.1em;
font-weight: bold;
text-decoration: none;
padding: 10px 15px 0;
}

#header_top li a:hover, #header_top #header_top_left li a:hover {
background: #009edb;
color: #FFFFFF;
}

#header_top li#home_link a {
background: url(../../images/home_icon.gif) no-repeat;
height: 16px;
padding: 0;
width: 19px;
}

#header_top li#home_link a:hover {
background: url(../../images/home_icon.gif) no-repeat bottom;
}

#header_top li#font_sm a {
background: url(../../images/font_sm.gif) no-repeat;
height: 12px;
padding: 0;
width: 15px;
}

#header_top li#font_sm a:hover {
background: url(../../images/font_sm.gif) no-repeat bottom;
}

#header_top li#font_bg a {
background: url(../../images/font_bg.gif) no-repeat;
height: 15px;
padding: 0;
width: 24px;
}

#header_top li#font_bg a:hover {
background: url(../../images/font_bg.gif) no-repeat bottom;
}



/* header */

#header {
background: url(../../images/header_bg.gif) repeat-x;
height: 152px;
padding: 10px;
}

#header_img {
/*background: url(../../images/header_img.gif) no-repeat;*/
height: 150px;
width: 400px;
float: left;
border: 1px solid #cacaca;
}


/* logo */

#logo {
float: left;
background: url(../../images/logo.gif) no-repeat 28px center;
width: 492px;
height: 128px;
padding: 22px 0 0 28px;
}

#logo_eng {
float: left;
background: url(../../images/logo_eng.gif) no-repeat 28px center;
width: 492px;
height: 128px;
padding: 22px 0 0 28px;
}

#logo a, #logo_eng a {
display: block;
width: 472px;
height: 105px;
float: left;
}


/* content */

#content {
background: #eef4fa;
float: left;
clear: both;
border: 1px solid #b8cdea;
width: 958px;
}

#content_top {
background: url(../../images/content_top.gif) repeat-x top;
float: left;
width: 940px;
padding: 9px;
}


/* left */

#content_left {
float: left;
width: 220px;
color: #3b3b3b;
line-height: 18px;
}

#leftnav {
background: #b7daa0 url(../../images/leftnav.gif) repeat-x bottom;
border: 1px solid #a1ca83;
float: left;
width: 218px;
margin-bottom: 10px;
}

#leftnav ul {
list-style: none;
margin: 0;
padding: 0;
}

#leftnav li {
float: left;
width: 218px;
}

#leftnav a {
color: #27800c;
text-decoration: none;
font-size: 12px;
font-weight: bold;
display: block;
border-bottom: 1px solid #87bf64;
border-top: 1px solid #cbeab4;
padding: 5px 5px 5px 10px;
float: left;
width: 203px;
}

#leftnav .leftnav_first a, #leftnav .leftnav_first a:hover {
border-top: 0;
}

#leftnav .leftnav_last a, #leftnav .leftnav_last a:hover {
border-bottom: 0;
}

#leftnav a.leftnav_current {

}

#leftnav a:hover {
color: #FFFFFF;
background: #61bb46 url(../../images/leftnav_h.gif) repeat-x top;
border-bottom: 1px solid #61bb46;
border-top: 1px solid #42a22c;
}


/* lijeva podnavigacija */

#leftnav ul ul.left_subnav {
background: #def1d0;
float: left;
padding: 5px 10px 5px 20px;
width: 188px;
line-height: 16px;
}

#leftnav .left_subnav li {
background: url(../../images/subnav_bull.gif) no-repeat 0 9px;
padding: 3px 0 3px 10px;
width: 178px;
}

#leftnav .left_subnav a {
background: none;
border: 0;
font-size: 1em;
color: #535952;
padding: 0;
width: 178px;
}

#leftnav .left_subnav a:hover {
color: #0085b8;
border: 0;
background: none;
}


/* aktualnosti */

#aktualnosti {
background: #bed3ed;
clear: both;
float: left;
width: 200px;
padding: 10px 10px 0;
margin-bottom: 10px;
}

.aktualnost {
border-top: 1px solid #8fb0d5;
padding: 10px 0;
float: left;
width: 200px;
line-height: 15px;
}

.aktualnost img {
max-width: 65px;
max-height: 65px;
width: expression(this.width > 65 ? "65px" : true);
height: expression(this.height > 65 ? "65px" : true);
border: 2px solid #7fa9d7;
float: left;
margin: 3px 10px 0 0;
}

.aktualnost p {
margin: 0;
}

.aktualnost p.aktualnost_kraj {
color: #767676;
padding-top: 5px;
}

.aktualnost_txt {
float: right;
width: 120px;
}


/* katalog informacija */

#katalog_informacija {
background: #aeddf2;
clear: both;
float: left;
width: 200px;
padding: 10px 10px 0;
line-height: 15px;
font-size: 1.05em;
}

#katalog_informacija ul {
list-style: none;
margin: 0;
padding: 0;
}

#katalog_informacija li {
border-top: 1px solid #76b9d5;
padding: 10px 0;
}


/* content middle */

#content_middle {
float: left;
width: 520px;
padding: 0;
color: #676767;
}

.content {
float: left;
width: 490px;
padding: 0 15px;
}

#content_middle p.intro {
font-size: 1.1em;
line-height: 19px;
}

#novosti_home {
float: left;
width: 490px;
line-height: 16px;
}

.novosti_home_row {
float: left;
width: 490px;
padding-bottom: 5px;
}

.novosti_home_left {
color: #757678;
float: left;
width: 80px;
height: 20px;
}

.novosti_home_right {
float: right;
width: 410px;
}

.novosti_home_kraj {
clear: both;
background: #FFFFFF;
text-align: right;
font-weight: bold;
padding: 3px 10px 3px 0;
margin-bottom: 10px;
float: left;
width: 480px;
}

#teme_home {
margin: 0;
padding: 0 0 3px 25px;
float: left;
clear: both;
line-height: 16px;
}

#teme_home li {
padding-bottom: 7px;
}


/* publikacije */

.publikacije {
width: 490px;
height: 133px;
background: url(../../images/publikacije.gif) no-repeat 7px 0;
padding: 12px 0 0 30px;
clear: both;
}

.publikacije img {
border: 5px solid #bbcfea;
vertical-align: middle;
margin-right: 10px;
}

/* galerija pocetna */

.home_galerija_tabs {
padding: 0 0 0 15px;
height: 23px;
clear: both;
}

.home_galerija_tabs a {
background: #D4E2F2;
font-weight: bold;
padding: 2px 5px;
float: left;
margin: 0 5px 0 0;
}

#content_middle .home_galerija_tabs a:hover {
background: #1098CC;
color: #FFFFFF;
}

.home_galerija {
width: 478px;
/*height: 133px;*/
background: #D4E2F2;
padding: 12px 0 12px 12px;
margin-left: 15px;
clear: both;
}

.home_galerija img {
border: 5px solid #bbcfea;
vertical-align: middle;
margin-right: 10px;
max-width: 97px;
width: expression((document.body.clientWidth > 99)? "97px" : "auto");
}



/* breadcrumbs */

#breadcrumbs {
background: #EEF4FA;
padding: 5px 10px 6px;
margin-bottom: 10px;
color: #A8BBCF;
line-height: 17px;
float: left;
width: 470px;
}

#breadcrumbs strong {
color: #42A623;
font-weight: normal;
}



/* clanci */

.clanak {
float: left;
width: 490px;
clear: both;
padding: 15px 0;
border-bottom: 1px solid #C2D3E7;
}

.clanak_img {
float: left;
width: 152px;
padding-right: 15px;
text-align: center;
}

.clanak_img img {
border: 1px solid #C2D3E7;
}

.clanak_txt {
float: right;
width: 323px;
}

#content_middle p.clanak_kraj {
text-align: right;
color: #A8BBCF;
padding-bottom: 0;
}

#content_middle .clanak_kraj a {
background: #c6d9f2;
font-weight: bold;
padding: 4px 10px;
margin-right: 7px;
}

#content_middle .clanak_kraj a:hover {
background: #56B23D;
color: #FFFFFF;
text-decoration: none;
}

.clanak_kraj span {
margin-left: 7px;
color: #9096a5;
}


/* lista stranica */


.lista_stranica {
clear: both;
padding-top: 10px;
}

.stranice_lijevo {
float: left;
width: auto;
height: 22px;
}

.lista_stranica a {
background: #D1E0EF;
padding: 3px 6px;
float: left;
margin-right: 3px;
}

#content_middle .lista_stranica a.lista_stranica_current {
background: #56B23D;
color: #FFFFFF;
font-weight: bold;
}

.lista_stranica span {
float: left;
padding: 4px;
margin-right: 3px;
}

.lista_stranica a:hover {
background: #FFFFFF;
}

.stranice_prikazano {
float: right;
width: auto;
background: #D1E0EF;
padding: 3px 6px 0;
height: 18px;
}



/* detalji clanka */

.clanak_links {
float: left;
width: 490px;
border-top: 1px solid #cad9e9;
padding-top: 10px;
height: 34px;
}

.clanak_links a {
background: #C6D9F2;
font-size: 1em;
font-weight: bold;
padding: 5px 7px;
margin-right: 5px;
float: left;
}

.clanak_links a.clanak_links_last {
margin: 0;
}

#content_middle .clanak_links a:hover {
background: #56B23D;
color: #FFFFFF;
text-decoration: none;
}

/* galerije slika */

.gallery_th, .gallery_th_last {
width: 156px;
height: 116px;
float: left;
margin: 0 10px 10px 0;
}

.gallery_th_last {
margin-right: 0;
}

.gallery_th a, .gallery_th_last a {
display: block;
width: 150px;
height: 110px;
float: left;
background-position: center;
background-repeat: no-repeat;
border: 3px solid #C2D3E7;
background-color: #C2D3E7;
text-align: center;
}

.gallery_th a:hover, .gallery_th_last a:hover {
border: 3px solid #56B23D;
background-color: #56B23D;
}

.gallery_th img, .gallery_th_last img {
border: 0;
max-height: 110px;
max-width: 150px;
width: expression(this.width > 152 ? "150px" : true);
height: expression(this.height > 112 ? "110px" : true);
}



.clanak_dokumenti {
margin: 0;
padding: 0;
list-style: none;
line-height: 17px;
}

.clanak_dokumenti li {
padding: 0 0 9px;
border-bottom: 1px solid #CAD9E9;
margin-bottom: 7px;
}

.clanak_dokumenti img {
border: 0;
vertical-align: middle;
margin-left: 5px;
}





/* right */

#content_right {
float: right;
width: 200px;
color: #363636;
}


/* trazilica */

#trazilica {
background: #b6cce7 url(../../images/trazilica.gif) repeat-x top;
float: left;
width: 180px;
padding: 10px;
margin-bottom: 10px;
}

#trazilica .trazilica_det_link {
margin: 0 0 0 10px;
}


/* projekti */

#projekti {
background: #c0d4ec;
float: left;
width: 180px;
padding: 10px 10px 0;
margin-bottom: 10px;
}

.projekt {
border-top: 1px solid #8fb0d5;
float: left;
width: 180px;
height: 111px;
padding: 10px 0;
}

.projekt a {
background-color: #acc4e4;
background-repeat: no-repeat;
background-position: center;
display: block;
float: left;
width: 170px;
height: 100px;
border: 5px solid #acc4e4;
}

.projekt a:hover {
background-color: #a9d492;
border: 5px solid #a9d492;
}


/* bookmark */

#bookmark {
background: #b9cfea;
text-align: center;
float: left;
clear: both;
width: 200px;
padding: 20px 0;
}


/* galerija fotografija */

.galerije_list {
margin: 0;
padding: 10px 0 0 0;
list-style: none;
line-height: 17px;
}

.galerije_list li {
padding: 0 0 7px;
border-bottom: 1px solid #CAD9E9;
margin-bottom: 5px;
float:left;
width:490px;
}

.sl {
	width: 110px;
	height:82px;
	text-align:center;
	float:left;
	margin: 0 15px 0 0;
}

.sl img {
	max-width: 110px;
	max-height: 82px;
	width: expression(this.width > 110 ? 110: true);
	height: expression(this.width > 82 ? 82: true);
}

.gallery_big_th {
background: #dae7f6;
float: left;
width: 460px;
margin-bottom: 15px;
padding: 15px 15px;
}

.gallery_big_th_img {
float: left;
width: 152px;
padding-right: 15px;
text-align: center;
}

.gallery_big_th_img img {
border: 1px solid #C2D3E7;
}

.gallery_big_th_txt {
float: right;
width: 293px;
}

#content_middle .gallery_big_th_kraj a {
background: #c6d9f2;
font-weight: bold;
padding: 4px 10px;
margin-right: 7px;
}

#content_middle .gallery_big_th_kraj a:hover {
background: #56B23D;
color: #FFFFFF;
text-decoration: none;
}


/* detaljna trazilica */


#detaljna_trazilica {
background: #c9daed;
margin-top: 10px;
float: left;
width: 470px;
padding: 10px 10px 5px;
}

#detaljna_trazilica_left {
float: left;
width: 235px;
}

#detaljna_trazilica_right {
float: right;
width: 210px;
padding: 3px 0 0 25px;
}


/* pojmovnik */

.pojmovnik_table {
border-right: 1px solid #C2D3E7;
border-bottom: 1px solid #C2D3E7;
/*width: 490px;*/
margin-top: 10px;
}

.pojmovnik_table td {
border-left: 1px solid #C2D3E7;
border-top: 1px solid #C2D3E7;
padding: 7px;
vertical-align: top;
word-wrap: break-word;
}

.pojmovnik_title td {
background: #C6D9F2;
font-weight: bold;
}

.pojmovnik_table td.pojmovnik_pojam {
width: 100px;
font-weight: bold;
}

.pojmovnik_info {
width: 360px;
text-align:justify;
}

.pojmovnik_table img {
border: 0;
vertical-align: middle;
margin-left: 3px;
}





/* footer */


#footer {
clear: both;
height: 30px;
color: #FFFFFF;
padding: 15px 15px 0;
background: url(../../images/footer.gif) repeat-x;
}


#footer_left {
float: left;
width: auto;
text-align: left;
}

#footer_right {
float: right;
width: auto;
text-align: right;
}



/* headings */

h1 {
font-size: 1.25em;
color: #7b91af;
margin: 0;
border-bottom: 1px solid #c2d3e7;
padding: 4px 0 9px;
}

.h1_cols {
float: left;
width: 490px;
border-bottom: 1px solid #c2d3e7;
padding: 4px 0 9px;
}

.h1_left {
float: left;
width: 310px;
border: 0;
padding: 0;
line-height: 19px;
}

.h1_right {
float: right;
text-align: right;
font-size: 0.85em;
}

h1 strong {
color: #df4c0b;
}

h2 {
font-size: 1.1em;
margin: 0;
color: #42a623;
padding: 15px 0 15px;
}

.clanak h2, .gallery_big_th h2 {
padding: 0;
}

.oglas_detalji h2 {
color: #df4c0b;
border-top: 1px solid #f7c67f;
padding: 13px 0 8px 0;
clear: both;
}

#content_left h3, #content_right h3 {
margin: 0;
font-size: 1.1em;
color: #484848;
padding: 0 0 10px;
}

#content_right .kalendar h3 {
font-size: 1.2em;
padding: 5px 0 10px 5px;
}

#katalog_informacija h3 {
font-size: 1em;
}

.trazilica h3 {
color: #FFFFFF;
border-bottom: 2px solid #cf3a0b;
padding-bottom: 8px;
}

.korisni_linkovi h3 {
color: #484c50;
border-bottom: 2px solid #fbbd5c;
padding-bottom: 8px;
}


/* links */

a {
outline: none;
}

#aktualnosti a, #katalog_informacija a, #trazilica a {
color: #066f96;
text-decoration: none;
}

#aktualnosti a:hover, #katalog_informacija a:hover, #trazilica a:hover {
color: #2c8910;
text-decoration: underline;
}

#content_middle a, .kalendar_popup a {
color: #077eaa;
text-decoration: none;
}

#content_middle a:hover, .kalendar_popup a:hover {
color: #42a623;
text-decoration: underline;
}

#footer a {
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline;
}


/* other */

#content_middle p {
margin: 0;
padding: 8px 0 10px;
line-height: 18px;
}


.emph {
font-weight: bold;
}

.sep {
border-bottom: 1px solid #cad9e9;
height: 1px;
line-height: 1px;
font-size: 1px;
clear: both;
}

.clear {
clear: both;
}

#content_right p.error {
color: #990000;
margin: 0;
padding: 0 0 10px;
}



/* forms */

form {
margin: 0;
padding: 0;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

#trazilica .trazilica_input {
background: #FFFFFF;
border: 1px solid #6889b0;
padding: 3px;
color: #6889b0;
width: 171px;
margin-bottom: 10px;
}

#trazilica .trazilica_btn {
background: #1098cc;
width: 70px;
padding: 3px 0;
border: 0;
cursor: pointer;
color: #FFFFFF;
font-weight: bold;
vertical-align: middle;
}

#detaljna_trazilica input.trazilica_btn {
background: #1098cc;
width: 70px;
padding: 3px 0;
border: 0;
cursor: pointer;
color: #FFFFFF;
font-weight: bold;
margin: 3px 0 0 0;
}

.kontakt_forma input, .kontakt_forma textarea, .kontakt_forma select {
width: 250px;
margin-top: 3px;
margin-bottom: 10px;
padding: 2px;
background: #FFFFFF;
border: 1px solid #AFAFAF;
float: left;
color: #505253;
}

.kontakt_forma textarea.txt_bigger {
width: 400px;
}

.obrazac_forma input.txt_small, .obrazac_forma input.radio_btn {
width: 50px;
}

.obrazac_forma input.radio_btn {
width: 18px;
height: 18px;
border: 0;
background: 0;
}

.kontakt_forma select {
width: 256px;
}

.h1_cols select {
width: 170px;
padding: 1px;
background: #FFFFFF;
border: 1px solid #AFAFAF;
color: #505253;
text-align: left;
font-size: 1em;
}

#detaljna_trazilica input, #detaljna_trazilica select {
width: 215px;
margin-top: 3px;
margin-bottom: 10px;
padding: 2px;
background: #FFFFFF;
border: 1px solid #AFAFAF;
color: #505253;
}

#detaljna_trazilica select {
padding: 1px;
width: 221px;
}

#detaljna_trazilica input.checkbox {
background: none;
border: 0;
padding: 0;
width: 15px;
height: 15px;
vertical-align: top;
margin: 0 3px 14px;
}


.kontakt_forma {
width: 430px;
float: left;
padding: 5px 0 0 0
}

.obrazac_forma {
width: 480px;
}

.kontakt_forma label {
width: 110px;
float: left;
margin-top: 5px;
font-weight: bold;
}

.obrazac_forma label {
width: 150px;
}

.obrazac_forma label.obrazac_knjiga_title {
width: 350px;
font-weight: normal;
}

#detaljna_trazilica_left label {
color: #375B7F;
}

.kontakt_forma input.button {
width: 112px;
margin-left: 110px;
height: 26px;
background: #1098CC;
border: 0;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
margin-bottom: 0;
}

.obrazac_forma input.button {
margin: 10px 0 0 0;
}

.kontakt_forma input.txt_error, .kontakt_forma textarea.txt_error, .kontakt_forma select.txt_error {
border: 1px solid #FF3F3F;
background: #FFE7DF;
color: #CF1A0C;
}

.txt_error_img {
float: left;
margin: 4px 0 0 4px;
border: 0;
}

.obrazac_forma fieldset {
border: 0;
border-bottom: 1px solid #CAD9E9;
margin: 0;
padding: 0;
}

legend {
color: #42A623;
font-size: 1.2em;
margin: 0;
padding: 15px 0;
font-weight: bold;
}

#ajax_loading {
display:none;
}

.poruka_forma_invalid {
color:red;
}

.table_intro td {
	padding: 0 13px;
}


/* kalendar */

.kalendar_mjesec {
	background: #99B7DF;
	float: left;
	width: 174px;
	padding: 2px 8px 4px;
	font-weight: bold;
}

.kal_mj_left, .kal_mj_right {
	float: left;
	font-size: 1.8em;
	display: block;
	width: 12px;
}

.kal_mj_left a, .kal_mj_right a {
	color: #FFFFFF;
	text-decoration: none;
}

.kal_mj_left a:hover, .kal_mj_right a:hover {
	color: #1098CC;
}

.kal_mj_title {
	float: left;
	text-align: center;
	display: block;
	width: 150px;
	padding: 6px 0 0 0;
	color: #394452;
	text-transform: uppercase;
}

.kal_mj_right {
	float: right;
}

.kalendar {
	background: #C0D4EC;
	width: 190px;
	float: left;
	padding: 5px;
	font-size: 0.9em;
	position: relative;
}

.kalendar_title ul {
	background: url(../../images/kal_title.gif) repeat-x bottom;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-left: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
	width: 189px;
	float: left;
}

.kalendar_title li {
	float: left;
	width: 26px;
	height: 21px;
	background: url(../../images/kal_title.gif) repeat-x bottom;
	border-right: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
}

.kalendar_dani ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ACC4E4;
	border-bottom: 1px solid #ACC4E4;
	width: 189px;
	float: left;
	background: #ACC4E4;
}

.kalendar_dani li {
	float: left;
	width: 26px;
	height: 26px;
	background: #e0e8f2;
	border-right: 1px solid #ACC4E4;
	border-top: 1px solid #ACC4E4;
}

.kalendar_dani a {
	text-decoration: none;
	background: #FFF;
	color: #00678d;
	display: block;
	float: left;
	width: 26px;
	height: 21px;
	text-align: center;
	padding-top: 5px;
}

.kalendar_dani a:hover {
	color: #2c8910;
}

.kalendar_dani span {
	background: #FFF;
	color: #757678;
	display: block;
	float: left;
	width: 26px;
	height: 21px;
	text-align: center;
	padding-top: 5px;
}

.kalendar_dani a.kal_dog {
	background: url(../../images/kal_dog.gif);
}

.kalendar_dani a.kal_dog:hover {
	background: #7cceed;
	color: #FFF;
}

.kalendar_dani a.kal_dog_2 {
	background: url(../../images/kal_dog2.gif);
}

.kalendar_dani a.kal_dog_2:hover {
	background: #5db6e2;
	color: #FFF;
}
	
.kal_ned span {
	color: #DC1F27;
}


.kalendar_popup {
	position: absolute;
	right: -30px;
	top: -20px;
	background: url(../../images/kal_pop.png) no-repeat bottom right;
	width: 249px;
	padding: 10px 16px 20px 15px;
}

.kalendar_popup h4 {
	font-size: 1.1em;
	color: #42A623;
	margin: 0;
	float: left;
	width: 150px;
	padding: 5px 0 10px;
}

.kal_popup_dog {
	clear: both;
	width: 245px;
}

.kalendar_popup h5 {
	font-size: 1em;
	border-top: 1px solid #CCC;
	color: #757678;
	margin: 0;
	padding-top: 10px;
	margin-top: 10px;
}

.kalendar_popup p {
	margin: 0;
	padding-top: 5px;
}

.kalendar_dani .kalendar_popup a {
	background: none;
	display: inline;
	float: none;
	height: auto;
	width: auto;
	padding: 0;
	padding: 0;
	text-align: left;
}

.kalendar_popup_close {
	float: right;
	border: 0;
}
