/* CLEAR
------------------------------ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}


/* GENERAL STYLES
------------------------------ */

body {
	background: transparent url("../../resources/images/bg-head.gif") repeat-x 0 -3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: center;
	}
	
body.sl {
	background: transparent url("../../resources/images/bg-head.gif") repeat-x 0 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: center;
	}

p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: 0;
	}
	 
a, a:visited {
	text-decoration: underline;
	color: #000;
	background-color: transparent;
	}

a:hover, a:active {
	text-decoration: none;
	}

ul {
	padding: 0 0 5px 10px;
	margin: 0 0 5px 0;
	}

ol {
	margin-left: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	}

li, #right li {
	margin: 0 0 1px 0;
	padding: 0 0 3px 10px;
	list-style: none;
	background: transparent url("../../resources/images/bullet-crn.gif") no-repeat 0 5px ;
	}

h1, h2, h3 {
	font-weight: bold;
	}
	
h1 {
	font-size:14px;
	}

h2 {
	color:#F63A00;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
 	}
	
h3 {
	font-size: 11px;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}
	
hr {
	border: medium none;
	border-bottom:1px solid #ccc;
	padding:8px 0 0 0 !important;
	margin-bottom:8px !important;
	margin:0;
	clear:both;
	}
/**************NAVIGATION************/
ul#menu {
	border-top:1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0;
	}

ul#menu li{
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	}

ul#menu li a {
	background: transparent url("../../resources/images/bullet-menu.gif") no-repeat 0px center;
	display:block;
	width:159px;
	padding:6px 5px 6px 15px;
	margin: 0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:normal;
	}

ul#menu li a:hover {
	text-decoration: underline;
	}

ul#menu li.selected {
	background-color:#f8f8f9;
	}
	
ul#menu a.active {
	color:#f00;
	}

/*submenu*/
ul#menu li ul {
	width: 105px;
	padding:7px 0;
	margin:0;
	}

ul#menu li ul li {
	border:none;
	padding:0 0 4px 2px;
	padding:0;
	background:none;
	}

ul#menu li ul li a {
	text-decoration:none ! important;
	background:none;
	width:155px;
	padding:0px 10px 3px 15px;
	font-size:11px;
	font-weight:normal ! important;
	line-height:13px;
	text-decoration:underline;
	}

ul#menu li ul li a:hover, ul#menu li ul li.selected a{
	text-decoration:underline ! important;
	}

ul#menu li ul li.selected a {
	font-weight:bold ! important;
	}
	
	
ul#menu li ul li a.on {
	text-decoration: underline;
	}
    
   /*subsubmenu*/
#left ul.subsubmenu {
	width: 95px;
	padding:7px 0;
	margin:0 0 0 10px;
	}

#left ul.subsubmenu li{
	border:none;
	padding:0 0 2px 2px;
	padding:0;
	background:none;
	}

#left ul.subsubmenu li a {
	text-decoration:none ! important;
	background:none;
	width:145px;
	padding:0px 10px 3px 15px;
	font-size:10px;
	font-weight:normal ! important;
	line-height:13px;
	text-decoration:underline;
	}

#left ul.subsubmenu li a:hover, #left ul.subsubmenu li.selected a{
	text-decoration:underline ! important;
	}

#left ul.subsubmenu li.selected a {
	font-weight:bold ! important;
	}
	
	
#left ul.subsubmenu li a.on {
	text-decoration: underline;
	}
/*************** FORMS ****************/
form ol li {
	background:none;
	font-weight:bold;
	}
form ol label {
	width:145px;
	display:block;
	margin:4px 0 1px 0;
	}
form ol span.error {
	margin:0 0 0 6px;
	font-weight:normal;
	}
form ol li input {
	height:18px;
	border:1px solid #ccc;
	}
form ol li textarea {
	border:1px solid #ccc;
	}
form ol li button {
	background-color:#fff;
	border:1px solid black;
	padding:0 5px ! important;
	padding:2px 3px 0 3px;
	}
	
/*************** LAYOUT ***************/

#container {
	width: 915px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	padding:0;
	text-align:left;
	} 

#middleFirst { /*left + main*/
	float: left;
	width:715px;
	}	

