/************** RESET ****************/
html,body {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,h7,p,blockquote {font-size:11px;margin:0;padding:0;}
ul,ol,dl,li,dt,dd {list-style:none;margin:0;padding:0;}
fieldset,legend,img,form,abbr {border:0;padding:0;margin:0;}
address {font-style:normal;}
/*************************************/
html {
	overflow: -moz-scrollbars-vertical; /*scrollbars in FF always on */
	}

body {
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #FFF;
	color: #000;
	text-align: center;
	}

p  { 
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 7px 0;
	padding: 0;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
img {
	 border: 0;
	 }
	 
a, a:visited {
	text-decoration: underline;
	color: #89412D;
	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 {
	margin: 0 0 1px 0;
	padding: 0 0 3px 10px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 6px ;
	}

h1, h2, h3 {
	color: #4B5A77;
	background-color: transparent;
	margin: 0px 0px 12px 0px;
	}
	
h1 {
	font-size:19px;
	font-weight:normal;
	}

h2 {
	font-size: 13px;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
 	}
	
h3 {
	font-size: 11px;
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}
	
hr {
	border:none;
	border-bottom:1px dashed #000;
	height:0px;
	margin:10px 0 ! important;
	margin:0;
	}
	
.flr {float:right ! important;}
.fll {float:left ! important;}
/*************** FORMS ****************/
form ol li {
	background:none;
	font-weight:bold;
	}
form ol label {
	width:230px;
	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;
	}
#terms {
	float:left;
	border:none;
	margin:5px 0 0px 0;
	}
#terms_lbl {
	float:left;
	width:210px;
	}	
#error_terms {
	padding:4px 0 0 5px;
	float:left;
	}
#termsText {
	padding:10px 0 0 33px ;
	}
/***************** LAYOUT ******************/
#frame {
	width: 950px;
	margin: 0 auto 0 auto;
	padding:0;
	text-align:left;
	} 

#content {
	background: #F7F7F7 url("images/bckg.gif") repeat-y top left;
	float: left;
	} 
#contentHome {
	background: #F7F7F7 url("images/bckgHome.gif") repeat-y top left;
	padding:0 8px;
}

#left {
	float: left;
	width: 185px;
	}
	
#middle {
	float: left;
	padding:10px 15px 15px 15px;
	width: 535px;
	}
	
#right {
	float: left;
	width: 160px;
	padding:10px 10px 10px 20px;
	}
/*************** LAYOUT - STYLES ***************/
#head {
	padding: 0;
	height: 74px ! important;
	height: 89px;
	width: 950px;
	background: #FFF url("images/bg-head.gif") no-repeat bottom;
	margin: 0;
	padding: 0;
	border: 0;
	}

/*LOGO SL*/
#logo {
	
	}	
#logo h1 {
	padding: 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	
	}
	
#logo h1 a, #logo h1 a:visited	{
	background: transparent url("images/logo-bsc.gif") no-repeat top;
	width: 405px;
	height: 66px;
	margin: 15px 0 0 49px ! important;
	display: block;
	text-decoration:none;
	position:relative;
	}
	
#logo h1 a:hover, #headNot h1 a:hover	{
	text-decoration:none;
	}

/*LOGO-EN*/
#logo-en {
	
	}	
#logo-en h1 {
	padding: 0;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	
	}
	
#logo-en h1 a, #logo-en h1 a:visited	{
	background: transparent url("images/logo-bsc-en.gif") no-repeat top;
	width: 447px;
	height: 66px;
	margin: 15px 0 0 47px ! important;
	display: block;
	text-decoration:none;
	position:relative;
	}
	
#logo-en h1 a:hover, #headNot h1 a:hover	{
	text-decoration:none;
	}

	
#nav {
	font-size: 10px;
	padding: 9px 0 0 0 ! important;
	padding: 24px 0 0 0;
	width: 950px;
	text-align: right;
	position: absolute;
	}
	
#nav .links {
	height: 25px;
	}
	
#nav .links  a {
	color: #001944;
	text-decoration:none;
	}

#nav .links a:hover {
	color: #89412D;
	}
	
#searchField {
	margin:0;
	padding:10px 0 0 10px;
	float: right;
	background: transparent url("images/bg-search.gif") top left no-repeat;
	height: 40px;
	width: 285px;
 	}

