/*****************************/
/*** Core html setup stuff ***/
/*****************************/
/*html { height: 100%; margin-bottom: 0px; font-size: 100%;}*/
body{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	background-color: #E5EDFA;
	line-height: /*1.5em*/20px;
	margin: 0px 0px 0px 0px;
	color: #000000;
		font-size: 100%;
}
	  
body.default {font-size:100%;}
body.large {font-size:1.3em;}
body.smaller {font-size: 0.9em;}	  
	  
#all{
	background-image: url(../images/background_blue_tamno.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E5EDFA;
	font-size: 80%;
}



#wrap_narrow {
width: 760px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
	background: #fff url(../images/default/bg_top.jpg) top left repeat-x;
	border: 1px solid #d6e6eb;
	padding: 0 5px;



}
#wrap_wide {
	width:960px; /*IE6 hack*/
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	border: 1px solid #d6e6eb;
	padding: 0 5px;
	background: #fff url(../images/default/bg_top.jpg) top left repeat-x;
}
#wrap {
min-width:760px;
max-width:960px;
width: auto !important; /*IE6 hack*/
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}
#logo_search{ width: 100%; padding: 5px 0px 20px 0px;}

#logo{ float: left; width: 30%; text-align: left; padding: 0px 0px 0px 7px;}
#logo img{ margin: 0px; padding: 0px; border: 0px; vertical-align: top;}
div#search{ float: right; width: 60%; text-align: right; padding: 20px 0px 20px 0px;}
#topmenu_icons{
	width: 100%;
	height: 36px;
	background-color: #019fd5;
	background-image: url(../images/default/topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#icons{ float: left; width: 18%; padding-left: 20px; margin-top: 13px;}
#topmenu{ float: right; width: 40%;}
#baner{ width: 100%; margin: 1px 0px 1px 0px; height: 128px; overflow: hidden; position: relative; z-index:1;}
#baner img{ margin: 0px; padding: 0px; border: 0px; vertical-align: top;}
#baner_module{ width: 60%; position: absolute; z-index: 2; top:10px; left: 30%; bottom: 0px; right: 0px; padding: 0px 20px 20px 0px; overflow: hidden;}
#path_fonts{ width: 100%; border-top: 1px solid #d6e6eb; border-bottom: 1px solid #d6e6eb; padding: 12px 0px 12px 0px; block:inline;}
#path span{ color: #006383;}
#path img{ margin: 0px 5px 0px 5px; border: 0px;}
#fonts{ float: right; width: 25%; text-align: right;}
#path{ float: left; width: 60%; color: #878888; padding-left: 7px;}
#fonts img { margin: 0px 10px 0px 0px; border: 0px; vertical-align: top; padding: 0px;}

#xhtml_css{ float: left; width: 50%;}
#rss{ float: right; width: 50%; text-align: right;}
#contener{ width: 100%; padding: 15px 0px 15px 0px;}
#sidebar {float:left;width:20%; overflow:hidden; } 
#content60 {float:left;width:60%;overflow:hidden;}
#content80 {float:left;width:80%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}

.inside {padding: 0px 15px 0px 15px;}
div.inside{padding: 0px 15px 0px 15px;}
/*********************************************************************************************/
#topmenu_icons a:link, #topmenu_icons a:visited{ margin: 0px 3px 0px 0px;}
#rss a:link, #rss a:visited{ text-decoration:  none; font-weight: bold;}
#sidebar ul, #sidebar-2 ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul li
{	list-style: none;
	border-top: solid 1px #d7e7ec;
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0px 9px; line-height: 14px;
}
#sidebar-2 ul li
{	list-style: none;
	border-top: solid 0px #d7e7ec;
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0px 9px; line-height: 14px;
}
#sidebar ul li a:link,#sidebar ul li  a:visited
{	
	display: block;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
	background: url(../images/default/bg_alink.png) left no-repeat;
	color: #006383;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;

	font-weight: normal;
	vertical-align: top;
	line-height: 14px;
}
#sidebar-2 ul li a:link,, #sidebar-2 ul li  a:visited {background-color:#eee;}



#sidebar ul li a:hover,#sidebar-2 ul li a:hover
{ text-decoration: underline;}

#sidebar ul li ul, #sidebar-2 ul li ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar ul li ul li, #sidebar-2 ul li ul li
{	list-style: none;
	border-bottom: solid 0px #d7e7ec;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px; line-height: 1.3em;
}
#sidebar ul li ul li a:link,#sidebar-2 ul li ul li a:link,#sidebar ul li ul li a:visited, #sidebar-2 ul li ul li a:visited
{	
	display: block;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	background:none;
	color: #006383;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;

	font-weight: bold;
	vertical-align: top;
}
#sidebar ul li ul li a:hover,#sidebar-2 ul li  ul li a:hover
{ text-decoration: underline;}


#search .inputbox{
	border-top: 1px solid #5fa93a;
	border-left: 1px solid #5fa93a;
	border-bottom: 0px;
	border-right: 0px;
	height: 17px;
	width: 165px;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: #ffffff;
	background: url(../images/default/bg_inputbox.gif) top left repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 4px;
	vertical-align: middle;}