#middleFirst #main {
	border-left:1px solid #ccc;
	}

#wrapper {
	background:transparent url(../images/lines-right.gif) repeat-y right top;
	}
	
#middle { /*right + main*/
	border-left:1px solid #ccc;
	float: left;
	width: 734px;
	}

#left {
	float: left;
	width: 180px;
	}
	
#main {
	float: left;
	margin:20px 0px 0px 0;
	width: 497px;
	padding:0 0 10px 20px;
	min-height:350px;
	height:auto ! important;
	height:350px;
	}
	
#right {
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:1px;
	width: 199px;
	}
	
	

.wide {
	background:none ! important;
	}
	
#right img {
		margin-left:12px
	}

/*************** LAYOUT - STYLES ***************/

/*  glava  */

#head {
	background:none;
	padding: 0;
	height: 82px;
	margin: 0;
	}
		
#head h1 {
	padding:0;
	margin:0;
	}
	
#head h1 a, #head h1 a:visited {
	width: 260px;
	height: 50px;
	margin: 20px 0 0 0;
	display: block;
	text-decoration:none;
	text-indent: -9999px;
	float: left;
	/*margin: 20px 0 0 0;*/
	}
	
#head h1.sl a {background: transparent url("../../resources/images/logo-rpinvesticije.gif") no-repeat top;}
#head h1.de a {background: transparent url("../../resources/images/logo-rpinvesticije-de.gif") no-repeat top;}
#head h1.en a {background: transparent url("../../resources/images/logo-rpinvesticije-en.gif") no-repeat top;}

#head h1 a:hover {
	text-decoration:none;
	}

/*  zgornji meni  */
	
#secNav {
	float:right;
	padding-top:34px;
	}

#secNav a:hover {
	color:#666666;
	}

#secNav ul {
	padding:0;
	margin:0;
	padding:3px 0 0 0;
	}	
	
#secNav li {
	background:none;
	display:inline;
	padding:0 0 2px 0;
	margin:0;
	position:relative;
	float:left;
	}
#secNav li.first li a {border:none;}	

#secNav li a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 15px 0 4px;
	text-decoration:none;
	display:block;
	line-height:12px;
	border-left:1px solid black;
	}

#secNav li ul {
	position:absolute;
	width:350px;
	margin:0px 0 0 1px;
	padding:6px 0 7px 0;
	/*display:none;*/
	}
	
#secNav li:hover ul {
	display:block;
	}
#secNav li ul li {
	float:left;
	}
#secNav li ul li a{	
	font-weight:normal;
	font-size:11px;
	}
	
/*  vsebinski del  */
.hidden {display:none;}
#topProject {
	float: left;
	width: 715px;
	margin:15px 0 0 0;
	}

#left img {
	float:right;
	}

#mainContent {
	float: left;
	padding: 0;
	margin:0 auto;
	width:auto;
	}

#mainContent h1, #wide h1 {
	color:#F63A00;
	font:19px Verdana;
	padding:10px 0px;
	}

#mainContent img {
	padding:2px;
	}

.adds .showAds {
	padding:15px;
	width:130px;
	height:20px;
	}

.adds a.showAds {
	color:#333333;
	font:13px Arial;
	text-decoration:none;
	}
	
/* oglasi seznam */

ul.adds {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	clear:left;
	margin:0px;
	padding:0px;
	margin:15px 0;
	width:498px;
	}

ul.adds li {
	background:none;
	border-bottom:1px solid #ccc;
	margin:0px;
	padding:10px;
	float:left;
	width:478px;
	}

ul.adds li a {
	color:#F63A00 ! important;
	display:block;
	float:left;
	text-decoration:underline;
	}

ul.adds li img {
	float:left;
	}
ul.adds li a:hover {
	text-decoration:none;
	}

ul.adds li img {
	margin:0px 8px 0px 0  ! important;
	}
	
ul.adds h2 {
	padding:0;
	margin:0 0 3px 0;
	}
	
ul.adds p {
	margin:4px 0 0 0;
	float:left;
	width:330px;
}	
ul.adds h2 a {
	float:none;
	padding:0;
	margin:0;
	text-decoration:underline;
	}

ul.adds h2 a:hover {
	text-decoration:none;
	}