#search {
	float: right;
	margin:3px 25px 0 0 ! important;
	margin:3px 12px 0 0;
 	}
	
#search .search-submit {
	margin:0 0 -4px -4px;
	padding:0px 0 0 0;
	float:left;
	} 

#search #search-input {
	border: 1px solid #7199BC;
	color: #895557;
	width: 170px;
	padding: 2px 0 0 2px;
	margin: 0 10px 0 0;
	height: 14px;
	font-size: 11px;
	float:left;
	}
	
#tabsHome, #tabs {
	background: transparent url("images/img-not.jpg") no-repeat top left;
	height: 105px;
	margin: 0 0 0 8px;
	}
	
#tabsHome ul,#tabs ul {
	margin: 0px 0 0 122px ! important;
	margin: 0px 0 0 61px;
	padding: 0;
	float:left;	
	width:534px;
	}

#tabsHome ul li,#tabs ul li {
	float:left;
	margin:0;
	padding:0;
	background: none;
	}

#tabsHome ul li a,#tabs ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	display: block;
	float:left;
	padding:1px 25px 0 15px;
	position:relative;
	}

#tabsHome ul li a:hover,#tabs ul li a:hover,#tabsHome ul li.selected a,#tabs ul li.selected a{
	background: transparent url("images/back-tabOn.gif") no-repeat top right;
	color: #89412D;
	}
	
#tabsHome ul li a.on, #tabs ul li a.on{
	background: transparent url("images/back-tabOn.gif") no-repeat top right;
	color: #89412D;
	}
/*********** tabs HOME ***********/
#tabsHome {
	height:20px;
	margin:0;
	float:left;
	margin:0 -8px 0 0  ! important;
}
/************* path ****************/	
#breadcrumbs {
	margin:0 0 15px 0;
	font-size: 10px;
	color: #97A0B0;
	}
	
#breadcrumbs a {
	text-decoration:underline;
	font-size: 10px;
	color: #97A0B0;
	background:transparent url(images/breadcrumb.gif) no-repeat right 3px;
	padding:0pt 7px 0pt 0px;
	margin-right: 5px;
	}
	
#breadcrumbs a:hover {
	text-decoration:none;
	}
	
#rightTopField {
	background: transparent url("images/bg-rightTopField.gif") no-repeat top right;
	width: 286px;
	margin: 0px;
	float: right;
	text-align: left;
	line-height:10px;
	height:20px;
	}

#rightTopField p {
	padding: 3px 0 0 0;
	text-align: center;
	font-size:10px;
	line-height:10px;
	}
	
#rightTopField .links  a {
	color: #001944;
	text-decoration:none;
	position:relative;
	}

#rightTopField .links a:hover {
	color: #89412D;
	}

#middleContent {
	float: left;
	padding: 15px 20px;
	width: 530px; /*sum 580*/
	}

#leftContent {
	padding:8px;
	float: left;
	}

#rightContent {
	margin: 15px 5px;
	}
.button {
	display:block;
	padding:6px 10px 8px 35px;
	line-height:12px;
	margin:10px 0;
	width:130px;
	text-decoration:none ! important;
	color:#97a0b0;
}	
.button strong {
	color:#4b5a77;
}
#leftHome .newsletter {
	background:transparent url(images/buttonNewsletter.gif) no-repeat left top;
	color:#89412D;
}
#leftHome .gorenjskiGlas {
	background:transparent url(images/buttonGorenjski.gif) no-repeat left top;
	color:#89412D;
	padding-bottom:3px;
}
#leftHome .closedPages {
	background:transparent url(images/buttonClosedPages.gif) no-repeat left top;
	color:#89412D;
}
#leftHome .cvetke {
	background:transparent url(images/buttonCvetke.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;	
	display:block;
	margin:10px 0;
	width:175px;
	height:38px;
	text-decoration:none ! important;
}
#leftHome .kosarica {
	background:transparent url(images/buttonKosarica.gif) no-repeat left top;
	padding-bottom:6px;
	font-size: 9px;
}
#leftHome .frameTop {
	background:transparent url(images/darkFrameTop.gif) no-repeat left top;
	height:9px;
}
#leftHome .frame {
	padding:0px 8px;
	border-left:1px solid #c5d4dc;
	border-right:1px solid #c5d4dc;
	width:155px;
}
#leftHome .frame p{
	padding: 0px 0px 7px 0px;
	margin: 0px;
}
#leftHome .frameBottom {
	background:transparent url(images/darkFrameBottom.gif) no-repeat left top;
	height:13px;
}
#left .frame {
	margin:8px 0 0 8px ! important;
	margin:8px 0 0 4px;
	padding: 10px 10px 0 10px;
	float:left;
	background: transparent url("images/bg-frame-top.gif") no-repeat top left;
	width: 157px ! important;
	color: #97A0B0;
	}
	
