<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	
	font-family: arial;
	font-size: 12px;
	line-height: 1.1em;
	color: #000;
	text-align: center;
	background: #fff url(images/body_bg.gif) top left repeat-x;
}

a {
	color: #99cc00;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none; /* zan: 4.5.2010 */
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 2px 0 14px 0;
	font-size: 16px;
	color: #99cc00;
}

h2 {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

h2 a {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}

.clear {
	position: relative;
	clear: both;
}
.clear_right {
	position: relative;
	clear: right;
}
.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


/********************
		WRAPPER
*********************/

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}


/********************
		HEADER
*********************/

#header {
	position: relative;
	margin: 14px 0 0 0; 
	width: 960px;
	height: 357px;
	background: transparent url(images/header_bottom.jpg) left bottom no-repeat;
}

/*********************************/
#header_inner {
	height: 313px;
}
/*************************/

#header img {
	margin: 0;
	padding: 0;
	border: none;
}

/********************
		LANG
*********************/

#lang {
	display: block;
	position: absolute;
	top: -347px;
	right: 10px;
	z-index: 99;
	height: 25px;
	border: none;
}
#lang.no_lang {
	display: none;
}

#lang_inner {
	position: relative;
	margin: 0 12px;
	height: 25px;
	line-height: 25px;
	background: #99cc00;
	float: right;
}

#lang a {
	padding: 0 10px;
	font-size: 11px;
	color: #fff;
	background: transparent url(images/lang_seperator.gif) right center no-repeat;
}
#lang a.selected {
	color: #333;
}

#lang .x {
	display: block;
	position: absolute;
	top: 0;
	width: 13px;
	height: 25px;
}
#lang .n1 {
	left: -12px;
	background: transparent url(images/lang_n1_color_1.png) left top no-repeat;
}
#lang .n2 {
	right: -12px;
	background: transparent url(images/lang_n2_color_1.png) right top no-repeat;
}


/********************
		HMENU
*********************/

#hmenu {
	position: relative;
	margin: -120px auto 48px auto;
	z-index: 10;
	width: 952px;
	height: 72px;
	background: transparent url(images/hmenu_bg.png) center center no-repeat;
}

#hmenu ul {
	padding: 0 20px;
	margin: 0;
	list-style: none;
	width: 912px;
	height: 72px;
}

#hmenu ul a {
	text-decoration: none;
}

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	margin: 6px 0 0 0;
	padding: 0;
	background: transparent url(images/hmenu_line.gif) right center no-repeat;
}
#hmenu ul li.first a {
	margin: 0;
}
#hmenu ul li.last {
	background: none;
}

#hmenu ul li a {
	display: block;
	margin: 0 0 0 -2px;
	padding: 18px 2px 0 0;
	height: 42px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 60px;
	float: left;
	position: relative;
}
#hmenu ul li span {
	padding: 0 35px;
	line-height: 26px;
}

#hmenu ul li a:hover {
	color: #99cc00;
}
#hmenu ul li a.selected {
	color: #fff;
	background-color: #99cc00;
	/*background: none;*/
}
#hmenu ul li a.selected:hover {
	color: #fff;
}

#hmenu ul ul {
	display: none;
	position: absolute;
	top: 59px;
	left: -22px;
	padding-bottom: 10px;
	width: 150px;
	background: transparent url(images/blank.gif);
	z-index: 20;
}

#hmenu ul li:hover ul, #hmenu ul li.over ul {
	display: block;
}

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	padding: 1px 1px 0 1px;
	margin: 0;
	background: #ccc;
}
#hmenu ul ul li.first {
	padding-top: 0;
}
#hmenu ul ul li.last {
	background: #ccc;
	padding-bottom: 1px;
}

#hmenu ul ul li a {
	display: block;
	width: 150px;
	padding: 3px 5px;
	line-height: 30px;
	height: auto;
	margin: 0;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: none;
	background: #dcdcdc;
	border-top: 1px solid #fff;
}
#hmenu ul ul li.first a {
	border-top: none;
}
#hmenu ul ul li span {
	padding: 0;
	line-height: 20px;
}