ul.adds h3, #wide h3 {
	border:1px solid #ccc;
	}
	
ul.adds a.ponudba {
	margin-left:3px;
	}
	
ul.adds ul {
	float:left;
	padding:0 0 0 0px;
	margin:0 ! important;
	margin:0 0 0 3px;
	width:332px;
}
ul.adds ul li {
	border:none;
	padding:0 0 1px 0;
	margin:0;
	width:auto;
	font-size:10px;
	line-height:13px;
	width:320px;
	
	}
ul.adds li ul li a {
	margin:0 ! important;
	margin:0 0 0 3px;
}
ul.adds ul li span {
	width:80px;
	color:#999;
	float:left;
	
	}
span.sell, span.lease {
	color:#fff;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding:1px 2px ! important;
	padding:0px 2px 2px 2px;
	height:15px;
	text-align:center;
	width:52px;
	}
	
span.sell {	background: transparent url(../images/adds-sell.gif) no-repeat left top;}

span.lease { background: transparent url(../images/adds-lease.gif) no-repeat left top;}
	
/* notranja stran - stavbe - sredina */

#wide {
	padding:0 10px 10px 10px;
	}

#wideContent {
	clear:both;
	padding-top:15px;
	}

#wideContent #info {
	float:right;
	}

#wideContent div {
	float:right;
	height:60px;
	padding:10px 15px 0 0;
	}


#wideContent #dokumenti {
	float:right;
	margin-bottom:15px;
	}
#wideContent #dokumenti li {
	float:none;
	}

#wideContent p {
	clear:both;
	}

#porocilo a, #cenik a {
	clear:left;
	float:right;
	}

#objekt {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	clear:both;
	height:100%;
	margin:16px 0 0px 0 ! important;
	margin:19px 0 0px 0;
	padding:8px 10px 20px 10px;
	}

#objekt h1 {
	border-bottom:1px solid #ccc;
	padding:0 0 3px 0;
	margin:0px 0px 20px 0px;
	}

	
#info {
	float:right;
	width:320px;
	margin:0;
	padding:0;
	}

#info li {
	background:none;
	float:left;
	width:100%;
	padding:1px 0;
	}

#info span {
	display:block;
	float:left;
	font-weight:bold;
	text-align:right;
	width:120px;
	padding:0 5px 0 0;
	}
	
#tabs {
	clear:both;
	padding:25px 0 25px 10px;
	width:680px;
	}

#tabs ul.ad {
	background: transparent url(../images/ul-bg.gif) repeat-x left bottom;
	height:25px;
	padding:0 0 0 30px;
	margin-bottom:20px;
	}

#tabs ul.ad li, #tabs ul.ad li a {
	background: transparent url(../images/tab1.gif) no-repeat left top;
	color:#666;
	float:left;
	padding:0;
	font:11px Verdana;
	display:inline;
	height:25px;
	width:95px;
	}

#tabs ul.ad li a, #tabs ul.ad li a:hover {
	height:19px;
	padding-top:6px;
	text-align:center;
	text-decoration:none;
	}

#tabs ul.ad li a:hover, #tabs ul.ad li a.active {
	background: transparent url(../images/tab-over1.gif) no-repeat left top;
	}
	
#addImage {
	float:left
	}
	
#thumbs {
	width:50px;
	float:left;
	padding:0;
	}
#thumbs li {
	width:40px;
	height:auto;
	float:left;
	background:none;
}
a.porocilo, a.cenik {
	color:#666;
	padding:8px 0 7px 40px;
	margin-left:10px;;
	height:27px;
	}

.porocilo, .cenik {
	height:35px;
	width:35px;
	}

.porocilo {
	background:transparent url(../images/teh-porocilo.gif) no-repeat left center;
	clear:left;
	margin-left:15px;
	}
	
.cenik {
	background:transparent url(../images/cenik.gif) no-repeat left center;
	}
	
#vec {
	background:transparent url(../images/vec.gif) repeat-x left top;
	clear:both;
	height:43px;
	padding:12px 12px 0 12px;
	}

#vec p {
	border:2px solid #FFF;
	float:left;
	font-weight:bold;
	padding:4px;
	margin-top:4px;
	}
