

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* =================== PAGE LAYOUT ======================= */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	
}

body,#contents {
	/* ce ni tudi za body, bo v ie v standard compliant mode (z doctype) v kratkih besedilih problem */
	width: 100%;
	min-height: 100%; /* mozilla za kratka besedila */
	height: 100%; /* ie za kratka besedila */
}

html>body,html>body #contents {
	height: auto; /* ce odstranim, se v mozilli pri dolgih besedilih pojavi na sredi */
}

body {
	margin: 0;
}

#contents {
	position: absolute; /* pomembno firefox */
}

#header_container {
	margin: 0 auto;
	width: 778px;
	height: 242px;
	/*background-image: url(/images/header.jpg);
	background-repeat: no-repeat;*/
	overflow: hidden;
	position: relative;
}




#main_container {
	background-image: url(/images/border.jpg);
	width: 778px;
	min-width: 778px;
	min-height: 20em;
	margin: 0 auto;
}



#sidecolumn {
	display: inline; /* IE double margin bug */
	width: 214px;
	float: left;
	overflow: hidden;
}



#maincolumn {
	/* height: 200px;  Firefox and IE only */
	margin: 0px 23px 0px 23px;
	width: 472px;	
	min-height: 380px;
	/* extra for IE6 */
	height:auto !important;
	height: 380px;
	overflow: visible;
	/* end of extra for IE6 */
	float: left;
	background-image: url(/images/bground.jpg);
	background-repeat: no-repeat;
	background-position: center;
}




#footer_container {
	bottom: 0;
	margin: 0em auto;
	width: 778px;
	min-width: 778px;
	height: 111px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}


/* =================== END PAGE LAYOUT ======================= */
/*
COLORS for Golovec

#0065b3 - temno modra - bgfooter
#77b2de - bgcolor - svetlo modra
#9cc3e1 - footer text + linki - se svetlejsa modra
#8cc63e - H1 - zelena
*/


/* additional styles */
/* =================== GENERAL STYLES ======================= */
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.3em;
	background-color: #77b2de;
}

h1, .title {
	font-family: tahoma, verdana;
	font-size: 2em;
	font-weight: normal;
	padding: 0.3em 0 0.8em 0;
	color: #8cc63e;	

	
}


h2, .subtitle {
	font-weight: normal;
	font-size: 16px;
	padding: 0.3em 0 0.4em 0;
	color: #8cc63e;	
}
h1 a, h2 a {
	color: #8cc63e;	
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

#maincolumn a,
#maincolumn a:visited {
	color: #8cc63e;
	font-weight: bold;
}

#maincolumn a:hover {
	color: #0065b3;	
}

.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

/* =================== END GENERAL STYLES ======================= */

/* =================== MAIN MENU ======================= */

.mainmenu {
	background-image: url(/images/mainmenu.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 350px;
	padding: 14px 0px 0px 30px;
	
}

.mainmenu li,
.mainmenu li a {
	/*margin-top: 5px;
	/*list-style-image: url(/images/ball.jpg);*/
	list-style: none;
	font-size: 18px;
	font-family: Garamond, Verdana;
	color: #ffffff;
	text-decoration: none;
	
	line-height: 1.3em;
}

.mainmenu li a:hover {
	color: #666666;
}

.mainmenu li img {
	margin-right: 3px;
}


.contentbox{
display:block;
}
.contentbox *{
display:block;
height:1px;
overflow:hidden;
background:#9cc3e1;
}
.contentbox1{
border-right:1px solid #d4e5f2;
padding-right:1px;
margin-right:3px;
border-left:1px solid #d4e5f2;
padding-left:1px;
margin-left:3px;
background:#b4d2e8;
}
.contentbox2{
border-right:1px solid #f5f9fc;
border-left:1px solid #f5f9fc;
padding:0px 1px;
background:#aecee6;
margin:0px 1px;
}
.contentbox3{
border-right:1px solid #aecee6;
border-left:1px solid #aecee6;
margin:0px 1px;
}
.contentbox4{
border-right:1px solid #d4e5f2;
border-left:1px solid #d4e5f2;
}
.contentbox5{
border-right:1px solid #b4d2e8;
border-left:1px solid #b4d2e8;
}
.contentbox_content{
padding:0px 5px;
background:#9cc3e1;
} 

/* =================== END MAIN MENU ======================= */

/* =================== CMS MENU ======================= */

#cmsmenu {
	background-image: url(/images/cmsmenu.jpg);
	background-repeat: no-repeat;
	width: 214px;
	height: 241px;
	padding: 23px 0px 0px 30px;
	
}

#cmsmenu p {
	font-family: Garamond, Verdana;
	color: #ffffff;	
}

#cmsmenu h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Garamond, Verdana;
	color: #ffffff;
	text-decoration: none;
}

#cmsmenu a{
	text-decoration: none;
	font-weight: bold;
	color: #9cc3e1;
}

#cmsmenu a:hover {
	color: #ffffff;
}

/* =================== END CMS MENU ======================= */

/* =================== HEADER STYLES ======================= */


.header_tag {
	overflow: hidden;
	width: 190px;
	height: 70px;
	
	
	position:absolute;
	top:120px;
	left: 10px;
	/*left:28%;*/
}



/* =================== END HEADER STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */




.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.pagelist a:hover {
	color: #a2784e;
}


.news_more a,
.news_more a:visited {
	/*padding-left: 15px;
	padding-right: 10px;*/
	color: #8cc63e;
	font-weight: bold;
	text-align: right;
}

.news_more a:hover {
	color: #0065b3;	
}


/* =================== END MAIN COLUMN STYLES ======================= */

/* =================== FOOTER STYLES ======================= */

#footer_container {
	font-size: 10px;
	color: #9cc3e1;
}

#footer_container a{
	text-decoration: none;
	font-weight: bold;
	color: #9cc3e1;
}

#footer_container a:hover {
	color: #ffffff;
}

.footer_left {
	float: left;
	width: 45%;
	padding: 40px 0px 0px 45px;	
}

.footer_right {
	float: right;
	width: 35%;
	text-align: right;	
	padding: 40px 45px 0px 0px;	
}

.footer_div {
	font-weight: bold;
	color: #9cc3e1;
}

.footer_div:hover {
	color: #ffffff;
}

/* =================== END FOOTER STYLES ======================= */


/* =================== STYLES MISC ======================= */

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}    
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	padding: 2px 5px 2px 5px;
}

.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #e7e5e5;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
}

/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 150px;
	font-size: 12px;
}

.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

.input {
	border: #AAAAAA solid 1px;
}

#moreUploads input { /* Fuckin' IE */
	border: #AAAAAA solid 1px;
	}

/* =================== END FORM ELEMENTS ======================= */

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