#left .frameBottom {
	margin:0 0 0 8px ! important;
	margin:0 0 0 4px;
	padding: 0;
	float:left;
	background: transparent url("images/bg-frame-bottom.gif") no-repeat top left;
	width: 177px ! important;
	height: 10px;
	display: block;
	}
	
#left,#leftHome address,#middle address {
	color: #244790;
	margin: 0 0 5px 0;
	line-height: 14px;
	}
	
#footer,#footerHome { 
	color: #888;
	clear: both;
	font-size: 10px;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background: transparent url("images/bg-footer.gif") no-repeat top;
	}
#footerHome {
	background: transparent url("images/bg-footerHome.gif") no-repeat top;
}	
#footer span {
	float:left;
	margin:0 0 0 42px;
	}	
	
#footer a,#footerHome a {
	text-decoration: underline;
	color: #888;
	font-size: 10px;
	}
	
#footer a:hover,#footerHome a:hover { 
	text-decoration: none;
	}

#footer a.noLink,#footerHome a.noLink {
	text-decoration:none;
	}

/* privzeta tabela */
#middle table {
	border:none;
	width:100%;
	border-collapse:collapse;
	margin:5px 0 10px 0;
	}
	
#middle table thead {
	color:#FFF;
	background: #97A0B0;
	}
	
#middle table thead th {
	padding:1px 5px;
	}
	
#middle table thead tr td {
	padding:5px 5px 2px 5px;
	border-bottom:1px solid #E0D9D9;
	}
	
#middle table tr td {
	padding:3px 5px;
	border-bottom:1px solid #E0D9D9;
	}
	
/********** Home sweet home ************/
h3#leftFrameTitle {
	background:transparent url(images/leftFrameTop.gif) no-repeat left top;
	color:#fff;
	margin:15px 0 0 0;
	padding:2px 5px;
}
ul#leftFrame {
	border:1px solid #c5d4dc;
	border-top:none;
	width:151px;
	padding:10px;
}
#homeLeftSide {
	float:left;
	width:624px;
}
#leftHome {
	float:left;
	width:180px
}
#middleHome {
	float:left;
	width:444px;
	margin:10px 0 0 0;
}
#centerHome {
	border-left:1px solid #e3e8ec;
	border-right:1px solid #e3e8ec;
	background-color:#fafafa;
	padding:10px;
}
#centerHomeTop {
	background:#fafafa url(images/homeConTop.gif) no-repeat left top;
	height:6px;
	width:444px;
	font-size:1px;
	}
#centerHomeBottom {
	background:#fafafa url(images/homeConBottom.gif) no-repeat left bottom;
	height:6px;
	font-size:1px;
	width:444px;
	margin:0 0 0 0px;
	float:left;
}
#middleHome table {
	float:left;
	background:transparent url(images/tableHomeHead.gif) no-repeat left top;
	width:444px;
	margin:10px 0 0 0;
	border-collapse:collapse;
}
#middleHome table.style1 {
	background:transparent url(images/tableHomeHead.gif) no-repeat left top;
}
#middleHome table.style2 {
	background:transparent url(images/tableHomeHead2.gif) no-repeat left top;
}
#middleHome table.style3 {
	background:transparent url(images/tableHomeHead3.gif) no-repeat left top;
}
#middleHome table th {
	color:#fff;
	padding:1px 10px;
}
#middleHome tr.bright td {
	background-color:#fff;
}
#middleHome td {
	background:transparent url(images/tdBorder.gif) repeat-y left top;
	border-right:none;
	padding:2px 10px;
	color:#4B5A77;	
	width:72px;
}
#middleHome td.address {
	border-right:1px solid #c6d5dd;
	background:none;
	width:360px;
}
#middleHome td.leftBorder {
	background:transparent url(images/tdBorder.gif) repeat-y left top;
}