#vec .povprasevanje, #vec .povprasevanje_en, #vec .povprasevanje_de {
	float:right;
	height:43px;
	width:134px;
	}
	
#vec .povprasevanje {background:transparent url("../../resources/images/povprasevanje-w.gif") no-repeat top;}	
#vec .povprasevanje_en {background:transparent url("../../resources/images/povprasevanje-w-en.gif") no-repeat top;}
#vec .povprasevanje_de {background:transparent url("../../resources/images/povprasevanje-w-de.gif") no-repeat top;}

#sorodno {
	clear:both;
	padding-left:25px;
	margin-top:15px;
	}

#sorodno div {
	float:left;
	padding-right:15px;
	width:190px;
	}

#sorodno img {
	float:left;
	padding:15px 0 10px 0;
	}
#sorodno h2 {
	clear:left;
	}
	

/* ?irovnica */

#zirovnica { background:url(../images/pc-zirovnica-bg.gif) no-repeat right top; border-right:1px solid #ccc; min-height:450px; height:auto !important; height:450px; margin:15px 0 0 0; padding: 0 20px 10px 20px;}
#zirovnica h1 {
	color:#97bf0d;
	font:19px Verdana;
	padding:10px 0px;
	}
#zirovnica h2 { color:#97bf0d;}
#zirovnica .imgRight { border:none;}
#zirovnica #tabs { padding: 20px 0 10px 0;}
#zirovnica #tabs ul.ad { background:none; margin:0; padding:0;}

#newsZ { float:right; font-size:0.9em; margin:20px 25px 0 20px; padding:10px 15px; width:260px;}
#newsZ li span { font-size:0.9em;}
#newsZ li a { display:block;}

#zemljisca { clear:both; margin:0 0 5px 10px;}
#zemljisca img { float:left; margin:0 15px 0 0;} 

#zemljisca ol {float: left; margin-top:15px; width:260px;}

#zemljisca ol li {background:url(../images/zemljisca-bg.gif) no-repeat left top; font-size:10px; margin:0 0 15px 0; padding:1px 2px 0; width:120px; height:18px;}
#zemljisca ol li {/*float:left !important; */float:left;}

span.number {width:15px; text-align:center; color:#fff; font-weight:bold; display:inline-block; margin-right:5px;}

#zemljisca p { display:block; float:left; font-size:10px;}
img.benerZir { float: right; margin-top:4px;}

/* desni rob */

#right h2 {
	background-color:#A5BACE;
	color:#fff;
	display:block;
	margin-top:15px;
	padding:10px 0;
	text-align:center;
	width:199px;
	}

#gradimo h3 {
	padding:7px 10px 0px 10px;
	text-align:left;
	}

#gradimo h3 a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	text-decoration:none;
	}

#gradimo h3 a:hover {
	text-decoration:underline;
	}

#gradimo p {
	padding:0px 10px;
	}

#gradimo img {
	margin:3px 0 5px 8px;
	}
#right ul {
	width:160px;
}
#right ul li {
	float:left;
	margin:10px 0 0 0;
}
#right ul li a {
	display:block;
	position:relative;
	float:left;
	width:160px;
}
/* desni rob o podjetju */

.box {
	border:1px solid #ccc;
	margin:15px auto 10px auto;
	padding:0 0 10px 0;
	width:176px;
	}

#right .box h2 {
	background:transparent url("../../resources/images/izkaznica.gif") no-repeat top left;
	color:#0b333c;
	display:block;
	font:bold 12px Arial;
	height:22px;
	padding:3px 0 0 10px;
	margin:0;
	text-align:left;
	width:167px;
	}	
	
.box p {
	color:#656065;
	padding:5px 10px;
	font-size:10px;
	}

.box a {
	color:#656065;
	text-decoration:none;
	text-indent:-9999px;
	}	

.povprasevanje, .povprasevanje_en, .povprasevanje_de {
	display:block;
	height:50px;
	width:120px;
	padding-left:55px;
	text-indent:-9999px;
	}	

.povprasevanje {background:transparent url("../../resources/images/povprasevanje.gif") no-repeat bottom;}
.povprasevanje_en {background:transparent url("../../resources/images/povprasevanje-en.gif") no-repeat bottom;}
.povprasevanje_de {background:transparent url("../../resources/images/povprasevanje-de.gif") no-repeat bottom;}