#hmenu ul ul li a:hover {
	color: #82ae00;
	background: #dcdcdc;
}
#hmenu ul ul li a.selected {
	color: #fff;
	background: #99cc00;
}

/********************
		PAGE
*********************/

#page {
	position: relative;
}

#page_inner {
	
}

#page.wide #page_inner {
	
}


/********************
		COL1
*********************/

#col1 {
	padding: 18px 0 0 0;
	display: none;
}

#col1 .n2, #col1 .n1 {
	display: none;
}

#col1 #user {
	margin: 15px;
	padding: 8px;
	border: 1px solid #CCC;
	background: white;
	text-align: center;
}

#col1 #user .u_name {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	
	text-align: left;
	border-bottom: 1px solid #CCC;
}

#col1 #user .u_content {
	text-align: left;
	padding: 3px 0 0 0;
}

#col1 #user .u_content a {
	display: block;
	margin-top: 5px;
}

/********************
		CONTENT
*********************/

#content {
	position: relative;
	width: 768px;
	margin-left: 192px;
}

#content .n2, #content .n1 {
	display: none;
}

#content table {
	/*border: 1px solid #ddd;*/ /* zan: 4.5.2010 */
	border-collapse: collapse;
	font-weight: normal;
}

#content table tr.first {
	background: #e5e5e5;
	
}

#content table tr.first td {
	font-weight: bold;
}

#content table td {
	/*border: 1px solid #aaa;*/ /* zan: 4.5.2010 */
	border-collapse: collapse;
	padding: 6px;
}

#content ul {
	margin-left: 20px;
}


/********************
		COL2
*********************/

#col2 {
	position: relative;
	padding: 18px 10px 30px 10px;
	margin-right: 192px;
	color: #000;
}

#page.wide #col2 {
	margin-right: 0px;
}

#col2_inner {
	text-align: left;
}

#col2 .body_back {
	margin: 10px 0;
	font-weight: bold;
}

/*************************
		COL2 DOCUMENTS
*************************/


#col2 .documents h2 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
}

#col2 .documents dl {
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#col2 .documents dl img {
	margin: 3px 5px 0 0;
	float: left;
}

#col2 .documents dt {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	height: 1%;
}

#col2 .documents dl a {
}

#col2 .documents dl a:hover {
}



/**********************
		COL2 LIST_ITEM
***********************/

#col2 .list_item {
	height: 1%;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #CCC;
	float: left;
}

#col2 .list_item.first {
	padding-top: 0;
}

#col2 .item_image {
	width: 110px;
	padding: 0;
	margin: 30px 0 10px 5px; 
	text-align: center;
	float: right;
}

#col2 .list_item .sponsor {
	float: right;
	width: auto;
	border: none;
	padding: 2px;
	margin: 0 0 5px 5px; 
}

#col2 .list_item .date {
	display: block;
	font-size: 11px;
	color: #666;
	width: 70px;
}

#col2 .list_item .item_text {
	padding-bottom: 10px;
}

#col2 .list_item .more {
	font-weight: bold;
}

#col2 .list_item .commented {
	color: #999;
	text-align: right;
	clear: right;
}

#col2 .list_item .col_left {
	width: 90px;
	float: left;
}

#col2 .list_item .col_right {
	float: left;
	width: 320px;
}

#col2 .two_col dl {
	padding: 10px 0 0 0;
	margin: 0;
	width: 410px;
}

#col2 .two_col dt {
	height: 1%;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 3px 0 0;
	font-weight: bold;
}

#col2 .two_col dd {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

#col2 .archivelink {
	display: block;
	/*float: right;*/
	padding: 10px 0;
	font-weight: bold;
	text-align: right;
	clear: left;
}


/********************
		COL2 COMMENTS
*********************/

#comments {
	padding: 0;
	margin: 20px 0 18px 0;
	width: 546px;
}

