/*
Albatros Bled
Style Sheet
by boomerank
*/


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

body {
	margin: 0;
	padding: 0;
	background: #f2f5f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	color: #2c3946;
	text-align: center;
}

img, a img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 1em;
}

/* skip links */
#skipLinks {
	position: absolute;
	top: -500px;
}


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

/* seznam jezikov */
#headerTop {
	margin: 0;
	background: #d6e1ec url(/pic/header-top-back.png) repeat-x left top;
	color: #004587;
	text-align: right;
	border-bottom: 1px solid #fff;
}

#headerTop p {
	width: 930px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 1.1em;
}

#headerTop a {
	color: #004587;
	text-decoration: none;
}

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


/*  glavni del glave  */
#headerMiddle {
	background: #003d77 url(/pic/header-middle-back.png) repeat-x left top;
	height:88px;
}

#headerMiddle p {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#headerMiddle p img.logo {
	float:left;
	padding-top:8px;
}

#headerMiddle p span {
	float:left;
	padding:20px 0 0 30px;
}

#strici {
	float:right;
}

/*  spodnji del glave  */
#headerBottom {
	padding-top: 7px;
	background: #004485 url(/pic/header-bottom-back.png) repeat-x left top;
	color: #fff;
	border-bottom: 5px solid #e5ecf3;
}

/* iskanje */
#headerBottom form {
	margin: 0;
	padding: 1px 0 0 0;
	text-align: right;
	white-space: nowrap;
}

#headerBottom form input {
	margin: 0;
	padding: 2px;
	border: 1px solid #fff;
	background: #d9e4ee;
	color: #2c3946;
	font-size: 1.1em;
	width: 140px;
}

#headerBottom form input.button {
	width: auto;
	padding: 2px 4px;
	border: none;
	background: #c68e13 url(/pic/button-back.png) repeat-x left top;
	color: #fff;
	cursor: pointer;
}


/*  zgornji menu  */
#navigation {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/*  oblikovanje seznama  */
#navigation ul {
	float: left;
	width: 740px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#navigation ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

/*  oblikovanje linkov  */
#navigation ul li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}

#navigation ul li a span {
	display: block;
	margin: 0 0 0 2px;
	padding: 5px 6px 8px 5px;
}

/* izbrani tab */
#navigation ul li a.selected {
	color: #00407e;
	background: url(/pic/header-menu-left.png) no-repeat left top;
}

#navigation ul li a.selected span {
	display: block;
	background: url(/pic/header-menu-right.png) no-repeat right top;
}

/* on hover tab */
#navigation ul li a:hover {
	color: #00407e;
	background: url(/pic/header-menu-left.png) no-repeat left top;
}

#navigation ul li a:hover span {
	display: block;
	background: url(/pic/header-menu-right.png) no-repeat right top;
}


/* II. nivo menija */
#navigation2 {
	background: #e5ecf3;
}

/*  oblikovanje seznama  */
#navigation2 ul {
	width: 954px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#navigation2 ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/*  oblikovanje linkov  */
#navigation2 ul li a {
	display: block;
	margin: 0 0 4px 0;
	padding: 2px 10px;
	color: #00407e;
	text-decoration: none;
	background: url(/pic/border.gif) no-repeat right center;
}

#navigation2 ul li a:hover {
	text-decoration: underline;
}

/*  oblikovanje linkov  */
#navigation2 ul li a.selected {
	font-weight:bold;
}



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

/*  vsebina strani  */
#main {
	background: #fff;
	padding: 10px 0;
}

#main #container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

/*  glavna vsebina  */
#content {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 720px;
	text-align: left;
	font-size: 1.1em;
}


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

/* links */
#content a {
	color: #1771c8;
	text-decoration: underline;
}

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

#content a.linkReverse {
	color: #1771c8;
	text-decoration: none;
}

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


/* bullets & numbering */
#content ul {
	margin: 0 0 10px 15px;
	padding: 0;
}

#content ul li {
	margin: 5px 0;
	padding: 0 0 0 12px;
	line-height: 130%;
	list-style: none;
	background: url(/pic/bullet.gif) no-repeat left 4px;
}

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

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

/* fleha za pot in print */
#content .printpath {
	padding: 8px;
	background: #e5ecf3;
}

/* pot */
#path {
	width: 580px;
	line-height: 130%;
	color: #00407e;
	font-size: 0.9em;
}

#path a {
	color: #1771c8;
	text-decoration: none;
}

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


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

#print a {
	padding: 0;
	color: #1771c8;
	text-decoration: none;
}

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