#search .button {
	border: 0px;
	width: 22px;
	height: 22px;
	background: url(../images/default/bg_button.gif) left top no-repeat;
	color: #5C465F;
	font-size: 1px;
	font-weight: bold;
 	margin: 0px 0px 0px 5px;
	padding: 3px 0px 7px 0px;
	vertical-align: middle;} 

#sidebar  form ul, #sidebar-2 form ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar form ul li, #sidebar-2 form ul li
{	list-style: none;
	border-top: solid 0px #d7e7ec;
	margin: 0px 0px 0px 0;
	padding: 0px 0px 0px 9px;
}
#sidebar form ul li a:link,#sidebar-2 form ul li a:link,#sidebar form ul li  a:visited, #sidebar-2 form ul li  a:visited
{
	display: block;
	padding: 4px 2px 4px 10px;
	text-decoration: none;
	background: url(../images/default/bg_alink_green.png) left no-repeat;
	color: #0066cc;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: top;
	line-height: 14px;
}
#sidebar form ul li a:hover,#sidebar-2 form ul li a:hover
{ text-decoration: underline;}
/*********************************************************************************************/


form {
  margin: 0;
  padding: 0;
}
/* height bug */
.clearfix:after {content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/*  fontsize  */
#fontsize
{
	z-index:100;
	width:20%;
	/*position:absolute;*/
	top:0;
	right:0;
	background:#fff;
	color:#000;
	float: right;  text-align: right;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}

#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}

#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;

}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}
p img, img{
	padding: 5px;
	margin-right: 10px;
	border: 0px solid #d6e6eb;
} 
/* MAIN CONTENT
--------------------------------------------------------- */
div#left .newsfeed a, div#user2 .newsfeed a,
div#user1 .newsfeed a, div#user6 .newsfeed a,
div#user5 .newsfeed a, div#user8 .newsfeed a,
div#user9 .newsfeed a, div#right .newsfeed a{
	font-weight: normal;
}
div#user2 .moduletable, div#user1 .moduletable,
div#user6 .moduletable, div#user5 .moduletable,
div#user8 .moduletable, div#user9 .moduletable{
	font-size: 0.92em;
}
div#maincontentdiv{
	margin: 30px 0px 30px 0px!important;

}
div#maincontent{

}
div#pathway{
	text-align: left;
	font-size: 0.92em;
	color: #B9B9B9;
	padding-bottom: 20px;
		margin-top:0px!important;
	padding-top:0;
}
div#pathway a:link, div#pathway a:visited{
	color: #B9B9B9;
	text-decoration: none;
}
div#pathway a:hover{
	text-decoration: underline;
		color: #005278;
}

div#topusersdiv{
	padding: 0px 0px 20px 0px;
	height: 1%;
	background-color: #FFFFFF;
}
div#bottomusers1div{
	padding: 30px 0px 20px 0px;
	height: 1%;
	background-color: transparent;
	width:99%!important;
}
div#bottomusers2div{
	color: #000;
	padding: 5px;
	height: 1%;
	border: solid 0px #d4d6db;	background-color: transparent;
}
div#user2div, div#user1div,
div#user6div, div#user5div,
div#user8div, div#user9div,div#dodatak2div,div#dodatak3div{
	float: left;
}
div#user2, div#user1, div#user8, div#user9, div#dodatak2, div#dodatak3{
	padding: 0px 10px 10px 10px;
	margin: 0 10px 0 0px;
	text-align: left;
	font-size: 1em;
	color: #939393;
border: 1px solid #ddd;
/*min-height:250px;*/
}
div#user2:hover, div#user1:hover, div#user3:hover, div#user5:hover,div#user8:hover, div#user9:hover, div#dodatak2:hover, div#dodatak3:hover{
	background-color:#F4F4F4;
}

div.kockicegore{
	color: #000;
	padding: 5px;
	height: 1%;
	border: solid 0px #d4d6db;
	background-color: #FFFFFF;
	width:99%!important;
	display: block;
	clear: both;

	margin-bottom: 20px;

		background-image: url(../images/default/topmenu_sredina.jpg)!important;
	background-repeat: repeat-x;
	background-position: left top;
	
	
	
	}



div#user6, div#user5{
	padding: 0px 10px 10px 10px;
	margin: 0 5px 0 5px;
	text-align: left;
	font-size: 1em;
	color: #939393;