#comments form {
	padding: 0 0 20px 0;
	margin: 0;
}
#comments form img { /* captcha img */
	display: block;
}
#comments .input_name {
	padding-top: 2px;
	background: transparent url(images/pikica.gif) top left repeat-x;
}

#comments .input_text {
	padding: 3px 0;
	margin: 0;
}

#comments .comment_name, #comments .comment_text {
	margin: 0;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	width: 539px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 50px;
}

#comments .submit {
	display: block;
	margin: 0;
	padding: 2px 10px;
	font-family: arial;
	font-size: 11px;
	border: none;
	color: #fff;
	background-color: #99cc00; 
	cursor: pointer;
}

#comments .output {
	margin: 0;
	padding: 0;
	background: transparent url(images/pikica.gif) top left repeat-x;
}

#comments .nocomments {
	padding: 5px 0;
}

#comments .comment {
	margin: 0;
	padding: 5px 0;
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}

#comments span.name {
	font-weight: bold;
}

#comments span.date {
	color: #666;
}


/********************
		COL2 FORMS
*********************/

#forms {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
}

#formtitle {
	display: block;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
	position: relative;
}

#forms .esm_form_field {
	margin: 0;
	padding: 0;
	position: relative;
}

#forms label {
	display: block;
	float: left;
	padding: 4px 0;
	margin-right: 5px;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	width: 539px;
	border: 1px solid #CCC;
}

#forms input.inputfield_r {
	float: left;
}

#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;
	padding-top: 0px;
	margin: 2px 0 0 0;
	line-height: 20px;
}

#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 25px;
}

#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	clear: right;
	padding: 0 0 5px 0px;
}

#forms form div.inputfield_r label {
	padding-left: 5px;
}

#forms .inputfield_s {
	width: 150px;
	font-size: 11px;
	font-family: arial;
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

#forms div.esm_form_field select option {
	padding: 0px 5px;
}

#forms div.inputfield_c {
	display: block;
	position: relative;
	padding: 3px 0 3px 5px;
}

#forms div.esm_form_field label {
	float: none;
}

#forms div.inputfield_c span {
	display: block;
	padding: 3px 0 3px 20px;
}

#forms div.inputfield_c label {
	padding-left: 5px;
	float: none;
	display: inline;
}

#forms .submit {
	margin: 10px 0;
	padding: 2px 10px;
	font-family: arial;
	font-size: 11px;
	border: none;
	color: #fff;
	background-color: #99cc00; 
	cursor: pointer;
}


/********************
		GALLERY
*********************/

#gallery {
	width: 566px;
	margin-right: -10px;
}

#page.wide #gallery {
	width: 748px;
}

#gallery .title {
	font-size: 14px;
	padding: 10px;
	color: #99cc00;
	font-weight: bold;
}

#gallery .thumbnail {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: transparent url(images/gallery_th_bg.gif) left top no-repeat;
}

#gallery .thumbnail a {
	font-weight: normal;
}
	
#gallery .thumbnail img {
	vertical-align: middle;
	display: inline;
}


/********************
		COL3
*********************/

#col3 {
	display: inline;
	position: relative;
	margin: 0;
	padding: 18px 0 0 0;
	float: right;
	width: 192px;
}

#col3 .title {
	margin: 0;
	/*padding: 6px;*/
	height: 1%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#col3 .x {
	display: block;
	height: 9px;
	font-size: 1px;
	line-height: 1px;
}
#col3 .n1 {
	background: transparent url(images/col3_n1_color_1.gif) left top no-repeat;
	margin-bottom: -10px;
}
#col3 .n2 {
	background: transparent url(images/col3_n2_color_1.gif) left top no-repeat;
	margin-top: -9px;
}

/********************
		POLL
********************/

#poll {
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding: 10px;
	height: 1%;
	color: #fff;
}
#poll .x {
	display: none;
}

#poll form {
	margin: 0;
	padding: 0;
	position: relative;
	height: 1%;
}

#poll .title {
	
}

#poll .question {
	padding: 10px 0 5px 0;
	margin: 0;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0;
}