/*----------------------------------------------------------------------
								TITLES
  ---------------------------------------------------------------------*/
#content h1 {
	margin: 12px 0 12px 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #2c3946;
}

#content h2 {
	margin: 15px 0 4px 0;
	padding: 2px 0 2px 8px;
	background: url(/pic/h2-back.png) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #00407e;
}
#content h2 a {
	color: #00407e;
	text-decoration: none;
}

#content h3 {
	margin: 15px 0 4px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #2c3946;
}
#content h3 a {
	color: #2c3946;
	text-decoration: none;
}


/* INFO polje */
#content .info {
	margin: 0 0 10px 0;
	padding: 8px 8px 3px 8px;
	background: #f2f5f9;
}

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

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

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

#content .aTekstVecji {
	font-size: 1.1em;
}

#content .aTekstManjsi {
	font-size: 0.9em;
}

/* vrstica, ki se ne prelomi (če ima notri floatane DIVe) */
#content div.aVrstica {
	clear: both;
}

/* special link */
#content a.aLinkPoseben  {
	padding: 0 0 0 12px;
	background: url(/pic/link_bullet.gif) no-repeat left center;
}

/* special link big */
#content a.aLinkPosebenVelik {
	padding: 1px 0 1px 20px;
	background: url(/pic/icon-arrow.gif) no-repeat left center;
	font-weight: bold;
}

/* link back */
#content a.aLinkNazaj {
	padding: 0 0 0 12px;
	background: url(/pic/link_bullet-back.gif) no-repeat left center;
	text-decoration: none;
}
#content a.aLinkNazaj:hover {
	text-decoration: underline;
}

/* slika z okvirjem */
#content img.aSlikaOkvir {
	padding: 1px;
	border: 1px solid #a6b1bd;
}

/* slika z okvirjem na desni */
#content img.aSlikaOkvirDesno {
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #a6b1bd;
}

/* slika z okvirjem na levi */
#content img.aSlikaOkvirLevo {
	margin: 0 10px 10px 0;
	padding: 1px;
	border: 1px solid #a6b1bd;
}

/* vsaka druga barvna vrstica */
#content table tr.aVrsticaBarvna td {
	background: #f2f5f9;
}

/* poudarjeni del */
#content p.pStress {
	padding: 5px 10px 10px 48px;
	background: #004e9a url(/pic/quote-left.gif) no-repeat 10px 10px;
	color: #fff;
	text-align: justify;
}

#content p.pStress strong {
	display: block;
	padding: 5px 38px 0 0;
	background: url(/pic/quote-right.gif) no-repeat right bottom;
}

/* galerija slik na desni */
#content div.divGallery {
	float:right;
	margin:0 0 10px 10px;
}

#content div.divGallery p {
	margin:0;
}

#content div.divGallery img {
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 1px solid #a6b1bd;
}

/*----------------------------------------------------------------------
							TABLE DATA
  ---------------------------------------------------------------------*/
#content table.aTabela {
	margin: 0 0 10px 0;
}

#content table.aTabela tr td {
	padding: 4px;
	font-size: 1em;
}

#content table.aTabela thead td {
	font-weight: bold;
}

/*----------------------------------------------------------------------
							TABLE LIST
  ---------------------------------------------------------------------*/
#content table.aSeznam {
	margin: 0 0 15px 0;
}

#content table.aSeznam td {
	padding: 0;
}

#content table.aSeznam td img.aSlikaOkvir {
	margin: 3px 10px 10px 0;
}

#content table.aSeznam td h2 {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1771c8;
}

#content table.aSeznam td h2 a {
	color: #1771c8;
	text-decoration: underline;
}

#content table.aSeznam td h2 a:hover {
	text-decoration: none;
}

#content table.aSeznam td p {
	margin: 0 0 5px 0;
	padding: 0;
}


/*----------------------------------------------------------------------
								CALENDAR
  ---------------------------------------------------------------------*/
/*  koledar  */
#content ul.calendar {
	width: 540px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul.calendar li {
	margin: 0 0 10px 0;
	padding: 5px;
	list-style: none;
	background: none;
}

#content ul.calendar li.row2 {
	background: #f2f5f9;
}

#content ul.calendar li h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #1771c8;
	background: none;
	font-weight: bold;
	font-size: 1.3em;
}

#content ul.calendar li h2 a {
	color: #1771c8;
	text-decoration: underline;
}

#content ul.calendar li h2 a:hover {
	text-decoration: none;
}

#content ul.calendar li img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #a6b1bd;
}

