html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.1em;
	text-align: center;
	color: #333;
	background: #d3d8d1 url(../../images/body-bg.gif) left top repeat-x;
}

a {
	color: #e77607;
}

h1 {
	padding: 0;
	margin: 0 0 19px 0;
	
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #f9a13a;
}

h2 {
	padding: 0;
	margin: 0;
	color: #1c9aa8;
	font-size: 13px;
	display: block;
	padding-bottom: 10px;
}

h2 a {
	color: #1c9aa8;
	font-size: 13px;
}

h2 a:hover {
	text-decoration: none;
}

form {
	margin: 0;
}

.clear {
	position: relative;
	clear: both;
}

.clear_right {
	position: relative;
	clear: right;
}

.clear_left {
	position: relative;
	clear: left;
}

.x {
	display: none;
}


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

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


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

#header {
	position: relative;
	margin-top: 17px;
}

#header_inner {
	position: relative;
	margin: 0 20px;
}

/********************
		LANGUAGE SELECTOR
*********************/

#lang {
	position: absolute;
	display: block;
	right: 0px;
	top: -28px;
	width: 150px;
	height: 28px;
	z-index: 10;
	line-height: 28px;
	text-align: right;
	background: #9daea7 url(images/menu_end_1.gif) left top no-repeat;
}

#lang_inner {
	padding-left: 27px;
	padding-right: 20px;
	height: 28px;
	overflow: hidden;
	background: transparent url(images/lang-bg.gif) 27px top no-repeat;
}

#lang  a {
	display: none;
	/*background: #9daea7;
	color: #fff;*/
}



#lang  a.selected {
	color: #fff;
}

#lang a {
	display: none;
}

#lang a.selected {
	display: none;
}
/*
#lang:hover #lang_inner {
	height: auto;
	display: none;
}

#lang.hovered #lang_inner {
	height: auto !important;
	display: none;
	color: #fff;
	width: 103px;
}

#lang:hover #lang_inner a, #lang.hovered #lang_inner a {
	display: none;
}

#lang.hovered {
	background-color: transparent;
}

#lang:hover a.selected {
	display: none;
}
*/
#lang .n1 {
	position: absolute;
	display: block;
	height: 108px;
	width: 20px;
	right: 0px;
	top: -80px;
	background: transparent url(images/lang_corner_r_1.gif) right top no-repeat;
}


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

#hmenu {
	position: relative;
	z-index: 9;

	height: 28px;
	width: 590px;
	margin: 0 20px;
	/*background: transparent url(images/hmenu_bg_1.gif) left top repeat-x;*/
	background: transparent url(images/hmenu-bg.gif) left top no-repeat;
	
	font-size: 12px;
	color: #fff;
	

}

#hmenu_inner div.n1 {
	position: absolute;
	display: block;
	left: -20px;
	bottom: 0px;
	width: 20px;
	height: 108px;
	background: transparent url(images/hmenu_corner_l_1.gif) left bottom no-repeat;
}
#hmenu_inner {
	padding-left: 17px;
}


#hmenu ul {
	padding: 0;
	margin: 0 0 0 8px;
	list-style: none;
}

#hmenu ul a {
	display: block;
	text-decoration: none;
	line-height: 28px;
	font-size: 12px;
}

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

#hmenu ul li a {
	display: block;
	margin: 0;
	color: white;
}

#hmenu ul a span {
	display: block;
	padding: 0 15px 0 12px;
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	background: transparent url(images/hmenu_bg_1.gif) left top repeat-x;
}

#hmenu ul li a.selected span {
	background: transparent url(images/hmenu_bg_corner_1.gif) right bottom no-repeat;
}

#hmenu ul ul {
	display: none;
	position: absolute;
	width: 183px;
	margin: 0;
	padding:0 0 8px 0;
	background: transparent url(images/hmenu_lvl2_bg_1.gif) left bottom no-repeat;
}

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

#hmenu ul ul li {
	background-color: #9daea7;
}

#hmenu ul ul li.first {
	padding-top: 4px;
}

#hmenu ul ul li a {
	display: block;
	width: 177px;
	background: #9daea7;
	margin:0 0 0 6px;
	font-size: 11px;
	line-height: 12px;
}

#hmenu ul ul li a span {
	margin:0;
	padding: 5px 0 5px 20px;
}

