/*
E-KARTA
Style Sheet
by boomerank
*/


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								BASICS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #f5f5f6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #353c42;
	text-align: center;
}

img, a img {
	border: 0;
}

/* vrstica s floati */
.row {
	margin: 0 0 10px 0;
}

td {
	vertical-align: top;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glava  */
#header {
	margin: 0 auto;
	padding: 0;
	width: 966px;
	text-align: left;
	background: #fff;
}

/* logotip */
#header img.logo {
	float: left;
	padding: 0 0 0 40px;
}

/* desna stran */
#headerRight {
	float: right;
	display: inline;
	margin: 50px 40px 0 0;
}

#headerRight img {
	vertical-align: middle;
}

#headerRight a {
	padding-left: 3px;
	color: #7d8286;
	text-decoration: none;
}

#headerRight a:hover {
	text-decoration: underline;
}

#headerRight form {
	display: inline;
	margin: 0 0 0 10px;
}

#headerRight form input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    width: 120px;
    padding: 3px 3px 4px 3px;
	border: 1px solid #d7d7d7;
	font-size: 1em;
    color: #5d6368;
}

#headerRight form input.submit {
	width: auto;
	background: #fff url(/pic/icon-arrow_search.gif) no-repeat left center;
	padding: 2px 1px 3px 16px;
	font-weight: bold;
	cursor: pointer;
}

/* zgornji meni */
#header #navigation {
  clear: both; 
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 40px;
}

#header #navigation ul {
  float: right;
  display: inline;
  margin: 0 -13px 0 0;
  list-style: none;
}

#header #navigation ul li {
  float: left;
}

#header #navigation ul li a {
  display: block;
  margin: 0 1px;
  padding: 15px 13px;
  font-size: 1.2em;
  color: #353c42;
  font-weight: bold;
  text-decoration: none;
}

#header #navigation ul li a:hover {
  color: #0060ae;
}

#header #navigation ul li.on a {
  color: #0060ae;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/* vsebina */
#main { 
	margin: 0 auto;
	padding: 25px 0;
	width: 966px;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #e7eaed;
}

/*  glavna vsebina na naslovnici  */
#contentHome {
	margin-left: 40px;
	width: 886px;
	font-size: 1.2em;
}

#contentHome p {
	margin: 0 0 5px 0;
}

/* boxi na naslovnici */
#contentHome .homeBox {
	float: left;
	width: 277px;
	padding: 0 0 6px 0;
	background: #f5f5f6 url(/pic/homeBox-bottom.gif) no-repeat left bottom;
}

#contentHome .homeCenter {
	margin: 0 27px;
}

#contentHome .homeBox h2 {
	margin: 0 0 8px 0;
	padding: 8px 10px;
	border-top: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

#contentHome .homeBox h2 a {
	color: #fff;
	text-decoration: none;
}

#contentHome .homeLeft h2 {
	background: #f7941e;
}

#contentHome .homeCenter h2 {
	background: #77a02e;
}

#contentHome .homeRight h2 {
	background: #0054a6;
}

#contentHome .homeBox p {
	margin: 0 10px 8px 10px;
	line-height: 150%;
}


/*  glavna vsebina na notranjih straneh  */
#content {
	float: right;
	display: inline;
	margin: 0 40px 0 0;
	width: 656px;
	font-size: 1.2em;
}

#contentCenter {
	float: left;
	width: 456px;
}


/*=====================================================================
									CONTENT LEFT
  =====================================================================*/
 
#contentLeft {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 0 0 40px;
	font-size: 1.1em;
}

/* prvi nivo */
#contentLeft ul {
	padding: 0 0 20px 0;
	list-style-type: none;
	background: url(/pic/menu-bottom.gif) no-repeat left bottom;
	border-top: 1px solid #ced5db;
}

#contentLeft ul li {}

#contentLeft ul li a {
	display: block;
 	padding: 8px 15px 8px 10px;
	color: #353c42;
	text-decoration: none;
	background-color: #e7eaed;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ced5db;
}

#contentLeft ul li.child a {
	background-image: url(/pic/menu-arrow_black_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#contentLeft ul li a:hover {
	background-color: #dbe0e4;
}

#contentLeft ul li.on a {
	color: #0060ae;
	background: #fff url(/pic/menu-arrow_blue_right.gif) no-repeat right center;
}

/* drugi nivo */
#contentLeft ul li ul {
	background: none;
	border: none;
}

#contentLeft ul li ul li a, #contentLeft ul li.on ul li a {
	padding: 6px 15px 6px 12px;
	background-color: #f8f9fa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ced5db;
	color: #353c42;
}