#content .calendar ul li div {
	margin: 0 0 0 59px;
}

/*  archive  */
#content  div.archive {
	float: right;
	width: 130px;
	padding: 8px 10px 8px 10px;
	background: #cfddea;
}

#content  div.archive p {
	margin: 0 0 3px 0;
	padding: 0;
}



/*----------------------------------------------------------------------
								WEATHER
  ---------------------------------------------------------------------*/
#content div.weather {
	float: left;
	display: inline;
	width: 129px;
	margin-right: 15px;
	text-align: center;
}

#content div.weather p {
	margin: 0;
	padding: 3px;
	background: #e5ecf3;
}

#content div.weather p.image {
	margin: 1px 0;
	padding: 2px;
	background: #f2f5f9;
}



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

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

/* pager */
#content .pager {
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
}

#content .pager a {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	text-decoration: none;
	border: 1px solid #a6b1bd;
}

#content .pager a:hover {
	background: #f2f5f9;
	border: 1px solid #a6b1bd;
	text-decoration: none;
}

#content .pager span {
	margin: 0 3px;
	padding: 0.2em 0.5em;
	color: #393624;
	background: #f2f5f9;
	border: 1px solid #a6b1bd;
	font-weight: bold;
}

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

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


/*=====================================================================
									HOME
  =====================================================================*/

/* tabela področja */
#content table.nPodrocje {
	width: 355px;
	margin: 0 0 10px 0;
}

#content table.nPodrocje td {
	background: #d9e0e7;
	padding:2px 5px 5px 5px;
	font-size:11px;
}

#content table.nPodrocje h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2c3946;
	background: none;
}

#content table.nPodrocje h2 a {
	color: #2c3946;
	text-decoration: none;
}

#content table.nPodrocje td.nPodrocjeSpodaj {
	background: #f2f5f9;
	text-align: right;
}

#content table.nPodrocje td.nPodrocjeSpodaj a {
	background: url(/pic/icon-arrow.gif) no-repeat right center;
	padding: 2px 20px 2px 0;
	text-decoration: none;
}

#content table.nPodrocje td.nPodrocjeSpodaj a:hover {
	text-decoration: underline;
}

/* linki */
#content table.nPodrocje td.nPodrocjeSpodaj ul {
	margin:0 0 0 40px;
	padding:0;
	text-align:left;
	font-size:11px;
}

#content table.nPodrocje td.nPodrocjeSpodaj ul li {
	float:left;
	width:140px;
	margin:2px 0 3px 0;
	padding:0 0 0 12px;
	line-height:150%;
	list-style:none;
	background:url(/pic/link_bullet.gif) no-repeat left 5px;
}

#content table.nPodrocje td.nPodrocjeSpodaj ul li a {
	background:none;
	padding:0;
	text-decoration:underline;
}
#content table.nPodrocje td.nPodrocjeSpodaj ul li a:hover {
	text-decoration:none;
}

/* spodnja tabela s kontaktom */
#content table.nKontakt {
	width: 355px;
	margin: 0 0 10px 0;
}

#content table.nKontakt td {
	padding: 8px;
	background: #f2f5f9;
}

#content table.nKontakt td p {
	margin: 0 0 3px 0;
}


/*=====================================================================
								SITEMAP
  =====================================================================*/
#content ul.sitemap {
	float: left;
	width: 340px;
	margin: -10px 0 0 0;
	padding: 0;
}

/* default za strani */
#content ul.sitemap li {
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
	color: #2c3946;
}

#content ul.sitemap li a {
	color: #2c3946;
}

/* I. nivo */
#content ul.sitemap li.area_1 {
	margin: 20px 0 5px 0;
	padding: 2px 0 2px 8px;
	background: url(/pic/h2-back.png) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #00407e;
	list-style: none;
}

#content ul.sitemap li.area_1 a {
	color: #00407e;
	text-decoration: none;
}

#content ul.sitemap li.page_1 {
	margin: 0 0 5px 5px;
	padding: 0 0 0 12px;
}

/* II. nivo */
#content ul.sitemap li.area_2 {
	margin: 8px 0 4px 5px;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #00407e;
	background: none;
}

#content ul.sitemap li.area_2 a {
	color: #00407e;
	text-decoration: none;
}

#content ul.sitemap li.area_2 a:hover {
	text-decoration: underline;
}

#content ul.sitemap li.page_2 {
	margin: 0 0 5px 12px;
	padding: 0 0 0 12px;
}