/* noga */

#footer { 
	background-color: #ccc;
	color: #FFF;
	float: right;
	height:35px;
	padding: 5px 10px;
	width: 715px;
	text-align: left ! important;
	}
	
#footer a, #footer p {
	text-decoration:none;
	color: #FFF;
	font-size: 10px;
	margin:0;
	}
	
#footer a:hover { 
	text-decoration:underline;
	}

#contentEnd { 
	clear: both;
	font-size: 1px;
	width: 900px;
	}
	
/** search, path, lang **/	

#search {
	float:right;
	padding-top:32px;
 	}
#search input {
	background: transparent url("../../resources/images/bg-search.gif") top left no-repeat;
	border: none;
	color: #000;
	float:left;
	font-size: 11px;
	height: 18px;
	padding:5px 0 0 4px;
	width: 108px;
	}

#search button {
	background: transparent url(../images/btn-search.gif) bottom left no-repeat;
	border:none;
	cursor:pointer;
	float:left;
	height:22px;
	margin-left:0;
	margin-top:0;
	text-indent:-9999px;
	width:21px;
	}
#lang {
	width:114px;
	text-align:center;
}
#lang a,#lang a:hover {
	color:#000000;
}
/* novice prva stran */

#news {
	background:transparent url(../images/news-bottom.gif) no-repeat left bottom;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 0 13px 0px;
	}

#news h2 {
	background:transparent url(../images/news-top.gif) no-repeat left top;
	color:#000;	
	font-size:16px;
	padding-top:11px;
	margin-bottom:10px;
	}
	
#news ul {
	padding:0;
	margin:0;
	}

#news ul li {
	background:none;
	padding:0;
	margin:0;
	}

#news span.date {
	float:left;
	font-size:12px;
	color:#666666;
	margin:0;
	}

#news h3 {
	color:#000;
	display:inline;
	font-size:12px;
	font-weight:normal;
	padding:0;
	margin:0 0 0 10px;
	}

#news p {
	padding-top:3px;
	margin:0 0 5px 0;
	}
	
a.more {
	font-size:10px;
	margin:0 0 8px 0px;
	}

#leftBox {
	background: url(../images/enovice-bottom.gif) no-repeat left bottom;
	margin-top:15px;
	padding: 0 0 11px;
	}

#leftBox h3 {
	background:#d4dee7 url(../images/enovice-top.gif) no-repeat left top;
	padding:20px 12px 5px 12px;
	margin:0;
	}
	
#leftBox p {
	background-color:#d4dee7;
	padding:0px 12px 12px 12px;
	margin:0;
	}






/* newsletter */

#newsletter {
	background:transparent url(../images/e-news-input-bg.png) no-repeat left bottom;
	margin-top:15px;
	}

#newsletter p {
	background:#d4dee7 url(../images/enovice-top.gif) no-repeat left top;
	background-color:#d4dee7;
	padding:20px 12px 12px 12px;
	margin:0;
	}

#newsletter form ol {
	margin:0;
	}

#newsletter form ol li {
	background:none;
	font-weight:bold;
	}

#newsletter input {
	background:none;
	border:none;
	height:19px;
	padding:13px 0 0 3px;
	padding:8px 0 0 3px ! important;
	width:157px;
	}

#newsletter form ol li button {
	background-color:#d4dee7;
	border:1px solid white;
	padding:0 5px ! important;
	padding:2px 3px 0 3px;
	margin-left:100px;
	}


/* tabela */
	
table {
	border:medium none;
	border-collapse:collapse;
	margin:5px 0pt 10px;
	width:100%;
	}

table .brezpodlage {
	border:medium none;
	}

table thead td {
	font-size:12px;
	font-weight:bold;
	border-bottom:3px solid #A5BACE;
	}

table td {
	border-bottom:1px dotted #A5BACE;
	padding:3px 10px;
	text-align:left;
	}	

table.brez {
	border:medium none;
	border-collapse:collapse;
	margin:5px 0pt 0px;
	width:auto;
	}


table.brez thead td {
	font-size:12px;
	font-weight:bold;
	border-bottom:none;
	}