border: 0px solid #ddd;
/*min-height:250px; */

}
div#user6:hover, div#user5:hover{
	background-color:#F4F4F4;
}



div#user2 h3, div#user1 h3, div#user6 h3, div#user5 h3, div#user8 h3, div#user9 h3{ font-size: 1em; color: #474747; margin: 0 0 5px; padding: 4px; border-bottom: 0px dotted #3b3b3b; }
/* ------------------------------------ */
div.gsc-control{width:150px!important;
}
div.gsc-resultsHeader{padding:0!important;
margin:0px!important;}


div.addthis_toolbox{width:30px!important;float:right;
text-align:right;margin-left:20px;}
div#icons{width:200px!important;
block:inline;}


div.at300bs at15t_compact{block:inline;}
div.addthis_toolbox{margin:0!important;}

div#jflanguageselection{margin:0px 10px!important; }

.dugme-nazad {
	font-size: 100%!important;
	margin-top: 0px;
	border: 0;
	width:34px;
	height:34px;
	cursor:pointer;
	float:right!important;
	padding:0;
	background-image: url(../../../images/M_images/nazad.png)!important;
	background-repeat: no-repeat!important;
	background-position: right top!important;
}
.dugme-nazad-gore {
	font-size: 100%!important;
	margin-top: 15px;
	border: 0;
	width:34px;
	height:34px;
	cursor:pointer;
	float:right!important;
	padding:0;
	background-image: url(../../../images/M_images/nazad.png)!important;
	background-repeat: no-repeat!important;
	background-position: right top!important;
}

.dugme-polazna {
	font-size: 60%;
	margin-top: 5px;
	background: url(../images/polazna.jpg) no-repeat;
	border: 0;
	width:34px;
	height:34px;
	cursor:pointer;
	float:left;
}
.dugme-kontakt {
	font-size: 60%;
	margin-top: 0px;
	background: url(../images/mejl.jpg) no-repeat;
	border: 0;
	width:50px;
	height:27px;
	cursor:pointer;
	float:left;
}

/*tabelarno prikazivanje na stranici*/


.sectiontableheader {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	color: #5F75B1;
	margin-bottom:3px!important;
}
.sectiontableentry2 {
	background-color : #FFFFFF;
}
/*moji sectiontableheader*/
/* content tables */


td.sectiontableheader {
/*border-bottom: 1px solid #efefef;
border-top: 1px solid #efefef;
  background: #eee;
  color: #333;
  font-weight: bold;
 padding: 0px;*/


}

tr.sectiontableentry0 td
 {
	padding: 4px;
	background-color: #fff!important;
	  border-bottom: 0px solid #efefef;
}

tr.sectiontableentry1 td {
	padding: 4px;
	/*background-color: #fff;*/
	  border-bottom: 0px solid #efefef;
}


tr.sectiontableentry2 td {
	padding: 4px;
	background-color: #fff!important;
	  border-bottom: 0px solid #efefef;
}
/***********tabela kontakt******************/
/* content tables */
td.sectiontableheader_con {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	color: #333;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	background-color: #F9F9F9;
	background-repeat: repeat-x;
}


tr.sectiontableentry0_con td
 {
	padding: 4px;
	background-color: #fff;
	  border-bottom: 1px solid #efefef;
}

tr.sectiontableentry1_con td {
	padding: 4px;
	background-color: #fff;
	  border-bottom: 1px solid #efefef;
}


tr.sectiontableentry2_con td {
	padding: 4px;
	background-color: #fff;
	  border-bottom: 1px solid #efefef;
}


/*td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td
 {
	padding: 4px;
	background-color: #DAE7F1;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background-color: #EDF3F8;
}


tr.sectiontableentry2 td {
	padding: 4px;
	background-color: #F8FAFC;
}*/

/**********************/
tr.sectiontableentry0
 {
	padding: 4px;
	background-color: #fff;
}

tr.sectiontableentry1 {
	padding: 4px;
	background-color: #F7F7F7;
}


tr.sectiontableentry2 {
	padding: 4px;
	background-color: #EFEFEF;
}

/* Tooltips */
div.tooltip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	background-color: #FFFFCE;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	/*background: url(../images_general/selector-arrow.png) no-repeat;*/
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}
div.pretext_dole p{margin: 10px 0  20px 0!important;}

.event_legend_container{background-color:#fff!important;
border:0!important;}

.event_legend_list li{border:0!important;}
.mod_events_td_daywithevents{
	background-color:#FFFF00!important;
}
.event_legend_name{width:100%!important;}
.cal_td_daysnoevents{
	background-color:#E5E5E5!important;
}

div.event_legend_container{margin:0!important;
width:100%!important;}