#contentLeft ul li.child ul li a, #contentLeft ul li.on ul li a {
	background-image: none;
}

#contentLeft ul li.child ul li.on a {
	background: #fff url(/pic/menu-arrow_blue_right.gif) no-repeat right center;
}

#contentLeft ul li ul li a:hover {
	background-color: #dbe0e4;
}

/* tretji nivo */
#contentLeft ul li.child ul li ul li a, #contentLeft ul li.child ul li.on ul li a {
	padding: 6px 10px 6px 22px;
	background: #f8f9fa url(/pic/menu-bullet.gif) no-repeat left center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ced5db;
	color: #353c42;
	font-size: 0.9em;
}

#contentLeft ul li.child ul li ul li a:hover, #contentLeft ul li.child ul li.on ul li a:hover {
	background-color: #dbe0e4;
}

#contentLeft ul li.child ul li ul li.on a, #contentLeft ul li.child ul li.on ul li.on a {
	background: #fff url(/pic/menu-bullet_arrow.gif) no-repeat left center;
}


/*=====================================================================
									CONTENT RIGHT
  =====================================================================*/

#contentRight {
	float: right;
	width: 170px;
}

#contentRight a {
	color: #353c42;
}

/* okvircek za vec info */
#contentRight .rightBoxInfo {
	margin: 0 0 15px 0;
	padding: 0 8px 5px 8px;
	border: 1px solid #dcdcdc;
	font-size: 0.9em;
}

#contentRight .rightBoxInfo h2 {
	padding: 10px 0 6px 0;
	font-size: 1.2em;
	color: #0060ae;
	font-weight: bold;
}

#contentRight .rightBoxInfo p {
	margin: 0 0 5px 0;
	line-height: 160%;
}

/* okvircek za povezane vsebine */
#contentRight .rightBoxCross {
	margin: 0 0 15px 0;
	padding: 0 8px 10px 8px;
	background: #f5f5f6 url(/pic/rightBox-bottom.gif) no-repeat left bottom;
	font-size: 0.9em;
}

#contentRight .rightBoxCross h2 {
	padding: 10px 0 0 0;
	font-size: 1.2em;
	color: #0060ae;
	font-weight: bold;
}

#contentRight .rightBoxCross ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentRight .rightBoxCross ul li {
	margin: 2px 0 6px 0;
	padding: 0;
	list-style: none;
	background: none;
}

#contentRight .rightBoxCross a {
	color: #353c42;
}


/* okvircek za povpraševanje */
#contentRight .rightBoxRequest {
	margin: 0 0 15px 0;
	padding: 8px;
	background: url(/pic/request-back.gif) repeat-x left center;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
}

#contentRight .rightBoxRequest a {
	color: #fff;
	text-decoration: none;
}


/*=====================================================================
									COMMON
  =====================================================================*/
  
#content p {
	margin: 0 0 10px 0;
	line-height: 140%;
}

#content a {
	color: #0060ae;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a.linkReverse {
	color: #353c42;
	text-decoration: none;
}

#content a.linkReverse:hover {
	text-decoration: underline;
}

#contentHome a.link,
#content a.link {
	color: #0060ae;
	text-decoration: underline;
	padding-left: 8px;
	background: url(/pic/bullet-blue.gif) no-repeat left center;
}

#contentHome a.link:hover, #content a.link:hover {
	text-decoration: none;
}

#contentHome .homeBox p a:hover {
	text-decoration: none;
}

#content ul {
	margin: 0 10px 10px 10px;
	padding: 0;
}

#content ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(/pic/bullet.gif) no-repeat left top;
	line-height: 120%;
}

#content ol {
	margin: 8px 0 10px 25px;
	padding: 0;
}

#content ol li {
	margin: 0 0 5px 0;
	padding: 0;
}

/* pot */
#path {
	color: #5d6368;
	font-size: 0.9em;
}

#path a {
	color: #5d6368;
	text-decoration: none;
}

#path a:hover {
	text-decoration: underline;
}

/* +, -, print ikonce */
#print {
	float: right;
    margin: 0;
	display: none;
}


/*----------------------------------------------------------------------
							TITLES
  ---------------------------------------------------------------------*/

/*  naslovi  */
#content h1 {
  margin: 16px 0 14px 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fa5000;
  font-size: 1.7em;
  font-weight: bold;
}

#content h2 {
	margin: 0 0 8px 0;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fa5000;
	font-size: 1.3em;
	font-weight: bold;
}

#content h2 a {
	color: #fa5000;
	text-decoration: none;
}

#content h3 {
	margin: 0 0 6px 0;
	padding: 5px 0 0 0;
	color: #fa5000;
	font-size: 1.2em;
	font-weight: bold;
}

