html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.1em;
	color: #333;
	background: transparent url(images/body_bg.gif) top left repeat;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding:  0 0 20px 0;
	font-size: 17px;
	font-weight: bold;
	color: #FF6600;
}

h2, h2 a {
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

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

.x {
	display: none;
}


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

#wrapper {
	position: relative;
	display: block;
	width: 780px;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -15px; 
	padding: 0;
	text-align: left;
	background: white;
}

#wrapper_inner {
	padding: 10px;
}

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

#header {
	position: relative;
	width: 760px;
	margin: 0;
	padding: 0;
	background: transparent url(images/header_bg.gif) top left repeat-y;
}

#header_inner {
	position: relative;
	display: block;
	margin: 0 11px;
	padding: 0;
}

#header a {
	margin: 0;
	padding: 0;
}

#header img {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
}
#lang {
	display: block;
	position: absolute;
	top: -180px;
	right: 10px;
	z-index: 99;
	border: none;
}

#lang a {
	padding: 0 2px;
}

#lang .x {
	display: none !important;
}


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

#hmenu {
	position: relative;
	margin: 11px 0 0 0;
	padding: 0;
	height: 31px;
	z-index: 10;
	border-bottom: 6px solid #FF6600;
}

#hmenu_inner {
	position: relative;
	display: block;
	background: transparent url(images/hmenu_bg.gif) center top repeat-x;
	height: 19px;
}
#hmenu .n1 {
	position: relative;
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	background: transparent url(images/hmenu_arrow.gif) left top no-repeat;
}


#hmenu ul {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 8;
}

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

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0 10px;
	margin: 0 2px 0 0;
	background: white;
	padding-bottom: 1px;
}

#hmenu ul li a {
	display: block;
	padding: 2px 0 5px 0;
	margin: 0;
	color: #074c8d;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 10px solid white;
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	color: #FF6600;
	border-bottom: 10px solid #FF6600;
}

#hmenu ul ul {
	display: none;
	position: absolute;
	top: 31px;
	padding: 5px 0;
	margin: 0;
	z-index: 90;
	width: 148px;
	border: 1px solid #FF6600;
	border-top: 6px solid #FF6600;
	background: white;
}

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

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	z-index: 91;
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: none;
}

#hmenu ul ul li a {
	display: block;
	z-index: 92;
	width: 128px;
	padding: 4px 10px;
	margin: 0;
	background: white;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	border: none;
}

#hmenu ul ul li a:hover, #hmenu ul ul li a.selected {
	color: #FF6600;
	border: none;
}


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

#page {
	position: relative;
	display: block;
	margin: 2px 0 0 0;
	padding: 10px;
	background: transparent url(images/page_bg.gif) top left repeat-y;
	height: 1%;
}

#page_inner {
	display: block;
	padding: 0;
	background: transparent url(images/col2_bg.gif) 170px 0% repeat-y;
	height: 1%;
}

#page div.n1 {
	position: absolute;
	bottom: 0px;
	left: 171px;
	display: none;
	height: 1px;
	width: 569px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#page .n2 {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	height: 1px;
	width: 760px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#page #content .n1 {
	display: block;
}

#page #col1 .n1 {
	display: block;
}

#page #content .n2 {
	display: none;
}

#page #col2 .n1 {
	display: none;
}

#page #col2 .n2 {
	display: none;
}

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

#col1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 171px;
	float: left;
	z-index: 10;
	position: relative;
}

#col1 div.n1 {
	display: none !important;
	position: absolute;
	bottom:0;
	left:0;
}

#col1 .n2 {
	display: block;
	background: transparent url(images/arrow_bg.gif) bottom left no-repeat;
	position: relative;
	width: 100px;
	height: 100px;
	left: 10px;
	bottom: 10px;
}

#vmenu {
	position: relative;
	height: 100%;
}

#page #vmenu div.n1, #page #vmenu div.n2 {
	display: none;
}


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

#content {
	position: relative;
	display: block;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	min-height: 400px;
	height: 100%;
	width: 569px;
	float: left;
}

#page #content div.n1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#page #content div.n2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	height: 1px;
	width: 569px;
	overflow: hidden;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#content table {
	border: 1px solid #ddd;
	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;
	border-collapse: collapse;
	padding: 6px;
}

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

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

#col2 {
	display: block;
	position: relative;
	color: #333;
	height: 1%;
	background: transparent;
	width: 409px;
}

#page.wide #col2 {
	width: 569px;
}

#col2_inner {
	text-align: justify;
	padding: 13px;
}

#page #col2 .n1, #page #col2 .n2 {
	display: none !important;
}

#col2 .body_back {
	margin: 0;
}

#page #col2 #forms .n1, #page #col2 #forms .n2 {
	display: none;
}

#col2 .archivelink {
	float: right;
	margin: 10px;
}


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

#col2 .list_item {
	margin: 0;
	padding: 13px 0 10px 0;
	width: 100%;
	float: left;
}

#col2 .list_item .date {
	font-size: 10px;
	color: #666;
	width: 70px;
	float: left;
}

#col2 .list_item .more {
	font-weight: bold;
	padding: 0 3px;
}

#col2 .item_image {
	margin: 33px 0 0 10px;
}

/********************
		COL2 comments
*********************/	

#page #col2 #comments .n1, #page #col2 #comments .n2 {
	display: none;
}

#comments {
	position: relative;
	padding: 0;
	margin: 20px 0;
	width: 383px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
}