table.brez td {
	border-bottom:none;
	padding:3px 15px 3px 0px;
	text-align:left;
	}	


/* klasi */
	
.imgLeft {
	float: left;
	margin: 0 7px 5px 0;
	padding: 1px;
	border: 1px solid #fff;
	} 

.imgRight {
	float: right;
	margin: 0 0 5px 7px;
	padding: 1px;
	border: 1px solid #fff;
	} 
	
.txtRed {
	color:#F63A00;
	}

.txtSmall {
	color:#666666;
	font-size:10px;
	}

/* gallery */
.galBack {
	background:url(../images/left.jpg) no-repeat 0 50%;
	padding:5px 0 5px 25px;
	text-decoration:none ! important;
	color:#768fa7;
	font-size:15px;
	float:left;
	margin:0 0 0 25px;
	}
.galForward {
	background:url(../images/right.jpg) no-repeat 100% 50%;
	padding:5px 25px 5px 0;
	text-decoration:none ! important;
	color:#768fa7;
	font-size:15px;
	float:right;
	margin:0 25px 0 0;
	}
.gallery {
	width:100%;
	}
.gallery li {
	background:none;
	}

#kantina { margin:40px 10px 10px 5px; text-align:center;}

/** search, path, lang **/	
.sl .top ul {margin:0; padding:0; float:right;}
.sl .top ul li {float:left; background:none; padding:0 5px 0 0; margin:4px 5px 0 0; border-right:1px solid #000;}
.sl .top ul li.last {border-right:none; padding:0; margin:4px 0 0;}
.sl .top ul li.search {border-right:none; padding:0; margin:3px 0 0;}
.sl .top ul li a {text-decoration:none;}
.sl #search { background:url(../images/search.png) no-repeat 0 0; width:200px; height:19px; margin-left:25px; padding-top:0; float:none;
 	}
.sl #search fieldset {
	
	}
.sl #search input {background:none; border:none; width:175px; padding-left:5px; float:left; padding-top: 0;
	}

.sl #search button { float:left; border:none; background:none; width:20px; height:19px; text-indent:-9999px; float:left; cursor:pointer;
	}
.sl #lang {
	width:114px;
	text-align:center;
}
.sl #lang a,.sl #lang a:hover {
	color:#000000;
}
.sl #secNav {padding-top:0; float:left; width: 655px;}
.sl #secNav ul {float:right; padding:0; margin:29px 0 0 0 !important; margin:0 0 0 60px; display:block;}
.sl #secNav li {float:left; background:url(../images/dotted.png) no-repeat 100% 50%; margin:0 15px 0 0; padding:0 15px 0 0; display:block;}
.sl #secNav li.last {margin:0; padding:0 15px 0 0;}
.sl #secNav li a {display:block; float:left; padding:0; height:35px; background:url(../images/nava.png) no-repeat 0 -500px; color:#000; font-size:16px; text-decoration:none; border-left:none; font-weight:normal; line-height:normal;}
.sl #secNav li a span {display:block; float:left; padding:7px 15px 0 15px; height:28px; background:url(../images/navspan.png) no-repeat 100% -500px; cursor:pointer;}
.sl #secNav li a:hover {display:block; padding:0; height:35px; background:url(../images/nava.png) no-repeat 0 0; color:#fff; font-size:16px; text-decoration:none;}
.sl #secNav li a:hover span {display:block; padding:7px 15px 0 15px; height:28px; background:url(../images/navspan.png) no-repeat 100% 0;}
.sl #secNav li a.selected {display:block; padding:0; height:35px; background:url(../images/nava.png) no-repeat 0 0; color:#fff; font-size:16px; text-decoration:none;}
.sl #secNav li a.selected span {display:block; padding:7px 15px 0 15px; height:28px; background:url(../images/navspan.png) no-repeat 100% 0;}
.sl #head {height:108px;}

/* HACKS
------------------------------ */
.clear,.adds {display:inline-block;}
.clear:after,.adds:after, #zemljisca ol:after, .sl .top ul:after, .sl .top:after, .sl #secNav ul:after, .sl #head:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
/* Hides from IE-mac \*/
* html .clear,* html .adds {height:1%;}
.clear,.adds {display:block;}
/* End hide from IE-mac */
