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


@media screen, projection, handheld {

	/* 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: helvetica, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
	}

	#body-home,
	.body-inner-menu-level1 {
		background: #4b4b4b url('../images/backgrounds/l1.gif') repeat-x top left;
	}

	.body-inner-menu {
		background: #4b4b4b url('../images/backgrounds/inner-menu.gif') repeat-x top left;
	}

	.body-inner-nomenu {
		background: #4b4b4b url('../images/backgrounds/inner-nomenu.gif') repeat-x top left;
	}




	/* 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 { }

	.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;
	}

	.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;
		background-color: #E6E6E6;
	}

	.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: .2em 10px; }

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


	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0
	}

	img.right {
		float: right;
		padding-right: 0
	}

	/* 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
	-------------------------------------*/
	#container {
		width: 921px;
		margin: 0 auto;
	}

	#content {
		width: 660px;
		float: left;
		margin-top: 27px;
		color: #332;
	}

	#body-inner #content {
		position: relative;
		margin-top: 44px;
		background-color: white;
	}

	#col1 {
		float: left;
		width: 335px;
	}

	#col2 {
		float: left;
		width: 325px;
	}

	.front-page-module {
		float: left;
		width: 325px;
		margin-bottom: 10px;
		font-size: 1.2em;
		background: #f6f6f6 url('../images/backgrounds/front-page-module-top.gif') no-repeat top left;
	}

	.front-page-module .container {
		position: relative;
		float: left;
		width: 285px;
		padding: 12px 20px 25px 20px;
		min-height: 250px;
		background: transparent url('../images/backgrounds/front-page-module-bottom.gif') no-repeat bottom left;
	}
	
	.front-page-module .faq-list-lite {
		margin-top: 18px;
		margin-bottom: 1em;
	}
	
	.front-page-module .faq-list-lite a:link, 
	.front-page-module .faq-list-lite a:visited, 
	.front-page-module .faq-list-lite a:hover, 
	.front-page-module .faq-list-lite a:active {
		color: #333;
		text-decoration: underline;
	}

	#sidebar {
		float: right;
		width: 239px;
		margin-top: 27px;
	}

	#body-inner #sidebar {
		margin-top: 44px;
	}




	/* Header
	-------------------------------------*/
	#header {
		position: relative;
		width: 919px;
		height: 129px;
	}

	.body-inner-menu #header {
		height: 152px;
	}

	#header h1,
	#header em {
		position: relative;
		display: block;
		width: 225px;
		height: 70px;
		margin-top: 11px;
		float: left;
		background: url('../images/elements/obcine-net-logo.png') no-repeat top left;
		text-indent: -9999px;
		overflow: hidden;
	}

	#header h1 a,
	#header em a {
		display: block;
		width: 225px;
		height: 70px;
	}
	
	#header #agora-logo {
		width: 229px;
		height: 51px;
		margin-top: 19px;
		background-image: url('../images/elements/logo-agora.gif');
	}
	
	#header #agora-logo a {
		width: 229px;
		height: 51px;
	}
	
	#obcine-mini-logo {
		position: absolute;
		top: 46px;
		left: 239px;
	}
	
	#nalozba-logo, #ministrstvo-logo {
		float: right;
		margin-left: 10px;
		margin-top: 16px;
	}

	#search {
		float: right;
		margin-top: 33px;
	}

	#search-mini-form p { float: left }

	#search-mini-form .input-submit {
		margin-top: 0;
		border: none;
		font-size: 1.1em;
		width: 62px;
		height: 26px;
		background: url('../images/sprites/search-button.gif') no-repeat top left;
		cursor: pointer;
	}

	#search-mini-form .input-submit:hover {
		background-position: bottom left;
	}

	#search-mini-form .input-submit span {
		display: none;
	}

	#input-search-mini {
		width: 220px;
		height: 23px;
		border: none;
		background: url('../images/backgrounds/input-search.gif') no-repeat top left;
		font-size: 1.2em;
		color: #153981;
		padding-top: 5px;
		padding-left: 10px;
	}




	/* Content
	-------------------------------------*/

	.front-page-module h2 {
		font-weight: normal;
		padding-bottom: 6px;
		padding-right: 18px;
		border-bottom: 4px solid #d3d3d3;
		margin-top: .5em;
	}

	.front-page-module a.intro {
		display: block;
		padding-left: 84px;
		padding-top: 4px;
		min-height: 74px;
		color: #333322;
		background-repeat: no-repeat;
		background-position: top left;
		text-decoration: none;
		font-style: italic;
	}

	#module-razpisi-za-obcine a.intro { background-image: url('../images/backgrounds/icon-razpisi-za-obcine.gif'); }

	#module-ekologija a.intro { background-image: url('../images/backgrounds/icon-ekologija.gif'); }

	#module-izobrazevanje a.intro { background-image: url('../images/backgrounds/icon-e-partecipacija.gif'); }

	#module-projekti a.intro { background-image: url('../images/backgrounds/icon-projekti.gif'); }

	#module-financno-svetovanje a.intro { background-image: url('../images/backgrounds/icon-financno-svetovanje.gif'); }

	#module-digitalni-arhivi a.intro { background-image: url('../images/backgrounds/icon-digitalni-arhivi.gif'); }
	
	#module-geografski-inforamcijski-sistemi a.intro { background-image: url('../images/backgrounds/icon-gis.gif'); }
	
	#module-nepovratna-sredstva a.intro { background-image: url('../images/backgrounds/icon-nepovratna.gif'); }

	#module-jzp a.intro { background-image: url('../images/backgrounds/icon-jzp.gif'); }

	#module-it a.intro { background-image: url('../images/backgrounds/icon-it.gif'); }

	.front-page-module .news-list {
		margin-top: 18px;
	}

	.front-page-module .news-list .date {
		position: relative;
		margin-left: -0.5em;
		padding-left: .5em;
		padding-right: .5em;
		background-color: #d8d2aa;
	}

	.front-page-module .news-list a:link,
	.front-page-module .news-list a:visited,
	.front-page-module .news-list a:hover,
	.front-page-module .news-list a:active {
		color: #333;
		text-decoration: underline;
	}

	.front-page-module .rss {
		display: block;
		float: left;
		position: absolute;
		top: 1.9em;
		right: 20px;
		width: 13px;
		height: 13px;
		overflow: hidden;
		text-indent: -9999px;
		background: url('../images/sprites/rss.png') -13px 0;
	}

	.front-page-module .rss:hover {
		background-position: 0 0;
	}

	a.more-information:link, a.more-information:visited, a.more-information:hover, a.more-information:active {
		display: block;
		float: left;
		height: 20px;
		padding: 6px 1.5em 0 .7em;
		margin-top: .8em;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		color: #4e3b00;
		text-decoration: none;
	}

	a.more-information:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}

	#content-main {
		float: left;
		width: 100%;
	}

	#content.with-sidebar #content-main {
		width: 446px;
	}

	#content-sidebar {
		float: right;
		width: 180px;
		margin-right: 18px;
		padding-bottom: 3em;
	}

	#content #content-sidebar h2 {
		padding-bottom: .3em;
		border-bottom: 4px solid #d6d6d6;
		margin-bottom: .6em;
		margin-top: 1.95em;
		font-weight: normal;
		font-size: 1.5em;
		color: #947100;
		text-transform: uppercase;
	}

	#content #content-sidebar p {
		font-size: 1.2em;
	}

	#content #content-sidebar ul {
		float: left;
		width: 100%;
		font-size: 1.2em;
	}

	#content #content-sidebar li {
		padding-left: 18px;
		margin-bottom: .7em;
		background: url(../images/backgrounds/bullet-large.png) no-repeat .1em 0;
	}

	#content h1 {
		font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
		font-size: 2.4em;
		font-weight: lighter;
		color: #4b4b4b;
		line-height: .9;
	}

	#content.with-sidebar h1 {
		width: 445px;
		background-image: none;
	}

	#deco1 {
		width: 100%;
		height: 10px;
		background: url(../images/backgrounds/content-top.gif) no-repeat top left;
	}

	#deco2 {
		clear: both;
		width: 100%;
		height: 10px;
		background: url(../images/backgrounds/content-bottom.gif) no-repeat bottom left;
	}

	#content.with-sidebar #deco1 {
		background-image: url(../images/backgrounds/content-top-w-sidebar.gif);
	}

	#content.with-sidebar #deco2 {
		background-image: url(../images/backgrounds/content-bottom-w-sidebar.gif);
	}


	#content h1 span {
		display: block;
		padding: 20px 0 .3em 0;
		margin: 0 25px 0 25px;
		border-bottom: 4px solid #e8e8e8;
	}

	#content h2 {
		float: left;
		width: 100%;
		margin-top: 1.2em;
		margin-bottom: .6em;
		font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
		font-size: 1.25em;
		font-weight: normal;
		text-transform: uppercase;
		color: #707070;
	}

	#body-home #content h2 {
		float: none;
		width: auto;
	}

	#content h2.first {
		margin-top: 0;
	}

	#content.with-sidebar {
		background: url(../images/backgrounds/content-middle-w-sidebar.gif) repeat-y top left;
	}

	#text-content-container {
		float: left;
		padding: 1.5em 25px 3.5em 25px;
		font-size: 1.3em;
	}

	#content.with-sidebar #text-content-container {
		width: 395px;
		background-image: none;
	}

	#text-content-container p {
		padding-bottom: 1em;
		line-height: 1.3;
	}

	#text-content-container .news-archive-link,
	#text-content-container .edit-link {
		float: left;
		width: 100%;
		list-style-type: none;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #333333;
		text-decoration: underline;
	}

	#text-content-container a:visited { color: #666 }


	/* --- form povprasevanje --- */

	#form-povprasevanje {
		font-size: 1.25em;
	}

	#form-povprasevanje label {
		float: left;
		width: 100%;
		margin-top: 1em;
	}

	#inq1, #inq2 {
		width: 168px;
		border: 1px solid #808080;
		padding: .4em;
		font-size: 1em;
		background-color: white;
	}

	#inq3 {
		width: 168px;
		height: 200px;
		border: 1px solid #808080;
		padding: .4em;
		font-size: 1em;
		background-color: white;
	}

	#form-povprasevanje .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		margin-top: 1.2em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#form-povprasevanje .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#form-povprasevanje .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}
	
	/* --- form sodelovanje --- */

	#form-sodelovanje {
		float: left;
	}
	
	#text-content-container ol.form-error {
		float: left;
		padding: .5em 1em;
	}
	
	#text-content-container p.form-notice { float: left; }
	

	#form-sodelovanje label {
		float: left;
		width: 100%;
		margin-top: 1em;
	}

	#coop1, #coop2 {
		width: 250px;
		border: 1px solid #808080;
		padding: .4em;
		font-size: 1em;
		background-color: white;
	}

	#coop3 {
		width: 600px;
		height: 200px;
		border: 1px solid #808080;
		padding: .4em;
		font-size: 1em;
		background-color: white;
	}

	#form-sodelovanje .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		margin-top: 1.2em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#form-sodelovanje .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#form-sodelovanje .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}


	/* 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 {
		float: left;
		width: 100%;
		padding-bottom: 1em;
	}

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


	/* --- 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 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 --- */

	#text-content-container #search-main-form .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#text-content-container #search-main-form .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#text-content-container #search-main-form .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}

	#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;
	}

	/* --- Editors form --- */
	
	#editors-email {
		width: 180px;
	}
	
	#editors-password {
		width: 80px;
	}


	/* --- 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;
		border: 1px solid #DFDFDF;
		background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;
		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 ul.news-list .date {
		position: relative;
		margin-left: -0.5em;
		padding-left: .5em;
		padding-right: .5em;
		background-color: #d5d5d5;
	}

	#text-content-container ul.news-list {
		padding-bottom: 0;
	}

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

	#text-content-container .news-list a:link,
	#text-content-container .news-list a:visited,
	#text-content-container .news-list a:hover,
	#text-content-container .news-list a:active {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	#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;
	}




	/* Sidebar
	-------------------------------------*/
	.sidebar-module {
		float: left;
		width: 239px;
		margin-bottom: 20px;
		font-size: 1.2em;
		background: #fff7d7 url('../images/backgrounds/sidebar-module-top.gif') no-repeat top left;
	}

	.sidebar-module .container {
		position: relative;
		float: left;
		width: 203px;
		padding: 21px 18px 20px 18px;
		background: transparent url('../images/backgrounds/sidebar-module-bottom.png') no-repeat bottom left;
	}

	.sidebar-module h2 {
		position: relative;
		margin-bottom: .8em;
		font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
		font-weight: normal;
		font-size: 1.3em;
		text-transform: uppercase;
		color: #272727;
	}

	.sidebar-module .news-list .date {
		position: relative;
		margin-left: -0.5em;
		padding-left: .5em;
		padding-right: .5em;
		background-color: #d8cfaa;
	}

	.sidebar-module .news-list a:link,
	.sidebar-module .news-list a:visited,
	.sidebar-module .news-list a:hover,
	.sidebar-module .news-list a:active {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}

	.sidebar-module .rss {
		display: block;
		float: left;
		position: absolute;
		top: 1.9em;
		right: 20px;
		width: 13px;
		height: 13px;
		overflow: hidden;
		text-indent: -9999px;
		background: url('../images/sprites/rss.png') -26px 0;
	}

	.sidebar-module .rss:hover {
		background-position: 0 0;
	}

	.sidebar-module .news-list,
	.sidebar-module .link-list {
		float: left;
		width: 100%;
	}

	.news-archive-link a:link,
		.news-archive-link a:visited,
		.news-archive-link a:hover,
		.news-archive-link a:active {
			display: block;
			min-height: 16px;
			float: left;
			padding-left: 21px;
			line-height: 1.3;
			background: url('../images/backgrounds/icons/archive.png') no-repeat 0 0;
			color: #333;
		}
		
	.edit-link a:link,
	.edit-link a:visited,
	.edit-link a:hover,
	.edit-link a:active {
		display: block;
		min-height: 16px;
		float: left;
		padding-left: 21px;
		line-height: 1.3;
		background: url('../images/backgrounds/icons/pencil.png') no-repeat 0 0;
		color: #333;
	}

	#module-logotipi {
		float: left;
		width: 239px;
		margin-bottom: 20px;
		font-size: 1.2em;
		background: white url('../images/backgrounds/logos-module-top.png') no-repeat top left;
	}

	#module-logotipi .container {
		position: relative;
		float: left;
		width: 203px;
		padding: 21px 18px 20px 18px;
		background: transparent url('../images/backgrounds/logos-module-bottom.png') no-repeat bottom left;
	}


	/* --- Register občin --- */

	#module-register-obcin select {
		width: 200px;
		border: 1px solid #808080;
		padding-top: 3px;
		background-color: white;
		color: #444;
	}

	#module-register-obcin .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#module-register-obcin .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#module-register-obcin .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}
	
	#module-register-obcin p {
		width: 100%;
		float: left;
		margin-top: 1em;
	}
	
	#module-register-obcin a:link, #module-register-obcin a:visited, #module-register-obcin a:hover, #module-register-obcin a:active {
		color: #333333;
	}
	
	#link-editors {
		display: block;
		float: left;
		padding-left: 21px;
		margin-top: .5em;
		min-height: 16px;
		line-height: 1.3;
		background: transparent url(../images/backgrounds/icons/pencil.png) no-repeat scroll 0 -1px;
	}
	
	#login-link, #logout-link {
		float: left;
		display: block;
		width: 100%;
		margin-top: 1em;
		padding-top: .7em;
		border-top: 1px solid #d5cda9;
	}


	/* --- News --- */

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

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


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

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




	/* Footer
	-------------------------------------*/
	#footer {
		position: relative;
		float: left;
		width: 100%;
		min-height: 200px;
		margin-top: 2em;
		background-color: #e6e6e6;
		text-align: center;
	}

	#footer-container {
		width: 921px;
		margin: 2.5em auto 0 auto;
		text-align: left;
	}

	#footer .col1 {
		position: relative;
		float: left;
		width: 285px;
		margin-left: 20px;
		margin-right: 50px;
		margin-bottom: 2em;
	}

	#footer .col2 {
		position: relative;
		float: left;
		width: 285px;
		margin-bottom: 2em;
	}

	#footer .col3 {
		position: relative;
		float: right;
		width: 200px;
		margin-right: 20px;
		margin-bottom: 2em;
	}

	#footer h2 {
		position: relative;
		margin-bottom: .8em;
		padding-bottom: 6px;
		border-bottom: 4px solid #D3D3D3;
		font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;
		font-weight: normal;
		font-size: 1.5em;
		text-transform: uppercase;
		color: #272727;
	}

	#footer .col2 .grouped-link-list {
		font-size: 1.2em;
	}

	#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
	#footer a.external:link, #footer a.external:visited, #footer a.external:hover, #footer a.external:active {
		color: #333333;
		text-decoration: none;
	}

	#footer a:hover,
	#footer a.external:hover {
		text-decoration: underline;
	}
	
	#footer a.more-information {
		font-size: 1.2em;
	}
	
	#footer a.more-information:hover {
		text-decoration: none;
	}

	/* --- System menu --- */

	#sysmenu {
		font-size: 1.2em;
	}

	#sysmenu li {
		padding-left: 18px;
		margin-bottom: 0.3em;
	}
	
	body.agora #sysmenu li {
		padding: 2px 0 2px 18px;
	}

	#sysmenu .sys-print {
		background: url('../images/backgrounds/icons/sys-print.gif') no-repeat 1px 2px;
	}

	#sysmenu .sys-contact {
		background: url('../images/backgrounds/icons/sys-contact.gif') no-repeat 0 3px;
	}

	#sysmenu .sys-sitemap {
		background: url('../images/backgrounds/icons/sys-sitemap.gif') no-repeat 1px 2px;
	}

	#sysmenu .sys-credits {
		background: url('../images/backgrounds/icons/sys-credits.gif') no-repeat 1px 2px;
	}

	#sysmenu .sys-fav {
		background: url('../images/backgrounds/icons/sys-fav.gif') no-repeat 0 2px;
	}

	#sysmenu .sys-homepage {
		display: none;
		background: url('../images/backgrounds/icons/sys-homepage.gif') no-repeat 0 2px;
	}

	#sysmenu a:link, #sysmenu a:visited, #sysmenu a:hover, #sysmenu a:active {
		color: black;
		text-decoration: none;
	}

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


	/* --- System menu --- */
	#print-thingie {
		position: absolute;
		top: -1.6em;
		right: 12px;
		padding-right: 20px;
		padding-top: 2px;
		background: url('../images/backgrounds/print-icon.png') no-repeat center right;
		color: #c7c9c9;
		font-size: 1.2em;
		cursor: pointer;
	}


	


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

	/* --- Breadcrumbs --- */

	#breadcrumbs {
		position: absolute;
		top: -1.5em;
		left: 12px;
		font-size: 1.2em;
		text-transform: lowercase;
		color: #c7c9c9;
	}

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
		color: #c7c9c9;
		text-decoration: none;
	}

	#breadcrumbs img {
		margin-bottom: -4px;
	}

	#breadcrumbs .home {
		padding-left: 20px;
		padding-top: 2px;
		background: url('../images/backgrounds/breadcrumbs-home.png') no-repeat center left;
	
	}


	/* --- Sitemap --- */

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

	#text-content-container #sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
	}

	#text-content-container ul#sitemap li.menu-level1 {
		list-style-type: none;
	}
	
	#text-content-container ul#sitemap span.menu-level1 {
		font-size: 1.2em;
		text-transform: uppercase;
		line-height:1.5em;
	}


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

	#main-menu {
		position: absolute;
		float: left;
		top: 88px;
		left: 0;
		width: 918px;
		padding-left: 1px;
		font-size: 1.2em;
		background: url('../images/backgrounds/menu-left.gif') no-repeat top left;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		position: relative;
		display: block;
		height: 33px;
		float: left;
		padding: 0 10px;
		text-decoration: none;
		background: url('../images/sprites/menu-right.gif') no-repeat top right;
		color: #2f2f2f;
	}

	#main-menu a.menu-level1:hover {
		background: url('../images/sprites/menu-right.gif') no-repeat bottom right;
	}

	#main-menu .menu-level1-open a.menu-level1:link, 
	#main-menu .menu-level1-open a.menu-level1:visited, 
	#main-menu .menu-level1-open a.menu-level1:hover, 
	#main-menu .menu-level1-open a.menu-level1:active {
		background: url('../images/backgrounds/menu-right-on.gif') no-repeat top right;
		color: #efefef;
	}

	#main-menu span.menu-level1 {
		display: block;
		padding-top: 10px;
		text-shadow: 1px 1px #f4ce35
	}

	#main-menu .menu-level1-open span.menu-level1 {
		text-shadow: 1px 1px black
	}


	/* Level 2 */

	#main-menu ul.menu-level2 {
		position: absolute;
		display: none;
		top: 33px;
		left: 0;
	}

	#main-menu .menu-level1-open ul.menu-level2 {
		display: block;
	}

	#main-menu li.menu-level2 {
		float: left;
		background: url('../images/backgrounds/menu-separator-l2.gif') no-repeat top left;
	}

	#main-menu li.menu-level2.first {
		background: none;
	}


	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		position: relative;
		display: block;
		height: 31px;
		float: left;
		padding: 0 1em;
		text-decoration: none;
		/*background: url('../images/sprites/menu-right.gif') no-repeat top right;*/
		color: white;
	}

	#main-menu span.menu-level2 {
		display: block;
		padding-top: 10px;
		text-shadow: 1px 1px #333
	}




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

	#text-content-container form {
		margin-bottom: 1em;
	}

	input {
		font-family: helvetica, arial, sans-serif;
	}

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

	#text-content-container input.input-text,
	#text-content-container input[type=text],
	#text-content-container input[type=password] {
		padding: .4em;
		border: 1px solid #808080;
		font-size: .95em;
		background-color: white;
	}
	
	#text-content-container .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		margin-top: 1.2em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#text-content-container .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#text-content-container .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}
	
	#text-content-container .button-normal,
	#text-content-container .button-edit,
	#text-content-container .button-new {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.3em;
		margin-top: 1.2em;
		margin-right: 1em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/button-gold.png') no-repeat top right;
		cursor: pointer;
	}

	#text-content-container .button-normal:hover,
	#text-content-container .button-edit:hover,
	#text-content-container .button-new:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/button-gold.png') no-repeat bottom right;
	}
	
	#text-content-container .button-cancel {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.3em;
		margin-top: 1.2em;
		margin-right: 1em;
		border: none;
		border-left: 1px solid #a6a6a6;
		background: url('../images/sprites/button-gray.png') no-repeat top right;
		cursor: pointer;
	}

	#text-content-container .button-cancel:hover {
		border-left: 1px solid #9a9a9a;
		background: url('../images/sprites/button-gray.png') no-repeat bottom right;
	}
	
	#text-content-container .button-delete {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.3em;
		margin-top: 1.2em;
		margin-right: 1em;
		border: none;
		border-left: 1px solid #7c1709;
		background: url('../images/sprites/button-red.png') no-repeat top right;
		color: white;
		cursor: pointer;
	}

	#text-content-container .button-delete:hover {
		border-left: 1px solid #761708;
		background: url('../images/sprites/button-red.png') no-repeat bottom right;
	}

	textarea {
		height: 10em;
		padding: .3em;
		border: 1px solid #808080;
		font-family: helvetica, arial, sans-serif;
	}

	select {
		padding: .1em 0 .1em .3em;
		width: 200px;
		border: 1px solid #808080;
		background-color: white;
		color: #444;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .4em;
		border: 1px solid #808080;
	}

	.racun {}

	form span.mandatory {
		font-family: verdana, helvetica, arial, sans-serif;
		color: #dc0000;
	}



	/* 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 green;
		font-weight: bold;
		color: green;
	}

	.form-notice a:link, .form-notice a:visited, .form-notice a:hover, .form-notice a:active {
		color: #333;
		font-weight: normal;
	}

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

	#content #content-sidebar .form-error {
		font-size: 1.2em;
		text-indent: -1em;
		padding-right: 1em;
	}

	#content #content-sidebar .form-error li {
		background: none;
		list-style-type: disc;
		list-style-position: inside;
	}
	
	#text-content-container table.data-table {
		width: 100%;
		margin-bottom: 1.5em;
		border: 1px solid #EBF2F3;
	}
	
	#text-content-container table.data-table th {
		padding: .3em .5em;
		border: 1px solid white;
		text-align: left;
		background-color: #5B5B5B;
		color: white;
	}
	
	#text-content-container table.data-table tr.alt td {
		padding: .3em .5em;
		border: 1px solid white;
		background-color: #EFEFEF;
	}
	
	#text-content-container table.data-table td {
		padding: .3em .5em;
		border: 1px solid white;
		background-color: #E8E8E8;
	}
	
	/* --- paging --- */

	#pageLister ul.paging {
		width: auto;
	}	
	
	#pageLister ul.paging li {
		float: left;
		margin-right: 2px;
		list-style-type: none;
	}
	
	.paging li.selected {
		display: block;
		line-height: 1;
		background-color: #5B5B5B;
		border: none;
		padding: 4px 6px;
		color: white;
	}
	
	#pageLister .paging a:link, #pageLister .paging a:visited, #pageLister .paging a:hover, #pageLister .paging a:active {
		display: block;
		line-height: 1;
		padding: 3px 5px;
		border: 1px solid #E8E8E8;
		background-color: #E8E8E8;
		text-decoration: none;
	}
	
	#pageLister .paging a:hover {
		background-color: #5B5B5B;
		border: none;
		padding: 4px 6px;
		color: white;
	}
	
	.per-page {
		float: right;
	}
	
	/* --- end paging --- */
		

	/* --- WYSIWYG --- */

	.wysiwyg-frame {
	 	width: 608px;
	 	height: 400px;
	}
	
	.wysiwyg-frame-min {
	 width: 608px;
	 height: 200px;
	}


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


	/* --- faq --- */

	#faq-form-section {
		margin-bottom: 2em;
	}

	#faq-form-toggle {
		text-decoration: underline;
		color: #333;
		cursor: pointer;
		padding-left: 19px;
		background: url(../images/backgrounds/icons/lightbulb.png) no-repeat 0 0;
	}

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

	.faq-list-lite {
		clear: left;
	}

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

	.faq-list dd {
		margin-bottom: 1em;
		font-style: italic;
	}

	.faq-list-lite dd {
		font-style: italic;
	}

	#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: 200px }

	#faq-form textarea { width: 383px }

	#faq-form select { width: 214px }

	#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 }

	#faq-form .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		margin-top: 1.2em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#faq-form .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#faq-form .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}
	
	/* --- formMan forms --- */
	#f1 input.text { width: 200px }

	#f1 textarea { width: 383px }

	#f1 select { width: 214px }

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

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

	#f1 .input-submit {
		display: block;
		float: left;
		height: 26px;
		padding: 0 1.5em 0 .7em;
		margin-top: 1.2em;
		border: none;
		border-left: 1px solid #f4d34e;
		background: url('../images/sprites/more-button.png') no-repeat top right;
		cursor: pointer;
	}

	#f1 .input-submit span {
		display: block;
		margin-top: -3px;
		color: #4e3b00;
		font-size: 1.05em;
	}

	#f1 .input-submit:hover {
		border-left: 1px solid #e4bf27;
		background: url('../images/sprites/more-button.png') no-repeat bottom right;
	}
	
	#f1 .formSummaryTextarea {
		width: 367px;
	}


	/* --- 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 }


	/* --- sharing --- */

	#sharing {
		width: 100%;
		float: left;	
	}

	#sharing li {
		margin-top: 6px;
		width: 49.5%;
		float: left; 	
	}

	#facebook {
		background: url(../images/social_media/facebook.png) no-repeat; 
	}

	#twitter {
		background: url(../images/social_media/twitter.png) no-repeat; 
	}

	#linkedin {
		background: url(../images/social_media/linkedin.png) no-repeat; 
	}

	#delicious {
		background: url(../images/social_media/delicious.png) no-repeat; 
	}

	body.agora #sysmenu #facebook,
	body.agora #sysmenu #twitter {
		margin-left: -2px;
		padding-left: 20px;
	}

	#sharing a:link, #sharing a:visited, #sharing a:hover, #sharing a:active {
		padding-left: 22px;
		color: #333;
		text-decoration: none;
	}

	/* --- promotion --- */
	#footer #promotion {
		font-size: 1.2em;
	}

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

	.vcard {
		float: left;
	}
	
	#footer .vcard {
		font-size: 1.2em;
	}
	
	#text-content-container .vcard {
		margin-bottom: 1em;
	}
	
	#text-content-container .vcard p {
		padding-bottom: 0;
	}

	.vcard p.org {
		font-weight: bold;
	}

	.vcard .adr {
		margin-bottom: .5em;
	}

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

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

	.vcard p.email {
		margin-left: -2px;
		padding: 3px 0 3px 17px;
		background: url('../images/email.gif') no-repeat 0 6px;
	}
	
	.banner {
	
		margin-bottom: 30px;
	}
}

/* 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.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	#search, #main-menu, #print-thingie, #sidebar, #footer-container .col2, #footer-container .col3, #shadowbox_container, #body-home .rss, #breadcrumbs {
		display: none;
	}
	
}

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