#comments form {
	padding: 10px 0 15px 0;
	margin: 0 0 10px 0;
}

#comments .input_name {
	padding: 2px 0 0 0;
	margin: 0;
}

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

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

#comments .comment_text {
	height: 60px;
}

#comments .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #333;
	background-color: white; 
}

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

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

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

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

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

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

#forms {
	padding: 10px 0 0px 0;
	margin: 30px 0 10px 0;
	width: 383px;
	background: transparent url(images/dotted_line_h.gif) top left repeat-x;
	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%;
}

#forms_inner {
	margin: 0 0 20px 0;
	padding: 0;
}

#forms .esm_form_field {
	margin: 0;
	padding: 0 0 5px 0;
}

#forms label {
	display: block;
	padding: 2px 0;
}

#forms .inputfield_i, #forms .inputfield_t {
	margin: 0;
	padding: 2px;
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	width: 377px;
	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: tahoma;
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

#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 div.esm_form_field select option {
	padding: 0px 5px;
}

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

#forms .submit {
	margin: 3px 0 0 0;
	padding: 2px 10px;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	background-color: white; 
	cursor: pointer;
}


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

#gallery {
	width: 338px;
	margin-right: -5px;
}

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

#gallery .thumbnail {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
	line-height: 120px;
	text-align: center;
	margin: 0 5px 5px 0;
}

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


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

#col3 {
	display: inline;
	position: relative;
	z-index: 9;
	margin: 5px 10px 0 0;
	float: right;
	width: 150px;
}

#col3_inner {
}

#col3 div.n1, #col3 .n2 {
	display: none !important;
}

#col3 .title {
	margin: 0;
	padding: 0;
	height: 1%;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	background: transparent url(images/title_bg.gif) bottom left repeat-x;
	border-bottom: 3px solid #ccc;
}


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

#poll {
	padding: 0 0 10px 0;
	height: 1%;
}

#poll_inner {
}

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

#poll .title {
}

#poll div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat;
}

#poll .question {
	padding: 5px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

#poll .answers {
	margin: 0 0 10px 0;
	padding: 0 5px;
	font-size: 10px;
}

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

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

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

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



#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 10px 0;
	padding: 1px 5px;
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

#poll .poll_submit, #poll .poll_back {
	margin-left: 5px;
}


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

#newsletter {
	padding: 0 0 10px 0;
	height: 1%;
}

#newsletter_inner {
}

#newsletter form {
	margin: 0;
	padding: 5px 5px 0 5px;
}

#newsletter .title {
}

#newsletter div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#newsletter .desc {
	padding: 5px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(images/rightblock_top_corner.gif) top left no-repeat;
}

#newsletter input.textfield {
	margin: 0;
	padding: 2px;
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	width: 134px;
	border: 1px solid #CCC;
}

#newsletter input.submit {
	margin: 10px 0;
	padding: 1px 5px;
	font-family: tahoma;
	font-size: 10px;
	border: 1px solid #ccc;
	color: #333;
	background-color: white;
}

#newsletter .n1, #newsletter .n2, #newsletter_inner .n1, #newsletter_inner .n2 {
	display: none !important;
}


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

#documents {
	padding: 0 0 10px 0;
	height: 1%;
}

#documents_inner {
}

#documents .title {
}

#documents div.title span {
	padding: 7px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_page.gif) bottom left no-repeat
}

#documents dl {
	margin: 0;
	padding: 5px;
}

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

#documents dt img {
	padding-right: 5px;
	float: left;
}

#documents dt a {
	font-size: 9px;
	color: #666;
	margin: 0;
	padding: 0;
}

#documents dt a:hover {
	color: #FF6600;
}


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

#images {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	height: 1%;
}

#images .title {
}

#images div.title span {
	padding: 10px 0 3px 28px;
	display: block;
	color: #666;
	background: transparent url(images/icon_gallery.gif) bottom left no-repeat
}

#images div.n1, #images div.n2 {
	display: none !important;
}

#images img {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
}


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

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

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

#catalogue {
	margin-top: 10px;
}
#catalogue_inner {}
#catalogue .catalogue_list_item {
	position: relative;	
	border: 1px solid #dedede;
	margin: 8px;
	padding: 8px;
}
#catalogue .catalogue_cat_item {
	position: relative;
	border: 1px solid #dedede;
	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 #333;
	padding-top: 5px;
	margin-top: 5px;
	text-align: center;
}


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

#orodja {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	top: 10px;
	left: 5px;
	text-align: right;
}

#toolbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 19px;
}

#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: 5px;
	top: 10px;
	display: block;
	font-size: 11px;
	line-height: 1.1em;
}
#searchbox input {
	color: #aaa;
	font-size: 9px;
	border: 1px solid #CCC;
}
#searchbox .inputbutton {
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #CCC;
	color: #333;
	background-color: white; 
	cursor: pointer;	
	margin-left: 2px;
}

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

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

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

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

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

#sitemap a {
	color: #444;
}

#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: 0 0 20px 0;
	padding: 0;
	width: 760px;
	height: 23px;
	color: #999;
	background: #fff url(images/dotted_line_h.gif) bottom left repeat-x;
}

#footer_inner {
	padding: 4px 7px 6px 0px;
	text-align: right;
}

#footer_inner a {
	position: relative;
	display: inline;
	color: #999;
	font-size: 10px;
	padding: 0 2px;
	text-decoration: none;
}

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