/* splošne strani */
#content ul.sitemapPage {
	margin: 20px 0 0 0;
	padding: 0;
}

/* default za strani */
#content ul.sitemapPage li {
	margin: 0 0 5px 0;
	padding: 0 0 0 12px;
}

#content ul.sitemapPage li a {
	color: #2c3946;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FORMS
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#content form {
	margin: 0;
	padding: 0;
}

/* fieldset */
#content fieldset {
	width: 480px;
	margin: 0 0 5px 0;
	padding: 15px;
	border: 0;
	background: #f2f5f9;
}

#content input, #content textarea {
	margin: 3px 0 2px 0;
	padding: 3px;
	border: 1px solid #a6b1bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

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

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

#content form p {
	margin-bottom: 15px;
}

/* label */
#content label {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

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

/* običajni gumb */
#content input.button {	
	padding: 6px 8px;
	border: none;
	background: #c68e13 url(/pic/button-back.png) repeat-x left top;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								CONTENT RIGHT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#contentRight {
	float: right;
	width: 215px;
	text-align: left;
}

/*  koledar  */
#contentRight .calendar {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #e5ecf3 url(/pic/calendar.gif) no-repeat 187px 6px;
}

#contentRight .calendar h1 {
	width: 175px;
	margin: 5px 0 7px 0;
	padding: 0;
	font-size: 1.3em;
	color: #2c3946;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#contentRight .calendar p.registration {
	margin:0 0 5px 0;
	padding: 3px 4px 4px 4px;
	font-size: 1.1em;
	background:#f2f5f9;
}

#contentRight .calendar p.registration a {
	padding-left:13px;
	background: url(/pic/link_bullet.gif) no-repeat left center;
	color: #1771c8;
	text-decoration:underline;
}
#contentRight .calendar p.registration a:hover {
	text-decoration:none;
}

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

#contentRight .calendar ul li {
	margin: 0 0 5px 0;
	padding: 5px;
	list-style: none;
	background: #fff;
	line-height: 130%;
}

#contentRight .calendar ul li h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #1771c8;
	font-weight: bold;
}

#contentRight .calendar ul li h2 a {
	color: #1771c8;
	text-decoration: underline;
}

#contentRight .calendar ul li h2 a:hover {
	text-decoration: none;
}

#contentRight .calendar ul li img {
	float: left;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #a6b1bd;
}

#contentRight .calendar ul li div {
	margin: 0 0 0 59px;
}

#contentRight .calendar p.linkAll {
	margin: 7px 0 2px 5px;
	padding: 0;
}

#contentRight .calendar p.linkAll a {
	padding: 0 0 0 13px;
	background: url(/pic/link_bullet.gif) no-repeat left center;
	color: #1771c8;
	font-weight: bold;
	text-decoration: none;
}

#contentRight .calendar p.linkAll a:hover {
	text-decoration: underline;
}

/*  banner */
#contentRight .dBanner {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #f0e4cd;
}

#contentRight .dBanner h2 {
	margin: 0 0 3px 1px;
	padding: 0;
	font-size: 1.2em;
	color: #004587;
	font-weight: bold;
}

#contentRight .dBanner h2 a {
	color: #004587;
	text-decoration: none;
}

#contentRight .dBanner table {
	margin: 0;
	width: 100%;
	border: none;
}

#contentRight .dBanner table td {
	padding: 5px 0 5px 5px;
	vertical-align: top;
	background-color: #fff;
}

#contentRight .dBanner table img {
	padding: 1px;
	border: 1px solid #a6b1bd;
}

#contentRight .dBanner p {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1em;
}

#contentRight .dBanner p a {
	color: #1771c8;
	text-decoration: underline;
}

#contentRight a.aLinkPoseben  {
	padding: 0 0 0 12px;
	background: url(/pic/link_bullet.gif) no-repeat left center;
}



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

#footer {
	height: 28px;
	border-top: 3px solid #cbcfd8;
	text-align: left;
	background: #f2f5f9 url(/pic/footer-back.png) repeat-x left 1px;
}

#footer div {
 	margin: 0 auto;
	padding: 5px;
	width: 940px;
    color: #909ead;
}

#footer a {
  	text-decoration: underline;
  	color: #909ead;
}

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

.authors {
	float: right;
	margin: 0;
	padding: 0;
}

#footer .authors a {
	text-decoration: none;
}

#footer .authors a span {
	text-decoration: underline;
}


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

#navigation:after,
#navigation2:after,
#main:after,
#content div.aVrstica:after,
#content ul.calendar li:after,
#contentRight .calendar ul li:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}