	#top{
		background-color: #FFFFFF;
		height: 27px;
		/*font-size: 11px;*/
		font-size: 0.7em;
		/*margin-left: 40%;*/
	}
	#top ul, #top li{
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
	}

#top table{
	font-size:1em;
	border: none;
	height: 25px;
	margin:0;
	padding: 0;
	width:100%;
}
#top table td{
	padding:0;
	border: none;
	/*height: 25px;*/
	text-align: right;
}
#top table td.left{
	width:400px;
}
#top table td.right{
	text-align: right;
}

#dummy{
	position: absolute; top:94px;
	width:100%;
}

#homeLink{
	/*background-color: Fuchsia;*/
	width:160px;
	height: 50px;
	position: absolute; top:40px; left: 20px;
}
#homeLink img{
	width:160px;
	height: 50px;
}
	ul#siteShortcuts{
		/*margin: 0px 0px 0px 250px;*/
		padding: 6px 0px 0px 0px;
		display: block;
		list-style: none;
		/*width: 250px;*/
		float:right;
		/*background-color: Aqua;*/
		/*position: absolute; top: 0px;*/
	}
	ul#siteShortcuts li{
		margin: 0;
		padding: 8px 0px 0px 0px;
		display: inline;
		list-style: none;
		padding-left: 8px;
	}
	ul#siteShortcuts li img{
		vertical-align: top;
	}
	ul#siteShortcuts li#domov{
		background-image: url(/Static/images/bkg/domovBKG.gif);
		background-repeat: no-repeat;
		background-position: top right;
		padding-right: 10px;
	}
	ul#siteShortcuts li#nSredisce{
		background-image: url(/Static/images/bkg/domovBKG.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 10px;
		margin-left: 5px;
	}

	ul#siteShortcuts li#nSredisce a.nSredisceLink{
		background-image: url(/Static/images/gui/mic.gif);
		background-repeat: no-repeat;
		padding-left: 14px;
	}
	ul#siteShortcuts li#nSredisce a.nSredisceLink:hover{
		background-image: url(/Static/images/gui/mic_over.gif);
	}

	#top ul#languages li{
		padding-left: 10px;
	}
	#top ul#languages{
		/*background-color: Silver;*/
		display: block;
		float: right;
		padding-top: 5px;
		padding-right: 10px;
		/*width: 250px;*/
	}
	li#selectedLang{
		color: #CCCCCC;
		font-weight: bold;
	}
	#top div#languages{
		padding-top: 5px;
		padding-right: 10px;
		/*float: right;*/
		/*border: 1px solid #000000;*/
		/*text-align: right;*/
		/*margin-left: 500px;*/
		/*position: absolute; left: 500px;*/
	}
	#top ul#languages a{
		color: #505E6A;
		font-weight: bold;
		text-decoration: none;
	}
	#top ul#languages a:hover{
		text-decoration: underline;
		color: #41494E;
	}
	#head{
		background-image: url(/Static/images/gui/LjubljanaLogo.gif);
		background-repeat: no-repeat;
		/*background-color: #E5E8E3;*/
		width: 740px;
		height: 99px;
	}
	#search{
		height: 65px;
		margin-bottom: 2px;
		background-image: url(/Static/images/bkg/searchBKG.gif);
		background-repeat: repeat-y;
		margin-left: 441px;
		text-align: center;
	}
	#search input, #search select{
		/*width:300px;*/
		width:125px;
		/*font-size: 10px;*/
		font-size: 11px;
	}
	#search input#searchImage{
		margin: 0;
		padding: 0;
		margin-bottom: -3px;
		width: 19px;
		height: 19px;
		border: none;
	}
	#search form{
		margin: 0;
		padding: 0;
		padding-top: 8px;
	}
	#search label{
		padding-left: 11px;
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 11px;*/
		font-size: 0.7em;
		font-weight: bold;
		color: #505E6A;
		display: block;
		text-align: left;
	}
	#advancedSearch{
		padding-left: 137px;
		display: block;
		text-align: left;
	}
	#advancedsearch img{
		margin-top: 5px;
	}
	#advancedSearch a{
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 10px;*/
		font-size: 0.6em;
		color: #505E6A;
	}
	#advancedSearch a:hover{
		color: #AFB6B6;
	}
	#mainHolder{
		margin-top: 22px;
		background-color: #FFFFFF;
	}
	html>body div#mainHolder{
		margin-top: 24px;
	}
	#main{
		background-repeat: repeat-y;
		background-color: #FFFFFF;
		width: 740px;
	}

	#content{
		/*position: absolute;
		top: 166px;
		left: 166px;*/
	  float:left;
		/*background-color: Aqua;*/
	}

	table#contentPovezave {
		font-size: 0.7em;
		color: #505E6A;
		width: 449px;
		text-align: left;
		border: none;
		margin-bottom: 10px;
	}

	table#contentPovezave td {
	  vertical-align: top;
	  border: none;
	}

	table#contentTable{
	border: none;
	margin:0;
	padding:0;
	font-size: 1em;
}
table#contentTable td{
	vertical-align: top;
	margin:0;
	padding:0;
	/*border: 1px solid #000000;*/
}

	#captionColumn{
		/*tomasz*/
		font-family: Arial, Helvetica, sans-serif;
		/*tomasz-end*/
		/*clear: both;*/
		width: 100px;
		margin-left: 5px;
		float: left;
	}
	.caption{
		background-color: #808A8A;
		margin-bottom: 20px;
	}
	.caption p{
		font-size: 11px;
		font-size: 0.7em;
		color: #FFFFFF;
		padding: 0px 5px 5px 5px;
	}
	.caption a{
		/*font-size: 11px;*/
		/*font-size: 0.7em;*/
		color: #FFFFFF;
		text-decoration: underline;
	}
	.caption a:hover{
		color: #ECECEC;
	}
	#contentColumn {
		width: 349px;
		/*background-color:#00FF33;*/
		/*padding-right: -10px;*/
		padding: 0px 0px 20px 15px;
		float: left;
	}

	#contentColumn table {
		font-size: 0.7em;
		color: #505E6A;
		width: 335px;
		text-align: left;
		border: 1px solid #808A8A;
		border-collapse: collapse;
		margin-bottom: 10px;
	}
	#contentColumn table td {
	  vertical-align: top;
	  height: 15px;
		border-bottom: 1px solid #CBD1D1;
		padding: 3px;
	}
	#contentColumn table caption {
		text-align: left;
		background-color: #41494E;
		color: #FFFFFF;
		font-weight:bold;
		font-size: 12px;
		padding: 3px;
		margin-left: -1px;
	}

	#contentColumn p{
		line-height: 21px;
	}


	#contentColumn ul{
		font-size: 0.8em;
		margin-top: 0px;
		margin-bottom: 5px;
		padding-top: 0px;
		/*margin:0;
		padding:0;*/
		line-height: 21px;
	}
	#contentColumn ol{
		font-size: 0.8em;
		/*list-style: circle;*/
		margin-top: 0px;
		margin-bottom: 5px;
		padding-top: 0px;
		/*margin:0;
		padding:0;*/
		line-height: 21px;
	}
	#contentColumn li{
		/*background-image: url('/Static/images/projekti_arr_desno.gif');
		background-repeat: no-repeat;
		background-position: 0px 8px;
		padding-left: 6px;*/
	}
	#contentColumn p{
		margin-top: 2px;
		margin-bottom: 10px;
		padding-right: 12px;
	}
	#contentColumn .izsek ul{
		line-height: normal;
	}
	#shortcutsColumn{
		margin-top: 10px;
		margin-left: 468px;
		/*font-size: 11px;*/
		font-size: 0.7em;
		width:98px !important;
		/*position: absolute; top:250px; left: 640px;*/
		/*position: absolute; top:290px; left: 635px;*/
		/*background-color: Aqua;*/

	}

	.desnistolpecLinki{
		margin-bottom: 10px;
		/*width:40px;*/

	}

	#shortcutsColumn ul{
		margin: 0;
		padding: 0;
		padding-left: 5px;
		list-style: none;
	}
	#shortcutsColumn li{
		margin: 0;
		padding: 0px 0px 0px 10px;
		background-image: url(/Static/images/gui/shortcutsColumn_listArrow.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	.shortcutsTitle{
		margin-bottom: 2px;
		padding-top: 4px;
		padding-left: 7px;
		/*font-size: 11px;*/
		font-size: 1em;
		font-weight: bold;
		color: #9DB517;
		border-top: 1px solid #CCCCCC;
		display: block;
		/*width: 95px;*/
	}
	.shortcutsTitle img{
		/*float: right;*/
		margin-left: 5px;
	}
	.anketaQuestion{
		margin-top: 60px;
		margin-bottom: 10px;
		padding-left: 7px;
		padding-top: 4px;
		/*font-size: 11px;*/
		font-size: 1em;
		font-weight: bold;
		color: #41494E;
		border-top: 1px solid #CCCCCC;
		display: block;
		width: 96px;
	}
	#footer{
		/*margin-left: 166px;*/
		/*height: 20px;*/
		background-image: url(/Static/images/bkg/footerBkg.gif);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #505E6A;
		clear: both;
		/*font-size: 10px;*/
		font-size: 0.7em;
		color: #CCCCCC;
	}
	#footer li img{
		/*margin-bottom: -1px;*/
		vertical-align: middle;
	}
	#footer img{
		vertical-align: middle;
	}

	#footer ul{
		margin: 0;
		padding: 0;
		margin-left:174px;
		list-style-type: none;
		/*display: inline;*/
		height: 18px;
		/*width: 600px;*/
		padding-top: 2px;
	}

	#footer li{
		/*padding-top: 5px;*/
		padding-right: 10px;
		padding-left: 10px;
		display: inline;
		list-style-position: inside;
	}
	#footer li#toTop{
		/*background-color: #000000;*/
		margin-left: 0px;
		margin-right: 40px;
		/*padding-bottom: 3px;
		padding-top: 4px;*/
		/*height: 20px;*/
	}
	#footer li#oStrani{
		padding-left: 20px;
		padding-right: 10px;
		/*background-image: url(/Static/images/bkg/oStraniBKG.gif);
		background-repeat: no-repeat;
		background-position: top right;*/
	}
	#footer li#natisni{
		margin-right: 0px;
	}
	#footer li#produkcija{
		margin-right: 0px;
		float: right;
	}
	#footer a{
		font-family: Arial, Helvetica, sans-serif;
		/*font-size: 10px;*/
		/*font-size: 1em;*/
		color: #CCCCCC;
	}
	#footer a:hover{
		color: #FFFFFF;
	}

	.nazajBottom{
	clear:both;
	margin-left: 10px;
	width: 90px;
	/*margin-top: -42px;*/

}
a.nazajLink {
	/*font-size: 11px;*/
	font-size: 0.7em;
	color: #41494E;
	background: transparent url('../images/dogodki_rw.gif') no-repeat;
	background-position: 0px 4px;
	/*text-indent: 8px;*/
	padding-left: 8px;
	/*display: block;*/
}

