/* --------------- */
@import url("stili_content.css");
/* --------------- */

html {overflow: scroll; }

img { margin:0;}

.mininavi {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
}

.tableborder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}

.novice {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A0A0A0;
	line-height: 16px;

}

.datum {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #757575;
	line-height: 16px;

}
.tekst {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #C0D1EC;
	line-height: 15px;
}

.crtice {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #3A4B64;
}

.naslov {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

.tekst10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #C0D1EC;
	line-height: 13px;
}

.tekst11,.tekst11 a {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #C0D1EC;
	line-height: 13px;
	text-align: right; 
	margin-top: 0.5em;
}

.tabela01 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #011F39;
	border: 0px;
}

.tabela03 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #A1B3C7;
	border: 1px #476EA9;
}

.tabela1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #011F39;
	border: 0px;
	padding: 3px;
}

.tabela2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #BACADB;
	border: 1px #476EA9;
	padding: 3px;
}

.tabela3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #A1B3C7;
	border: 1px #476EA9;
	padding: 3px;
}

.tabelalink {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}

/* ----------------- */
.osebje_left {
	width: 270px; 
	margin:0; 
	padding:0; 
	margin-bottom: 20px;
	float: left;
	clear: left;
}

.osebje_right {
	width: 270px; 
	margin:0; 
	padding:0; 
	margin-bottom: 20px;
	float: right;
	clear: right;
}

.image {
	border: 0;	
}

.image_border {
	border: 1px solid #4a6784;
	padding: 5px;
}


/* lightbox: */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails, #lightboxDetails a, #lightboxDetails visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
}
	