#content h3 a {
	color: #fa5000;
	text-decoration: none;
}


/*----------------------------------------------------------------------
							CMS - SPECIAL
  ---------------------------------------------------------------------*/

.textSmall {
	font-size: 0.9em;
}

.textLarge {
	font-size: 1.1em;
}

#content .textGrey, #content .textGrey a {
	color: #5d6368;
}

/* tabela dva ali tri stolpce */
td.tableCell2 {
	width: 313px;
	font-size: 1em;
}

td.tableCell3 {
	width: 198px;
	font-size: 1em;
}

td.tableSpace {
	width: 30px;
}


/* boxi na notranjih straneh - 2 ali 3 stolpci */
#content .box2 {
	width: 313px;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	background: #f5f5f6 url(/pic/box2-bottom.gif) no-repeat left bottom;
}

#content .box3 {
	width: 198px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	background: #f5f5f6 url(/pic/box3-bottom.gif) no-repeat left bottom;
}

#content .box2 a,
#content .box3 a {
	color: #353c42;
}

#content .box2 h2,
#content .box3 h2 {
	margin: 0 0 8px 0;
	padding: 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	background: #0060ae;
	color: #fff;
}

#content .box2 h2 a,
#content .box3 h2 a {
	color: #fff;
	text-decoration: none;
}

#content .box2 p,
#content .box3 p {
	margin: 0 10px 8px 10px;
	line-height: 150%;
}

#content .box2 ul li,
#content .box3 ul li {
	margin: 0 0 10px 0;
	padding:0 0 0 8px;
	background: url(/pic/bullet-black.gif) no-repeat left top;
}

/* navadna tabela s sliko na levi in tekstom na desni */
#content td.tdSlikaLevo {
	padding: 7px 10px 10px 0;
}

#content td.tdText {
	padding: 0 0 10px 0;
}

#content td.tdText p {
	margin: 0 0 5px 0;
}

/* poudarjena tabela s sliko na levi in tekstom na desni */
#content table.notice {
	margin: 5px 0 10px 0;
}

#content table.notice td.tdSlikaLevo {
	padding: 0 10px 0 0;
	background-color: #f5f5f6;
}

#content table.notice td.tdSlikaLevo img {
	border: 1px solid #d8d8d8;
}

#content table.notice td.tdText {
	background-color: #f5f5f6;
}


/*----------------------------------------------------------------------
							THUMB VIEWER
  ---------------------------------------------------------------------*/

/* okvir */
#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 1px 1px 0 1px;
	background: #fff;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #d7d7d7;
}


/* footer (glava "zapri" :-) */
#thumbBox .footerbar {
	color: #394046;
	padding: 5px 10px 0 0;
	text-align: right;
	font-weight: bold;
}


/* notranji div s sliko*/
#thumbBox #thumbImage {
	background-color: #fff;
	padding: 5px 10px 10px 10px;
	text-align: left;
	font-size: 1.1em;
}

#thumbBox #thumbImage img {
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}


/* loading div */
#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	padding: 10px;
	z-index: 5;
}


/*----------------------------------------------------------------------
								TABS
  ---------------------------------------------------------------------*/
  
#content ul.tabs  {
	clear: both;
	margin: 10px 0 13px 0;
	padding: 8px 0 0 0;
	list-style: none;
	border-bottom: 1px solid #d7d7d7;
}

#content ul.tabNews  {
	margin: 22px 0 18px 0;
}

#content ul.tabs li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0 8px 0 0;
	background: #e7eaed url(/pic/tab-corner_right.gif) no-repeat top right;
}

#content ul.tabs li.tabNull {
	float: left;
	list-style: none;
	padding: 8px 8px 0 0;
	background: none;
}

#content ul.tabs li a {
	display: block;
	padding: 5px 2px 5px 11px;
	background: #e7eaed url(/pic/tab-corner_left.gif) no-repeat top left;
	color: #353c42;
	text-decoration: none;
}

#content ul.tabs li:hover {
	background-color: #fff;
}

#content ul.tabs li:hover a, #content ul.tabs li a:hover {
	background-color: #fff;
}

#content ul.tabs li.on {
	margin: 0 2px -1px 0;
	background-color: #fff;
}

#content ul.tabs li.on a {
	margin: 0 0 1px 0;
	background-color: #fff;
	cursor: default;
}

/* vsebina zavihkov */
#content .off {
	display: none;
}

/* "navadne slike */
#content p.slikaLevo {
	float: left;
	margin: 0 10px 10px 0;
}

#content p.slikaDesno {
	float: right;
	margin: 0 0 10px 10px;
}