#middleHome tr.dark td {
	background-color:#eceef3;
}
#middleHome tfoot td {
	line-height:14px;
	text-align:right;
	background:#fff url(images/tableHomeFoot.gif) no-repeat left bottom;
}
#middleHome tfoot td a {
	text-align:right;
	display:block;
	width:420px;
}
#middleHome td a {
	color:#4B5A77;
	font-weight:bold;
	text-decoration:none;
	margin:0 4px 0 0;
}
#rightHome {
	float:right;
	width:283px;
	padding:10px;
	background:#e7e9eb url(images/homeRightBottom.gif) no-repeat left bottom;
}
#rightHome .frame {
	background-color:#fff;
	width:260px;
	float:left;
	border-left:1px solid #c7d6de;
	border-right:1px solid #c7d6de;
	padding:10px;
}
#rightHome #frameTop {
	background:#fff url(images/rightHomeFrameTop.gif) no-repeat left top;
	height:9px;
	line-height:4px;
	line-height:4px;
	font-size:1px;
	width:282px;
}
#rightHome #frameBottom {
	background:#fff url(images/rightHomeFrameBottom.gif) no-repeat left top;
	height:9px;
	width:282px;
	line-height:4px;
	font-size:1px;
	float:left;
}
.logoGorenjska {
	margin:10px 0 14px 4px;
}
#rightHome .button {
	width:125px;
	height:35px;
	float:left;
	background:transparent url(images/bigButton.gif) no-repeat left top;
	padding:15px 0 0 0;
	margin:8px 0px 0px 0;
	color:#4b5a77;
	font-weight:bold;
	text-align:center;
}
#blueFrameTop {
	background:transparent url(images/homeRightBlueTop.gif) no-repeat left top;
	height:8px;
	width:283px;
	float:left;
	font-size:1px;
	line-height:1px;
	margin:15px 0 0 0;
}
#offer {
	background-color:#4b5a77;
	float:left;
	width:272px;
	padding:10px 5px;
	font-size:10px;
}
#blueFrameBottom {
	background:transparent url(images/homeRightBlueBottom.gif) no-repeat left top;
	height:8px;
	width:283px;
	float:left;
}
#offer span {
	color:#fff;
	text-align:center;
	display:block;
	margin:0 0 10px 0;
	font-weight:bold;
}
#rightHome #offer a {
	float:left;
	display:block;
	height:50px;
	width:87px;
	text-decoration:none;
	text-align:center;
	padding:20px 0 0 0px;
	background:transparent url(images/buttonOnBlue.gif) no-repeat left top;
}
#rightHome .marg {
	margin:0 4px;
}
#rightHome .margTwo {margin:0 4px 0 0;}

/********* hacks ***********/
.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
* html .clear {height:1%;}
.clear {display:block;}	
/***************************/

#middle .foto-utrinki tr td {
	padding:3px 5px 3px 0px;
}

/***kje smo**/
#middle .kjesmo_slika {
	float: left;
	margin:0px 0px 20px 0px;
}
#middle .kjesmo {
	float:left;
	padding: 0px 0px 0px 10px;
	width:150px;
}
/*************/

/****ozadja na podstraneh********/
#content .tabs_t1 {
	background: transparent url("images/img-not-tehnologija.jpg") no-repeat top left;
	height: 105px;
	width: 942px;
	margin: 0 0 0 8px;
}	
#content .tabs_t2 {
	background: transparent url("images/img-not-talenti.jpg") no-repeat top left;
	height: 105px;
	width: 942px;
	margin: 0 0 0 8px;
}	
	
#content .tabs_t3 {
	background: transparent url("images/img-not-turizem.jpg") no-repeat top left;
	height: 105px;
	width: 942px;
	margin: 0 0 0 8px;
}	

#content .tabs_t4 {
	background: transparent url("images/img-not-trajnostni.jpg") no-repeat top left;
	height: 105px;
	width: 942px;
	margin: 0 0 0 8px;
}	
	
#tabsHome ul li a:hover,#tabs ul li a:hover,#tabsHome ul li.selected a,#tabs ul li.selected a{
	background: transparent url("images/back-tabOn.gif") no-repeat top right;
	color: #89412D;
}

.logoGorenjska {
	margin:10px 0 12px 4px;
}