#poll .answers div {
	position: relative;
	margin: 2px 0 0 0;
	padding: 2px 0;
}

#poll .answers label {
	position: absolute;
	left: 25px;
	padding: 2px 0 0 0;
}

#poll .answers div .indicator {
	position: relative;
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	height: 4px;
	background-color: #fff;
	overflow: hidden;
}

#poll .all_answers {
	padding: 0 0 5px 0;
}

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 5px 0 0 0;
	padding: 1px 0;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #fff;
	background: none;
	cursor: pointer;
}
#poll .poll_view_answer {
	position: absolute;
	right: 0px;
	bottom: 0;
	text-align: right;
	padding-right: 0px;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

#poll div.first, #poll div.last {
	padding: 2px 0px;
}


/********************
		NEWSLETTER
********************/

#newsletter {
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding: 10px;
	height: 1%;
}

#newsletter .x {
	display: none;
}

#newsletter form {
	position: relative;
	margin: 0;
	padding: 5px 0 25px 0;
	height: 1%;
}

#newsletter .title {
	
}

#newsletter .desc {
	padding: 10px 0 2px 0;
	color: #fff;
}

#newsletter .message {
	margin-top: 10px;
	color: #fff;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	width: 168px;
	border: 0px;
	background: #82ae00;
}

#newsletter input.submit {
	margin: 0;
	padding: 1px 0 1px 5px;
	font-family: arial;
	font-size: 12px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: right;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}


/********************
		DOCUMENTS
********************/

#documents {
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding: 10px;
	height: 1%;
}

#documents .x {
	display: none;
}

#documents .title {
	
}

#documents dl {
	margin: 10px 0 0 0;
	padding: 1px 0 0 0;
	/*background: transparent url(images/pikica.gif) top left repeat-x;*/
}

#documents dt {
	margin: 0;
	padding: 5px 0 7px 0;
	/*background: transparent url(images/pikica.gif) bottom left repeat-x;*/
}

#documents dt img {
	padding-right: 5px;
	vertical-align: bottom;
}

#documents dt a {
	margin: 0;
	padding: 0;
	color: #fff;
}


/********************
		IMAGES
********************/

#images {
	background-color: #99cc00;
	margin: 10px 0 0 0;
	padding: 10px;
	height: 1%;
	color: #fff;
}

#images .x {
	display: none;
}

#images .title {
	
}

#images img {
	padding: 15px 0;
}

#images .desc {
	padding: 0 0 10px 0;
}
#images .kratekopis {
	padding: 0;
}

/*************************************
		CATALOGUE
****************************************/

#bcmenu {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#bcmenu a {
	color: #333;
	font-weight: bold;
}
#bcmenu img {
	padding: 0 5px;
	vertical-align: middle;
}

#bcmenu a.selected {
	text-decoration: none;
}

#catalogue {
	margin-top: 0px;
}
#catalogue_inner {}
#catalogue .catalogue_list_item {
	border: 1px solid #ccc;
	margin: 8px;
	padding: 8px;
}
#catalogue .catalogue_cat_item {
	border: 1px solid #ccc;
	margin: 8px;
	padding: 8px;
}

#catalogue .first {}
#catalogue h2 {
	margin-bottom: 8px;
}

#catalogue .catalogue_list_item .last {}

#catalogue .catalogue_list_item h2,
#catalogue .catalogue_list_item h2 a {}
#catalogue .catalogue_list_item div.item_image { border: none; }
#catalogue .catalogue_list_item a {}
#catalogue .catalogue_item {}
#catalogue .catalogue_item div.main {}
#catalogue .catalogue_item div.dodatki {}
#catalogue .catalogue_item div.item_sifra {}
#catalogue .catalogue_item div.item_vrednost {}
#catalogue .catalogue_item div.item_pakiranje {}
#catalogue .catalogue_item div.item_abstract {}
#catalogue .catalogue_item div.item_gallery {}
#catalogue .catalogue_item div.item_documents {}
#catalogue .catalogue_item div.item_desc {}
#catalogue .catalogue_item div.item_spec {}