#hmenu ul ul li a:hover, #hmenu ul ul li a.selected:hover {
	background: #6f7979 url(images/hmenu_lvl2_bg_a_over_1.gif) left top no-repeat;
}

#hmenu ul ul li a:hover span, #hmenu ul ul li a.selected:hover span {
	background: transparent url(images/hmenu_lvl2_bg_span_over_1.gif) left bottom no-repeat;
}

#hmenu ul ul li a.selected, #hmenu ul ul li a.selected span {
	background-image: none;
}


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

#page {
	position: relative;
	display: block;
	height: 1%;
	background: transparent url(images/page_bg.gif) center top repeat-y;
}

#page_inner {
	position: relative;
	padding: 25px 20px 0 20px;
	background: transparent url(images/page_line_top.gif) center top no-repeat;
}

#page a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}

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


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

#col1 {
	display: none;
}

#col1 #user {
	position: relative;
	display: block;
	clear: left;
	margin: 20px 16px 30px 30px;
	padding: 8px;
	border: 1px solid #CCC;
	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;
	height: 1%;
	width: 532px;
	margin-left: 188px;
}

#page.wide #content {
	width: 512px;
}

#content table.bordered {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-weight: normal;
}

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

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

#content table.bordered td {
	border: 1px solid #aaa;
	border-collapse: collapse;
	padding: 6px;
}

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


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

#col2 {
	position: relative;
	padding: 0 10px 55px 10px;
	margin-right: 190px;
}

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

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


/*************************
     COL2 documents
*************************/

#col2 .documents h2 {
	color: #333;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 13px;
	font-weight: bold;
}

#col2 .documents dl {
	margin: 6px 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 {
	font-size: 11px;
	font-weight: normal;
}

#col2 .documents dl a:hover {}


/********************
		LIST_ITEM
*********************/

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

#col2 .item_image {
	float: right;
	width: 110px;
	padding: 2px;
	margin: 0 0 5px 5px; 
	border: 1px solid #999;
	text-align: center;
}

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

#col2 .list_item .commented {
	display: block;
	margin-top: 5px;
	text-align: right;
	color: #666;
}

#col2 .list_item .date {
	display: block;
	margin: -5px 0 5px 0;
	color: #666;
	font-weight: bold;
}

#col2_inner a.back {
	display: block;
	margin-top: 20px;
}

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

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

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

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

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

#col3 {
	display: inline;
	position: relative;
	z-index: 1;
	float: right;
	width: 186px;
}

#page.wide #col3 {
	display: none;
}

#col3 .title {
	position: relative;
	display: block;
	width: 196px;
	height: 49px;
	margin-right: -10px;
	z-index: 60;
	background: url(images/col3_title_bg_1.gif) right top no-repeat;	
}

#col3 .title span {
	display: block;
	height: 22px;
	padding-left: 30px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

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

#gallery {
	margin-right: -30px;
}

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

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

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

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

#images {
	margin-bottom: 20px;
}

#images .title {
}

#images .title span {
	background: transparent url(images/ico_images.gif) 10px 6px no-repeat;
}

#images a {
	position: relative;
	display:block;
	text-align:center;
	margin-top: -20px;
	z-index: 70;
}

#images .desc {
	font-size: 10px;
	padding: 0 18px;
}


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

#documents {
	margin-bottom: 20px;
}

#documents .title {
}

#documents .title span {
	background: transparent url(images/ico_documents.gif) 10px 4px no-repeat;
}

#documents dl {
	position: relative;
	margin-top: -20px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 70;
}

#documents dt {
	padding-left: 17px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #ccc;
}

#documents dt img {
	margin-left: -18px;
}

#documents a {
	color: #000;
	font-weight: normal;
	font-size: 10px;
}

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


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

#newsletter {
	margin-bottom: 20px;
}

#newsletter .title {
	margin-bottom: -20px;
}

#newsletter .title span {
	background: transparent url(images/ico_documents.gif) 10px 4px no-repeat;
}

#newsletter .desc, #newsletter form, #newsletter .message {
	margin:0;
	padding-left: 10px;
}

#newsletter .textfield {
	display: block;
	width: 150px;
	margin: 5px 0;
	font-family: georgia, serif;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 2px;
}

#newsletter input {
	border: 1px solid #666;
	font-size: 10px;
}


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

#poll {
	margin-bottom: 20px;
}