/* newsletter form */
.newsletterForm li {
	background:none;
}
.newsletterForm legend {
	font-weight:bold;
	font-size:13px;
}

/***slikce**logotov***/
.imageLogo {
	border: 1px solid #CCCCCC;
}

/*****desni***image****menu***/
#imagemenu{
	width: 260px; 
	height: 260px;
	position: absolute;
	margin-left:11px;
	margin-top:10px; ;
	visibility: hidden;
}
#imagemenu_podlaga { 
	width: 260px; 
	height: 250px;
	position: absolute;
	margin-left:11px;
	margin-top:10px; ;
	visibility:hidden;
	background:#FFFFFF;
}
.slImages .imagemenu1 {
	background:transparent url(images/imagemenu1.jpg) no-repeat left top;
}
.slImages .imagemenu2 {
	background:transparent url(images/imagemenu2.jpg) no-repeat left top;
}
.slImages .imagemenu3 {
	background:transparent url(images/imagemenu3.jpg) no-repeat left top;
}
.slImages .imagemenu4 {
	background:transparent url(images/imagemenu4.jpg) no-repeat left top;
}

.enImages .imagemenu1 {
	background:transparent url(images/en-imagemenu1.jpg) no-repeat left top;
}
.enImages .imagemenu2 {
	background:transparent url(images/en-imagemenu2.jpg) no-repeat left top;
}
.enImages .imagemenu3 {
	background:transparent url(images/en-imagemenu3.jpg) no-repeat left top;
}
.enImages .imagemenu4 {
	background:transparent url(images/en-imagemenu4.jpg) no-repeat left top;
}

/***********/
#email, #email2 {
	width:220px;
}

.news .date {
	float: left;
	height: 20px;
	margin-right: 4px;
}
.searchButton {
background: transparent url(images/search.gif) no-repeat center top;
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#89412d;
width: 51px;
height: 18px;
border: none;
padding: 0 0 2px 0;
}

.green {
background-color:#eceef3;
width:430px;
font-size:12px;
padding: 0 5px 5px 5px;
}

object {display:block;margin-bottom:15px;}


/*TIP BY Toma*/
#middle table.tip {background:#a8b3ca url(images/tableTipHead.gif) no-repeat left top; text-align:center;}
#middle table.tip thead {background:none; text-align:left;}
#middle table.tip tbody {border-right:1px solid #E0D9D9;}
#middle table.tip th {color:#fff; padding:1px 10px;}
#middle table.tip tr.dark td {background-color:#ECEEF3;}
#middle table.tip tr.bright td {background-color:#fff;}
#middle table.tip td {background:transparent url(images/tdBorder.gif) repeat-y left top; border-bottom:none; border-right:none; padding:2px 4px; color:#4B5A77; width:170px;}
#middle table.tip td.last {border-right:1px solid #E0D9D9;}
#middle table.tip tfoot td {padding:0; line-height:14px; text-align:right; background:#fff url(images/tableTipFoot.gif) no-repeat left bottom;}
#middle table.tip tfoot.two td {padding:0; line-height:14px; text-align:right; background:#fff url(images/tableTipFoot2.gif) no-repeat left bottom;}
#middle table.tip tfoot.one td {padding:0; line-height:14px; text-align:right; background:#fff url(images/tableTipFoot1.gif) no-repeat left bottom;}
#middle table.tip tfoot td a {text-align:right; display:block; width:420px;}
#middle table.tip td a {color:#4B5A77; font-weight:bold; text-decoration:none; margin:0;}
#middle table.tip td .tipH {width:250px; padding:20px; visibility:hidden; position:absolute; top:0; left:0; border:1px solid #4B5A77; background:#fff; z-index:10000; -moz-box-shadow: 2px 2px 10px #666666; -moz-box-shadow: 2px 2px 10px #8b8b8b;-webkit-box-shadow: 2px 2px 10px #8b8b8b;-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=6)";filter:progid:DXImageTransform.Microsoft.Shadow(color=#8b8b8b,direction=135,strength=6); text-align:left;}
#middle table.tip td .tipH.single {margin-left:175px;}
#middle table.tip td .tipH strong {display:block;}
#middle table.tip td.hover .tipH {display:block; visibility:visible;}
#middle table.tip td.hover {z-index:1;}