#catalogue .catalogue_back {}
#catalogue .catalogue_back a {}

#catalogue .pages {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#catalogue .listings {
	margin: 0 auto;
}

#catalogue .listing-left {
	position: absolute;
	left: 20px;
}

#catalogue .listing-right {
	position: absolute;
	right: 20px;
}

#catalogue #pagelister {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
}


/********************
		TOOLBOX
*********************/

#orodja {
	position: absolute;
	right: 202px;
	display: block;
	margin: 0;
	padding: 0;
	top: -31px;
}

#toolbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 21px;
	float: right;
	/*width: 120px;*/
}

#toolbox span {
	display: none;
}
#toolbox div.buttons {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 21px;
	height: 17px;
	text-decoration: none;
	margin: 1px;
	
}

#toolbox div.buttons a {
	position: relative;
	display: block; 
	width: 21px;
	height: 17px;
}

#toolbox a#t-home {
	background: transparent url(images/toolbox/tool1_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-home:hover {
	background-position: bottom left;
}
#toolbox a#t-sitemap {
	background: transparent url(images/toolbox/tool2_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-sitemap:hover {
	background-position: bottom left;
}
#toolbox a#t-contact {
	background: transparent url(images/toolbox/tool3_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-contact:hover {
	background-position: bottom left;
}
#toolbox a#t-lineheight {
	background: transparent url(images/toolbox/tool4_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-lineheight:hover {
	background-position: bottom left;
}
#toolbox a#t-fontsize {
	background: transparent url(images/toolbox/tool5_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-fontsize:hover {
	background-position: bottom left;
}
#toolbox a#t-print {
	background: transparent url(images/toolbox/tool6_color_1.gif) left top no-repeat;
	background-position: top left;
}
#toolbox a#t-print:hover {
	background-position: bottom left;
}


/********************
		SEARCH
*********************/

#searchbox {
	position: absolute;
	right: 0px;
	top: -32px;
	padding: 0;
	width: 192px;
	height: 21px;
	font-size: 11px;
	line-height: 1.1em;
}

#searchbox input {
	color: #000;
	margin: 0;
	font-size: 11px;
	font-family: arial;
	background: #ededed;
	border: none;
	height: 17px;
	padding: 2px;
}
#searchbox .search_input {
	padding: 3px 7px 1px 7px;
	width: 123px;
	height: 15px;
	line-height: 15px;
}
#searchbox .inputbutton {
	display: block;
	border: none;
	background: none;
	padding: 0;
	color: #000;
	font-family: arial;
	font-size: 11px;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	position: absolute;
	right: -2px;
	top: 0;
}
#searchbox .inputbutton:hover {
	color: #99cc00;
}

.SearchResultText {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.searchresult {
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.pages {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}


/*************************************
		SITEMAP
****************************************/

#sitemap {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 500px;
}

#sitemap a {
	color: #000;
}

#sitemap ul li {
	margin-left: 20px;
}

#sitemap ul ul li {
	margin-left: 40px;
}

#sitemap ul ul li a{
	font-weight: normal;
}


/********************
		FOOTER
*********************/

#footer {
	position: relative;
	margin: 1px 0 20px 0;
	padding: 0;
	width: 960px;
	font-size: 10px;
}

#footer_inner {
	border-top: 1px solid #ededed;
	text-align: right;
	padding: 4px 0;		
}

#footer_inner a {
	color: #999;
	padding: 0 10px;
	text-decoration: none;
}

#poweredby {
	display: inline;
	margin: 0;
	padding: 0;

}
#poweredby a,#poweredby .footer_info {
	float:left;
	display: block;
	padding: 0px;
	text-decoration: none;
}
#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	margin-top: 0px;
	margin-left: 6px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
#footer .seperator {
	padding: 0 3px;
	margin-top: 0px;
	float: left;
	color: #999;
}
#footer #aterms {
	padding-right: 0;
}
#footer #terms {
	display: inline;
	float: right;
}</pre></body></html>