/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	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;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: arial, helvetica, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333333;
	}




	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.cnt-list .date { color: #666; }

	.cnt-list .title { padding-left: .3em; }

	.cnt-list .subtitle {
		display: block;
		width: 100%;
		padding-left: 1em;
		font-size: .9em;
	}


	/* --- Link list --- */

	.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active { color: #B90000 }


	/* --- Grouped link list --- */

	.grouped-link-list ul {	margin-bottom: .7em }

	.grouped-link-list .alt {
		margin-left: -12px;
		padding-left: 12px;
		background-color: #EEE
	}

	.grouped-link-list a:link, .grouped-link-list a:visited, .grouped-link-list a:hover, .grouped-link-list a:active { color: #B90000 }

	.grouped-link-list strong {	font-size: 1.15em }

	.grouped-link-list a.external {
		margin-left: -12px;
		padding-left: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 0% 65% no-repeat
	}


	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		margin-bottom: 1em
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: .5em
	}

	.news-list .category {
		font-style: italic;
		color: #666
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active { color: #B90000 }

	.news-list a:visited { color: #5f4646 }

	.news-list.news-archive li {
		list-style-type: none !important;
	}


	/* --- Attachments list --- */

	.attachments-list .extension {
		color: #666;
	}


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}

	#text-content-container .photo-list dt a {
		text-decoration: none;
		color: #333;
		font-weight: bold;
	}

	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}


	/* --- Links --- */

	a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active { color: #5A89A0 }

	a.type-2:link, a.type-2:visited, a.type-2:hover, a.type-2:active {
		text-decoration: none;
		color: #333
	}

	a.type-3:link, a.type-3:visited, a.type-3:hover, a.type-3:active {
		text-decoration: none;
		color: #666
	}

	a.type-2:hover,
	a.type-3:hover {
		text-decoration: underline;
		color: #5A89A0
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
	}

	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	img.content-photo {	padding: 7px 10px; }

	.photo-frame .content-photo { padding: 0; }


	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0;
		margin-left: -19px;
	}

	img.right {
		float: right;
		padding-right: 0;
		margin-right: -23px;
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }



	/* Basic Layout
	-------------------------------------*/
	#body-home {
		background: #f3f3f3 url('../images/backgrounds/bgnd-home.gif') repeat-x top left;
	}
	
	#container {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		min-width: 1002px;		
		float: left;
	}
	
	#container.ver1, #container.ver2, #container.ver3, #container.ver4, #container.ver5 {
		min-width: 1002px;
	}
	
	#body-home #container.ver1 { background: url('../images/backgrounds/lead-front/1.jpg') no-repeat top left; }
	#body-home #container.ver2 { background: url('../images/backgrounds/lead-front/2.jpg') no-repeat top left; }
	#body-home #container.ver3 { background: url('../images/backgrounds/lead-front/3.jpg') no-repeat top left; }
	#body-home #container.ver4 { background: url('../images/backgrounds/lead-front/4.jpg') no-repeat top left; }
	#body-home #container.ver5 { background: url('../images/backgrounds/lead-front/5.jpg') no-repeat top left; }

	#content {
		position: relative;
		width: 361px;
		float: left;
		color: #333;
		left: 328px;
		min-height: 700px;
		background: #f5f5f5 url('../images/backgrounds/bgnd-content.gif') no-repeat top left;
		padding: 0px 25px 89px 19px;
		z-index: 1;
		margin-bottom: 1px;
	}
	
	#logo {
		position: absolute;
		top: 32px;
		left: 22px;
		width: 202px;
		height: 81px;
		text-indent: -9999px;
		background: url('../images/backgrounds/logo.gif') no-repeat top left;
	}
	
	#logo a {
		display: block;
		width: 100%;
		height: 100%;
	}

	
	/* Entry
	-------------------------------------*/
	#info-area {
		top: 469px;
		position: relative;
		width: 100%;
		float: left;
	}
	
	#info-area .wellcome {
		position: absolute;
		width: 233px;
		padding: 73px 24px 13px 25px;
		min-height: 285px;
		background-color: #d5d6c6;
	}	
	
	#info-area .wellcome h1{
		width: 91px;
		height: 15px;
		background: url('../images/backgrounds/title-wellcome.png') no-repeat top left;
		text-indent: -9999px;	
		margin-bottom: 10px;		
	}		
	
	#info-area .wellcome p{
		font-size: 1.2em;
		line-height: 1.1em;
		padding-bottom: 4px;
	}			
	
	#info-area a:link, #info-area a:visited, #info-area a:active, #info-area a:hover {
		text-decoration: underline;
		color: #9f0000;
	}				
	
	#info-area a:hover { text-decoration: none; }
	
	#info-area .media {
		position: absolute;
		width: 435px;
		min-height: 371px;
		background-color: white;
	}		
	
	#info-area .contact {
		position: absolute;
		width: 229px;
		min-height: 371px;
		background-color: #ebebeb;
	}
	
	#info-area .contact h1{
		width: 66px;
		height: 15px;
		background: url('../images/backgrounds/title-contact.png') no-repeat top left;
		text-indent: -9999px;	
		margin: 12px 0px 13px 27px;
	}			
	
	#info-area .contact p {
		font-size: 1.1em;
		line-height: 1.1em;		
		padding-bottom: 10px;
		padding-left: 26px;
	}	
	
	#info-area .contact p strong{
		font-size: 1.2em;
		display: block;
		padding-bottom: 1px;
	}		
	
	#info-area .contact p#telephone {
		margin-top: 2px;
		width: 170px;
		float: left;
	}		
	
	#info-area .contact p#telephone span {
		width: 127px;
		float: right;
		display: block;
	}			
	
	#info-area .media p {
		font-size: 1.2em;
		line-height: 1.1em;	
		padding: 11px 25px 17px 22px;
	}
	
	#info-area .media a.media-link:link, #info-area .media a.media-link:visited, #info-area .media a.media-link:active, #info-area .media a.media-link:hover {
		font-size: 1.4em;
		color: #437a45;
		text-decoration: underline;
		margin-left: 23px;
		padding-right: 15px;
		background: url('../images/backgrounds/icons/arrow-link.gif') no-repeat top right;		
	}	
	
	#info-area .media a.media-link:hover {
		text-decoration: none;
	}
	
	#media-center {
		padding: 4px 0px;
		width: 435px;
		height: 219px;
		background: #4a834c url('../images/backgrounds/bgnd-mediacenter.gif') no-repeat center bottom;				
		overflow: hidden;
	}
	
	#media-center-photos {
		margin-left: 14px;
		max-height: 219px;
	}	
	
	
	#s-m-2-wellcome { left: 435px; }
	#s-m-2-media { left: 0px; background: url('../images/backgrounds/bgnd-mediacenter-corner-left.gif') no-repeat bottom left; }	
	#s-m-2-contact { left: 717px; background: url('../images/backgrounds/bgnd-contact-corner-right.gif') no-repeat bottom right; }	
	
	
	#s-m-3-wellcome { left: 449px; }
	#s-m-3-media { left: 14px; background: url('../images/backgrounds/bgnd-mediacenter-corner-left.gif') no-repeat bottom left; }	
	#s-m-3-contact { left: 731px; background: url('../images/backgrounds/bgnd-contact-corner-right.gif') no-repeat bottom right; }	
	
	
	#s-m-4-wellcome { left: 167px; background: url('../images/backgrounds/bgnd-wellcome-corner-left.gif') no-repeat bottom left; }
	#s-m-4-media { left: 449px; }	
	#s-m-4-contact { left: 884px; background: url('../images/backgrounds/bgnd-contact-corner-right.gif') no-repeat bottom right; }

	
	#s-m-5-wellcome { left: 108px; background: url('../images/backgrounds/bgnd-wellcome-corner-left.gif') no-repeat bottom left; }
	#s-m-5-media { left: 391px; }	
	#s-m-5-contact { left: 826px; background: url('../images/backgrounds/bgnd-contact-corner-right.gif') no-repeat bottom right; }	
	
	
	#s-m-6-wellcome { left: 56px; background: url('../images/backgrounds/bgnd-wellcome-corner-left.gif') no-repeat bottom left; }
	#s-m-6-media { left: 567px; background: url('../images/backgrounds/bgnd-mediacenter-corner-right.gif') no-repeat bottom right; }	
	#s-m-6-contact { left: 338px; }		


	/* Content
	-------------------------------------*/
	#content h1 {
		font-family: helvetica, arial, sans-serif;
		font-size: 2em;
		margin-top: 47px;
		margin-bottom: 7px;
		text-indent: -9999px;		
		height: 48px;	
		width: 292px;
	}
	
	#content h1#m-m-1-title { background: url('../images/backgrounds/title-predstavitev-projekta.png') no-repeat left top; }	
	#content h1#m-m-2-title { background: url('../images/backgrounds/title-zbudite-svoje-cute.png') no-repeat left top; }
	#content h1#m-m-3-title { background: url('../images/backgrounds/title-dozivite-drugacne-zgodbe.png') no-repeat left top; }			
	#content h1#m-m-4-title { background: url('../images/backgrounds/title-obcutite-preteklost.png') no-repeat left top; }	
	#content h1#m-m-5-title { background: url('../images/backgrounds/title-okusite-dolino-soce.png') no-repeat left top; }			
	#content h1#m-m-6-title { background: url('../images/backgrounds/title-dozivite-jih-aktivno.png') no-repeat left top; }				
	
	#content h1#tos-title { background: url('../images/backgrounds/title-pogoji-uporabe.png') no-repeat left top; }	
	#content h1#pp-title { background: url('../images/backgrounds/title-politika-zasebnosti.png') no-repeat left top; }		
	#content h1#aoa-title { background: url('../images/backgrounds/title-o-nasih-oglasih.png') no-repeat left top; }				
	#content h1#cpr-title { background: url('../images/backgrounds/title-avtorske-pravice.png') no-repeat left top; }			
	#content h1#map-title { background: url('../images/backgrounds/title-zemljevid-strani.png') no-repeat left top; }				
	#content h1#kol-title { background: url('../images/backgrounds/title-kolofon.png') no-repeat left top; }					
	#content h1#srch-title { background: url('../images/backgrounds/title-iskalnik.png') no-repeat left top; }						
	
	#content h1#dob-title { background: url('../images/backgrounds/title-dobrodosli.png') no-repeat left top; }
	

	#content h2 {
		margin-bottom: .5em;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.3em;
		text-transform: uppercase
	}

	#body-home #content h2 { font-size: 1.5em }

	#body-content h1 { margin-bottom: .7em }

	#text-content-container {
		font-size: 1.2em;
		min-height: 500px;
	}

	#text-content-container p {
		padding-bottom: 1.1em;
		line-height: 1.2em;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #B90000;
		text-decoration: underline;
	}
	
	#text-content-container ul.cnt-list li a:hover {
		text-decoration: none;
	}

	/*#text-content-container a:visited { color: #5F4646 }*/
	
	
	#gallery {
		position: absolute;
		margin-top: 202px;
		margin-left: 0px;
		z-index: 5;
		background: transparent url(../images/backgrounds/bgnd-gallery.png) repeat;
		min-width: 270px;		
		padding-bottom: 2px;
	}
	
	#gallery img {
		/*width: 83px;
		height: 62px;*/
		margin: 2px 0px 0px 2px;
		float: left;
	}
	
	/* --- sys menu --- */
	
	#sys-menu {
		float: left;
		margin-top: 28px;
		margin-left: -45px;
		width: 100px;
	}
	
	#sys-menu a#sys-home, #sys-menu a#sys-print {
		float: left;
		height: 25px;
		width: 25px;
		text-indent: -9999px;
		background: transparent url(../images/sprites/sprites-sysmenu.gif) no-repeat;
		margin-right: 1px;
		overflow: hidden;
	}
	
	#sys-menu a.print-link:link, #sys-menu a.print-link:visited, #sys-menu a.print-link:active, #sys-menu a.print-link:hover {
		float: left;
		color: #b81f25;
		font-size: 1.1em;
		height: 25px;
		padding-top: 5px;
		margin-left: 5px;
		text-decoration: underline;
	}	
		
	#sys-menu a.print-link:hover { text-decoration: none; }
	
	#sys-menu a#sys-home { background-position: left top; }
	#sys-menu a#sys-home:hover { background-position: left bottom; }
	
	#sys-menu a#sys-print { background-position: right top; }
	#sys-menu a#sys-print:hover { background-position: right bottom; }	
	
	#search {
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: 1000;
		width: 200px;
		text-align: right;
		float: right;
	}
	
	#search #input-search-mini {
		width: 122px;
		border: none;
		float: right;
		padding: 0px 8px 2px 8px;	
		font-size: 1.2em;
	}
	
	#search input.input-submit {
		background: #9f9f9f;
		cursor: pointer;
		font-family: tahoma, arial;
		border: 0px solid;
		font-weight: bold;
		padding: 0px 3px 2px 7px;
		float: right;
		font-size: 1.1em;
		margin: 0;		
	}
	
	#search input.input-submit:hover {
		background: #B81F25;
	}
	
	#search #search-mini-form {
		clear: both;
	}

	#language-area {
		position: relative;
		width: 160px;
		float: right;
		text-align: left;
		z-index: 4;
		margin-bottom: 1px;
	}

	ul#language-select {
		border: none;
		overflow-x: hidden;
		overflow-y: auto;
		float: right;
		width: 112px;
		background: white;
		right: 17px;
		margin-top: 1px;
		padding: 2px 0px;
		display: none;
	}

	ul#language-select li {
		display: block;
		background: #ffffff;
		width: 100%;
		border: none;
		height: 1.2em;
		padding: 1px 17px 1px 10px;
	}

	ul#language-select li:hover {
		background: #ffffff;
	}

	ul#language-select li a {
		text-decoration: none;
		display: block;
		text-align: left;
		font-size: 1.1em;
		line-height: 1.1em;
		color: #333333;
	}

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

	#language-area span.language-input {
		background-color: #ffffff;
		float:right;
		width: 76px;
		cursor: pointer;
		font-family: tahoma, arial;
		font-size: 1.1em;
		padding: 0px 8px 2px 11px;
	}

	#language-area span.language-button {
		background: url(../images/backgrounds/icons/arrow-language.gif) no-repeat top left;
		cursor: pointer;
		float: right;
		height: 17px;
		width: 17px;
	}

	#language-area span.language-button:hover { background-position: left bottom; }
	
	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}

	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { padding-bottom: 1em; }

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: none;
		list-style-position: outside;
	}
	
	#text-content-container ul.cnt-list li {
		list-style-type: none;
		padding: 0;
		padding-bottom: 12px;
		
	}
	
	#text-content-container ul.cnt-list li span.date {
		background: white;
		padding: 0px 1px;
		color: #333;
		font-weight: bold;
	}


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: inside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% 50% no-repeat;
	}


	/* --- Search results --- */

	#search-main-form { margin-bottom: 1em }

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}


	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
	}

	.photo-gallery-item {
		float: left;
		width: 147px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
	}
	
	
	/* Movable box
	-------------------------------------*/
	
	#ambient-container {
		height: 100%;
		left: 733px;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
		min-width: 271px;
	}

	#ambient-container #ac-movable-box {
		height: 250%;
		left: -75%;
		position: absolute;
		top: -75%;
		width: 250%;	
		z-index: 1;		
	}

	#ambient-container table {
		height: 100%;
		overflow: hidden;
		width: 100%;
	}

	#ambient-container td {
		height: 100%;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
	}

	#ambient-container img#big-foto {
		height: auto;
		margin: 0 auto;
		min-height: 50%;
		min-width: 50%;
		width: auto;
		overflow: hidden;
	}

	
	
	/* Sidebar
	-------------------------------------*/
	.sidebar-module h2 {
		position: relative;
		margin-bottom: .7em;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.7em;
		text-transform: uppercase;
		color: #666;
		-webkit-transition: color 0.3s linear;
	}
	
	.sidebar-module:hover h2 {
		color: #A60000;
		-webkit-transition: color 0.3s linear;
	}


	/* --- News --- */

	#news .news-list { font-size: 1.15em }

	#news .link-list {
		float: left;
		font-size: 1.15em;
	}


	/* --- FAQ --- */

	#faq label,
	#faq .form-error,
	#faq .racun {
		font-size: 1.15em;
	}


	/* --- Poll --- */

	#poll-question,
	#poll .poll-archive,
	#poll label,
	#poll-answers-area {
		font-size: 1.15em;
	}


	/* --- Quick links --- */

	#quicklinks ul.grouped-link-list { font-size: 1.15em; }




	/* Footer
	-------------------------------------*/
	
	#footer-area { 
		position: relative;
		left: 0;
		float: left;
		overflow: hidden;
		min-width: 1006px;
		z-index: 1;
		width: 100%;
	}
	
	#footer-area.ver1 { 
		top: 1034px;
		position: absolute;
	}
	
	#footer-row1, #footer-row2 {
		width: 100%;
		float: left;
		min-width: 1006px;		
	}
	
	#footer-row1 {
		padding-top: 1px;
		background: white;
		min-height: 115px;
	}
	
	#footer-row1 h2{
		color: #4a834c;
		font-family: arial;
		font-weight: normal;
		font-size: 1.6em;
		display: block;
		width: 200px;
		margin-left: 7px;
	}	
	
	#footer-row2 {
		background: #8d8d8d;
		min-height: 164px;
		padding-top: 7px;		
	}	
	
	#footer-row1-col1{ 
		float: left;	
		width: 388px;
		padding-left: 72px;
		padding-top: 5px;			
	}
	
	a.logos:link, a.logos:visited, a.logos:active, a.logos:hover {
		position: relative;
		color: #8a8a8a;
		text-decoration: underline;
		font-size: 1.1em;
		clear: both;
		float: left;
		padding-top: 59px;	
		line-height: 1.1em;		
	}	
	
	ul#fix li a.logos {
		padding-top: 59px;			
	}
	
	#footer-row1-col1 ul { 
		margin-left: -20px; 
	}
	
	#footer-row1-col1 ul li{
		float: left;
		display: inline;
		padding-right: 5px;
	}
	
	#footer-row1-col1 ul li a.logos {
		margin-top: 2px;
		padding-top: 67px;
	}
	
	#footer-row1-col1 a:link, #footer-row1-col1 a:visited, #footer-row1-col1 a:active, #footer-row1-col1 a:hover { color: white; }
	
	#footer-row1-col1 a:hover { color: #9f0000; }
	
	#poti-miru {
		margin-right: 2px;
		width: 90px;
		background: url('../images/logos/poti-miru-v-posocju.png') center 5px no-repeat;
		text-align: center;
	}	
	
	#bovec {
		width: 104px;
		background: url('../images/logos/bovec.png') 24px top no-repeat;
		text-align: center;
	}
	
	#triglav {
		width: 116px;
		background: url('../images/logos/triglavski-narodni-park.png') left top no-repeat;
		margin-left: -12px;
		padding-left: 8px;
		margin-right: -1px;
	}
	
	#julijske-alpe {
		width: 58px;
		background: url('../images/logos/julijske-alpe.png') left top no-repeat;
	}		
	
	
	#footer-row1-col2 {
		padding-top: 6px;	
		width: 630px;
		padding-left: 39px;			
		float: right;
		background: #e1e1e1;
		min-height: 110px;
		margin-top: -1px;
	}
	
	#footer-row1-col2 ul {
		float: left;
	}
	
	#footer-row1-col2 ul#fix {
		margin-left: 81px;
		margin-top: -1px;
	}
	
	#footer-row1-col2 ul li {
		float: left;
		display: block;
		padding-top: 10px;
		padding-right: 8px;
		text-align: center;
	}	
	
	#obcina-bovec {
		width: 69px;
		background: url('../images/logos/obcina-bovec-off.png') center top no-repeat;
	}
	
	#obcina-kobarid {
		width: 75px;
		background: url('../images/logos/obcina-kobarid-off.png') center top no-repeat;
	}	
	
	#obcina-tolmin {
		width: 67px;
		background: url('../images/logos/obcina-tolmin-off.png') center top no-repeat;
	}		
	
	#obcina-bovec:hover { background: url('../images/logos/obcina-bovec-on.png') center top no-repeat; }
	#obcina-kobarid:hover { background: url('../images/logos/obcina-kobarid-on.png') center top no-repeat; }
	#obcina-tolmin:hover { background: url('../images/logos/obcina-tolmin-on.png') center top no-repeat; }
	
	#destination {
		width: 101px;
		background: url('../images/logos/destinacija-off.png') 33px top no-repeat;
		text-align: center;
	}	
	
	#destination-slovenia {
		width: 147px;
		background: url('../images/logos/destinacija-slovenija-off.png') 19px top no-repeat;
	}		

	#fell-slovenia {
		width: 73px;
		background: url('../images/logos/i-feel-slovenia-off.png') left 1px no-repeat;
		margin-left: -35px;
		padding-left: 10px;
		margin-right: -35px;
	}		
	
	#destination:hover { background: url('../images/logos/destinacija-on.png') 33px top no-repeat; }	
	#destination-slovenia:hover { background: url('../images/logos/destinacija-slovenija-on.png') 19px top no-repeat; }		
	#fell-slovenia:hover { background: url('../images/logos/i-feel-slovenia-on.png') left 1px no-repeat; }			
	
	#obcina-bovec:hover, #obcina-kobarid:hover, #obcina-tolmin:hover,
	#destination:hover, #destination-slovenia:hover,#fell-slovenia:hover { 
		color: #9f0000;
	}	
	
	#footer-row2 h2{
		color: white;
		font-family: arial;
		font-weight: normal;
		font-size: 1.6em;
		display: inline;
	}		
	
	#footer-row2-col1 {
		position: relative;
		width: 245px;
		padding-left: 79px;
		float: left;
		min-height: 167px;
	}
	
	#footer-row2-col2 {
		position: relative;	
		width: 185px;
		float: left;
		min-height: 167px;		
	}	
	
	.weather-values { margin-top: 21px; }
	
	.weather-values li span {
		float: left;
		font-size: 1.1em;
		color: white;
		line-height: 0.9em;
	}
	
	.weather-values li strong {
		color: #d8d8d8;
		width: 85px;
		display: block;
		float: left;
		font-weight: normal;
		clear: both;
		padding: 0;
		line-height: 0.9em;
		font-size: 1.1em;
	}
	
	.footer-bottom-text {
		clear: both;
		position: absolute;
		bottom: 7px;
		color: #d8d8d8;
		font-size: 1.1em;
		font-style: italic;
		line-height: 1em;
		float: left;
	}
	
	.footer-bottom-text.alt {
		right: 0px;
	}	
	
	.footer-bottom-text.alt-2 {
		font-style: normal;
		line-height: 0.9em;		
	}		
	
	.footer-bottom-text a:link, .footer-bottom-text a:visited, .footer-bottom-text a:active, .footer-bottom-text a:hover {
		color: #d8d8d8;
		text-decoration:underline;
	}	
	
	.footer-bottom-text a:hover {
		text-decoration: none;
	}
	
	#footer-row2-col34 {
		margin-top: -7px;
		padding-top: 7px;
		padding-left: 37px;
		width: 275px;
		float: right;
		min-height: 160px;
		background: #989898;
	}		
	
	#footer-row2-col3 {
		position: relative;
		float: left;
		width: 157px;
		min-height: 169px;
	}			
	
	#servis-links { margin-top: 19px; }
	
	#servis-links li { line-height: 1.1em; }
	
	#servis-links a:link, #servis-links a:active, #servis-links a:visited, #servis-links a:hover {
		color: white;
		text-decoration: underline;
		font-size: 1.1em;
		line-height: 1.1em;		
		text-transform: lowercase;
	}	
	
	#servis-links a:hover {
		text-decoration: none;
	}
	
	#footer-row2-col4 {
		position: relative;
		float: left;
		width: 105px;
		min-height: 169px;
		margin-right: 12px;
		text-align: right;
	}			
	
	#bovsko-list { 
		margin-top: 17px; 
		width: 105px;
	}
	
	#bovsko-list li { 
		float: left;
		width: 105px;		
		margin-bottom: -1px;
	}	
	
	#bovsko-list a:link, #bovsko-list a:visited, #bovsko-list a:active, #bovsko-list a:hover {
		color: white;
		text-decoration: none;
		padding: 0px 21px 0px 0px;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	
	#bovsko-list a:hover { text-decoration: underline; }


	#feed { background: transparent url(../images/social_media/rss.png) right top no-repeat; }
	#flickr { background: transparent url(../images/social_media/flickr.png) right top no-repeat; }
	#youtube { background: transparent url(../images/social_media/youtube.png) right top no-repeat; }
	#vimeo { background: transparent url(../images/social_media/vimeo.png) right top no-repeat; }
	#facebook { background: transparent url(../images/social_media/facebook.png) right top no-repeat; }
	#delicious { background: transparent url(../images/social_media/delicious.png) right top no-repeat; }
	#twitter { background: transparent url(../images/social_media/twitter.png) right top no-repeat; }
	#linkedin { background: transparent url(../images/social_media/linkedin.png) right top no-repeat; }
	


	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#header #breadcrumbs { margin-top: 0.7em }

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active { color: #B90000 }


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */

	#main-menu {
		position: absolute;
		top: 192px;
		left: 0;
		width: 328px;
	}
	
	#main-menu li {
		background: url('../images/sprites/sprites-mainmenu.gif') no-repeat 0 0;
		height: 26px;
		width: 100%;
		margin-bottom: 1px;
	}
	
	#main-menu #m-m-1 { background-position: 0 0; }
	#main-menu #m-m-2 { background-position: 0 -27px; }
	#main-menu #m-m-3 { background-position: 0 -54px; }
	#main-menu #m-m-4 { background-position: 0 -81px; }
	#main-menu #m-m-5 { background-position: 0 -108px; }
	#main-menu #m-m-6 { background-position: 0 -135px; }
	#main-menu #m-m-7 { background-position: 0 -162px; }	
	
	#main-menu #m-m-1:hover, #main-menu #m-m-1.open { background-position: -328px 0; }
	#main-menu #m-m-2:hover, #main-menu #m-m-2.open { background-position: -328px -27px; }
	#main-menu #m-m-3:hover, #main-menu #m-m-3.open { background-position: -328px -54px; }
	#main-menu #m-m-4:hover, #main-menu #m-m-4.open { background-position: -328px -81px; }
	#main-menu #m-m-5:hover, #main-menu #m-m-5.open { background-position: -328px -108px; }
	#main-menu #m-m-6:hover, #main-menu #m-m-6.open { background-position: -328px -135px; }
	#main-menu #m-m-7:hover, #main-menu #m-m-7.open { background-position: -328px -162px; }
	
	#main-menu a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	#main-menu li.subtitle {
		margin-top: -1px;
		background: none;
		min-height: 45px;
		padding-left: 57px;
		width: 225px;
		line-height: 1em;
		color: #b1b1b1;
		font-size: 1.1em;
		display: none;
	}	
	
	
	/* --- Main Menu --- */

	#secondary-menu {
		position: absolute;
		top: 436px;
		left: 0;
		width: 1004px;
	}
	
	#secondary-menu li {
		float: left;
		height: 33px;
		background: url('../images/sprites/sprites-secmenu.gif') no-repeat 0 0;
	}
	
	#secondary-menu #s-m-2 { width: 200px; background-position: 0 0; }
	#secondary-menu #s-m-3 { width: 249px; background-position: -200px 0; }
	#secondary-menu #s-m-4 { width: 184px; background-position: -449px 0; }
	#secondary-menu #s-m-5 { width: 193px; background-position: -633px 0; }
	#secondary-menu #s-m-6 { width: 176px; background-position: -826px 0; }
	
	#secondary-menu #s-m-2:hover, #secondary-menu #s-m-2.open { background-position: 0px -33px; }
	#secondary-menu #s-m-3:hover, #secondary-menu #s-m-3.open { background-position: -200px -33px; }
	#secondary-menu #s-m-4:hover, #secondary-menu #s-m-4.open { background-position: -449px -33px; }
	#secondary-menu #s-m-5:hover, #secondary-menu #s-m-5.open { background-position: -633px -33px; }
	#secondary-menu #s-m-6:hover, #secondary-menu #s-m-6.open { background-position: -826px -33px; }
	
	#secondary-menu a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}




	/* Forms
	-------------------------------------*/

	#text-content-container form {
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
		background-color: #F6F6F6;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		margin-top: 1em;
		padding: .2em .5em;
		border-width: 1px;
		border-style: solid;
		border-color: #808080 #404040 #404040 #808080;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #B81F25;
	}

	#text-content-container input.input-submit { font-size: .9em; }

	textarea {
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
	}

	select {
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;	
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #B90000;
		color: #B90000;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}




	/* Modules
	-------------------------------------*/

	/* --- calendar --- */

	#calendar-table { border-collapse: collapse; }

	#calendar-table th {
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	#calendar-table td {
		width: 2.2em;
		padding: .6em 0 .8em 0;
		border: .1em solid white;
		text-align: center;
		line-height: 0;
		background-color: white;
		color: #333;
		cursor: default;
	}

	#calendar-table td.week-selector {
		border: none;
		background-color: transparent;
	}

	#calendar-table .day-existing {	background-color: #eee }

	#calendar-table .day-empty { background-color: white }

	#calendar-table .day-existing,
	#calendar-table .day-empty {
		padding: 1.2em 0 0.9em 0;
	}

	#calendar-table td.day-event { background-color: #808080 }

	#calendar-table .day-event.day-today {
		background-color: #B90000;
		padding: 0;
	}

	#calendar-table .day-today span {
		display: block;
		padding: 1.1em 0 .8em 0;
		/*border: .1em solid #B90000;*/
		/*color: #B90000;*/
		color: white
	}

	#calendar-table .day-selected {
		background-color: #808080;
		color: white
	}

	#calendar-table .single-event { /* padding: 0; */ }

	#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
		padding: .5em .5em .3em .5em;
		text-decoration: none;
		color: white
	}

	#calendar-month-switcher {
		font-size: 1.15em;
		margin-top: .5em;
		display: block
	}

	a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
	a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
		color: #B90000
	}


	/* --- faq --- */

	#faq-form-toggle {
		text-decoration: underline;
		color: #B90000;
		cursor: pointer;
	}

	.faq-list {
		display: none;
		clear: left;
	}

	.faq-list dt {
		font-weight: bold;
		margin-bottom: .5em;
	}

	.faq-list dd { margin-bottom: 1em }

	#faq-list h2 {
		float: left;
		cursor: pointer;
		padding-right: 18px;
		/*background: url(../images/backgrounds/bgnd_list_open.png) 100% 0% no-repeat;*/
	}

	#faq-list h2.open {
		/*background-image: url(../images/backgrounds/bgnd_list_close.png);*/
	}

	#faq-form input.input-text { width: 180px }

	#faq-form textarea { width: 180px }

	#faq-form select { width: 180px }

	#faq-form label {
		display: block;
		margin-top: .5em;
		font-weight: bold;
	}

	#faq-form .mandatory {
		color: #B90000;
		font-family: Verdana, sans-serif;
		font-weight: normal
	}

	#faq a:link, #faq a:visited, #faq a:hover, #faq a:active { color: #B90000 }


	/* --- poll --- */

	#poll-question {
		margin-bottom: .5em;
		font-weight: bold;
	}

	#poll-container a {
		display: block;
		margin-top: 1em;
	}

	#poll-answers-area .poll-pix {
		float: left;
		background-color: #B90000; /* poll results line color */
	}

	#poll-answers-area .poll-percent {
		margin-left: 3px;
		float: left;
	}

	#poll-answers-area .poll-answer {
		padding-top: .5em;
		clear: left;
	}

	#poll-answers-area .poll-votes-total {
		padding-top: .5em;
		clear: left;
	}

	#poll a:link, #poll a:visited, #poll a:hover, #poll a:active { color: #B90000 }



	/* --- bussiness card --- */

	.business-card {
		width: 146px;
		margin-bottom: 1.5em;
		padding: .5em .5em .5em 20px;
		font-size: 1.2em;
		float: left;
		background-color: white;
		-webkit-transition: background-color 0.3s linear;
	}
	
	.business-card:hover {
		background-color: #fbf5db;
		-webkit-transition: background-color 0.3s linear;
	}

	p.email a:link, p.email a:visited, p.email a:hover, p.email a:active { color: #B90000; }

	.business-card p.org { font-weight: bold; }

	.business-card .tel,
	.business-card .tel2 {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/tel.gif') no-repeat 0 1px;
	}

	.business-card .fax {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/fax.gif') no-repeat 0 4px;
	}

	.business-card p.email {
		margin-left: -17px;
		padding: 3px 0 3px 17px;
		background: url('../images/email.gif') no-repeat 0 6px;
	}
	
	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	
	/* --- map --- */
	
	#map-area {
		position: relative;
		top: 4px;
		left: 4px;			
		width: 220px;
		height: 175px;
		overflow: hidden;			
		cursor: pointer;
	}
		
	#map {
		position: relative;
		width: 220px;
		height: 175px;
		z-index: 1;
		/*background: url('../images/map-small.png') 0 0 no-repeat;*/
	}
		
	#big-map {
		position: absolute;
		left: -75px;
		top: -115px;
		width: 440px;
		height: 700px;
		background: url('../images/map-big.png') 0 0 no-repeat;
		z-index: 2;
	}
	
}

/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.8em; }

	h2 { font-size: 1.6em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	a:link:after, a:visited:after  {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	ul, ul#fix #footer-row1-col2, #footer-row1-col1 { 
		padding-left: 0 !important; 
		margin: 0 !important; 
		clear: both;
		font-size: 1em;
	}
	
	.contact { padding-top: 30px; }
	
	#media-center, #search, #main-menu, #secondary-menu, #ambient-container, #sys-menu {
		display: none;
	}
	
	a:link, a:visited, a:hover, a:active {
		text-decoration: none !important;
		color: #b90000;
	}
	
	strong { padding-right: 10px; }
	
}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