/* slike za popup */
#content p.slikaLevoPopup {
	float: left;
	margin: 0 10px 10px 0;
}

#content p.slikaDesnoPopup {
	float: right;
	margin: 0 0 10px 10px;
}

/* slike za popup znotraj TD-ja */
#content td.tdSlikaLevo p.slikaLevoPopup {
	float: none;
}

#content p.slikaLevoPopup img, #content p.slikaDesnoPopup img {
	border: 1px solid #dbdbdb;
}

#content p.slikaLevoPopup span, #content p.slikaDesnoPopup span {
	display: block;
	text-align: center;
	padding: 4px 2px 1px 2px;
	background: #f5f5f6;
	color: #60666b;
	font-size: 0.9em;
}

/* FAQ */
#content div.faq {
	background: #f5f5f6;
	margin: -5px 0 10px 0;
	padding: 10px 10px 5px 10px;
	line-height: 140%;
}

/* siva crta pri INFORMATORJU */
.line {
	margin: 20px 0 5px 0;
	font-size: 10px;
	border-bottom: 1px solid #8d8d8d;
}


/*----------------------------------------------------------------------
								FORMS
  ---------------------------------------------------------------------*/

#content form {}

#content input, #content textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #d7d7d7;
}

#content input.error, #content textarea.error {
	border: 1px solid #f00;
	padding: 3px;
	color: #000;
}

/* skrijemo kontrolno polje za spam */
#content input.field {
	display: none;
}

#content form p {
	clear: both;
}

/* label */
#content label {
	display: block;
	float: left;  
	padding: 3px 5px 0 0; 
	text-align: right;
}

#content label.label2 {
	display: inline;
	float: none;
}

/* error message */
#content .errorMsg {
	color: #f00;
	display: block;
}

#content input.button {	
	background: #fff url(/pic/icon-arrow_search.gif) no-repeat left center;
	color: #353c42;
	padding: 2px 3px 3px 16px;
	font-weight: bold;
	cursor: pointer;
}

/* ŠIRINE LEVIH POLJ */

/* povpraševanje */
#content #formRequest label {
	width: 11.5em;
}

#content #formRequest .errorMsg {
	margin-left: 12em;
}


/* KAZALO */

#content #sitemapArea p {
	margin:0 0 3px 0;
	padding:0;
}

/* prvi nivo */
#content h3.area_1 {
	margin: 12px 0 5px 0;
}

/* drugi nivo */
#content h3.area_2 {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #0060ae;
	font-size: 1.1em;
}

#content h3.area_2 a {
	color: #0060ae;
	text-decoration: underline;
}

#content h3.area_2 a:hover {
	text-decoration: none;
}

#sitemapPage {
	float: left;
	margin-top: 15px;
}

#sitemapPage ul li {
	margin: 2px 0 4px 0;
	list-style-image: url(/pic/icon-sheet_small.gif);
}

/* napaka */
#content .error, #content .error a {
	color: #f40000;
}

/* iskalnik */
#searchTop {
	border-bottom: 1px solid #d7d7d7;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#searchBottom {
	border-bottom: 1px solid #d7d7d7;
	font-size: 5px;
	margin-bottom: 10px;
	width: 100%;
}

/* pager */
#content .pager {
	margin: 18px 0 15px 0;
	text-align: center;
}

#content .pager a {
	margin: 0 3px;
	padding: 0.3em 0.6em;
	color: #0060ae;
	text-decoration: none;
	border: 1px solid #d7d7d7;
}

#content .pager a:hover {
	background: #d7d7d7;
	border: 1px solid #353c42;
}

#content .pager span {
	margin: 0 3px;
	padding: 0.3em 0.6em;
	color: #0060ae;
	background: #e4e4e4;
	border: 1px solid #353c42;
}

/* prejsnja & naslednja */
#content .pager a.side {
	margin: 0 3px;
	color: #0060ae;
	text-decoration: none;
	border: 0;
}

#content .pager a.side:hover {
	background: none;
	border: 0;
	text-decoration: underline;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	margin: 0 auto;
	padding: 20px 0;
	width: 966px;
	background: #e7eaed url(/pic/footer-bottom.gif) no-repeat left bottom;
	border-top: 1px solid #fff;
	font-size: 1.1em;
	text-align: left;
}

#footer p {
	padding: 0 0 0 40px;
}

#footer a {
	color: #353c42;
	text-decoration: underline; 
}
#footer a:hover {
	text-decoration: none; 
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							EASY CLEARING
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/* easy clearing */
#header #navigation:after,
#main:after,
.row:after,
#content ul.tabs:after,
#footer:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}