#poll .title {
	margin-bottom: -20px;
}

#poll .title span {
	background: transparent url(images/ico_documents.gif) 10px 4px no-repeat;
}

#poll .question {
	margin-left: 10px;
}

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

#poll .answers {
	margin-left: 10px;
}

#poll input {
	margin-left: 10px;
	border: 1px solid #666;
	font-size: 10px;
}

#poll .answers input {
	float: left;
	clear: left;
	margin-left: 0px;
	border: none;
}

#poll .answers label {
	display: block;
	padding-left: 20px;
}

#poll .answers div {
	margin-bottom: 10px;
	margin-right: 10px;
}

#poll .answers div span {
	color: #666;
	font-size: 10px;
}

#poll .all_answers {
	margin-left: 10px;
	margin-bottom: 5px;
}

#poll .indicator {
	position: relative;
	display: block;
	margin-top: 5px;
	height: 4px;
	overflow: hidden;
	background-color: #6f7979;
}


/********************
		COMMENTS
*********************/

#comments {
	height: 1%;
	margin-top: 10px;
	padding-top: 10px;
	width: 302px;
	background: transparent url(images/dots.gif) left top repeat-x;
}

#comments .nocomments {
	padding-top: 5px;
	text-align: center;
	color: #666;
}

#comments .comment_name {
	width: 293px; 
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	font-family: georgia, serif;
	font-size: 11px;
}

#comments .comment_text {
	width: 293px; 
	height: 100px;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	font-family: georgia, serif;
	font-size: 11px;
}

#comments .submit {
	border: 1px solid #666;
	font-size: 10px;
}

#comments .output {
	margin-top: 5px;
	background: transparent url(images/dots.gif) left top repeat-x;
}

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

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

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


/********************
		FORMS
*********************/

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

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

#forms .esm_form_field {
	margin-top: 5px;
	padding: 5px 0 0 0;
	height: 1%;
	position: relative;
}

#forms label {
	
	display: block;
	float: left;
	padding-top: 4px;
	margin-right: 0px;
	width: 100%;
}

#forms .inputfield_i {
	display: block;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;
	width: 290px; 
}

#forms .inputfield_t {
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px solid #999;
	font-family: verdana;
	font-size: 11px;
	width: 290px; 
}

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

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

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

#forms form div.inputfield_r label {
	margin: 0;
	padding: 0 0 0 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 div.esm_form_field select {
	border: 1px solid #999;
}
	
#forms .submit {
	margin: 5px 0 0 0; 
	font-family: georgia, serif;
	border: 1px solid #666;
}


/*************************************
		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 {
	border: 1px solid #dedede;
	margin: 8px;
	padding: 8px;
}
#catalogue .catalogue_cat_item {
	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;
	top: 10px;
	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: 20px;
	top: 0px;
	display: block;
}
#searchbox input {
	color: #aaa;
	font-size: 9px;
}
#searchbox .inputbutton {
	margin-left: 10px;
	color: #aaa;
	font-size: 11px;
}

.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;
	display: block;
	clear: both;
	height: 28px;
	/*background: #fff url(images/footer_corner_l_1.gif) left bottom no-repeat;*/
	background: #fff url(images/footer-end.gif) left bottom no-repeat;
		
	margin: 0 20px;
	color: #999;
}

#footer_inner {
	height: 28px;
	/*background: transparent url(images/footer_corner_r_1.gif) right bottom no-repeat;*/
	padding: 0 20px;
	text-align: right;
}

#footer .n1 {
	position: relative;
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #c4c4c4;
}

#footer #poweredby {
	line-height: 27px;
	display: inline;
	float: left;
}
#footer #legal {
	line-height: 27px;
	display: inline;
	float: right;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
}

#poweredby {
	display: inline;
	margin: 0;
	padding: 0;
}
#poweredby a,#poweredby .footer_info {
	float:left;
	padding: 0px 1px;
	text-decoration: none;
}
#poweredby .soncenet a {}

#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	font-size: 10px;
}
#footerlogo1 {
	color: #C3000D;
}
#footerlogo2 {
	color: #E94F00;
}
#footerlogo3 {
	color: #F08D00;
}
#footer .seperator {
	padding: 0 3px;
	margin-top: 0px;
	float: left;
}
#footer #terms {
	display: inline;
	float: right;
}

#col2 ol {
	margin-left: 40px;
}