.textDesnistolpec{
	margin-top: 5px;
	margin-left: 9px;
	margin-bottom:10px;
}

.logoSekcija{
	margin: 0px 0px 35px 10px;
}

.author{
	/*background-color: Aqua;*/
	margin-top: 20px;
	width: 450px;
	height: auto;
	text-align: right;
	font-size: 0.7em;
}

.black{
	color: #000000;
}

select.arhiv{
	width: 100px;
}


/***************************
 izseki
***************************/
.izsek{
	float: left;
	margin-right: 5px;
	width: 144px;
	/*font-size: 11px;*/
	font-size: 0.7em;
	color: #3A4041;
}
.izsekTurizem { 
	_width:149px; /*ie hack*/ 
	padding-bottom:10px; 
	padding-left:6px; 
	}
.izsek ul {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-left: 3px;
	list-style: none;
	/*list-style-position: outside;
	list-style-image: url(/Static/images/gui/si/ljubljana_mednivo_arrow.gif);*/
}
.izsek li{
	margin: 0;
	padding: 0px 0px 0px 8px;
	/*background-image: url(/Static/images/gui/ljubljana_mednivo_arrow.gif);*/
	background-image: url(/Static/images/gui/mednivo_listArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 1.2em;
	list-style: none;
}
.izsek li a{
	/*color:#B64816;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.izsek li a:hover{
	text-decoration: underline;
	/*color:#B64816;*/
}
.izsek a.regular{
	color: #505E6A;
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}
.izsek a.regular:hover{
	color:#000000;
}
.izsekTitle{
	/*margin:0;*/
	padding:5px 4px 5px 10px;
	background-color: #41494E;
/*
	background-image: url(/Static/images/gui/si/mednivo_izsekTitle_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
*/
	color: #FFFFFF;
	/*font-size: 12px;*/
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid #FFFFFF;
}
a.izsekTitle:hover{
	background-image: url(/Static/images/gui/si/mednivo_izsekTitle_arrowWhi.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #5B6369;
	color: #FFFFFF;
}

/***************************/

/***************************
 opozorilo-okence
 **************************/

.opozorilo{
	border: 1px solid #808A8A;
	width: 330px;
	margin-bottom: 10px;
}
.opozorilo p{
	padding: 5px 5px 5px 60px;
	color: #505E6A;
	margin:0;
	font-size: 0.7em;
}
.opozoriloNaslov{
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #41494E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}

.opozorilo dl{
	margin:0;
	padding: 5px 5px 5px 50px;
	font-size: 11px;
}
.opozorilo dl dt{
	font-weight: bold;
	background-image: url(/Static/images/gui/mednivo_listArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.opozorilo dl dt.minor{
	background-image: url(/Static/images/gui/dottedArrow.gif);
	font-weight: normal;
}
.opozorilo dd{
	margin:0;
	padding:0;
	margin-left: 10px;
}
/************************/
h3 img{
	vertical-align: middle;
}

body.blind{
	background-image: none;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

/********************
utils
*********************/
a.file {
		background: transparent url('/Static/images/icons/file.gif') no-repeat;
		padding-left: 15px;
		line-height: 18px;
	}

 a.help {
		background: transparent url('/Static/images/icons/help.gif') no-repeat;
		padding-left: 16px;
		line-height: 18px;
	}


	#contentColumn table p{
		display: inline;
	}
	#contentColumn table ul{
		/*width: 200px;*/

	}

#captionColumn a.file{
		background: transparent url('/Static/images/icons/file.gif') no-repeat;
		background-position: 0px 2px;
		padding-left: 15px;
		line-height: normal;
		display: block;
}
#captionColumn .captionFiles{
	margin-bottom: 10px;
	/*background-color: Aqua;*/
}

/* css stile za formu poslji mail */
.toplinePosljiMail {
  background-color: #41494E;
}

.naslovPosljiMail {
	color: #41494E;
	background-color: #CBD1D1;
  font-size: 18px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.tekstPosljiMail {
	color: #000000;
	background-color: #FFFFFF;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}