html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 6px 0 0 0;	
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	background: #014e6d url(images/body_bg_1_1_2.jpg) repeat-x top center;
	
}

a {
	color: #0191d8;
	text-decoration: none;
	font-family: tahoma;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0 0 30px 0;
	font-size: 27px;
	color: #0191D8;
	font-weight: normal;
	font-family: Tahoma;
}

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

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

.text {
	margin: 0;
	font-size: 13px;
	font-family: Tahoma;
	line-height: 120%;
}

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

.x {
	display: none;
}

ul, li {
	font-family: Tahoma;
}



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

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


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

#header {
	position: relative;
}

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

#header_inner img {
	position: relative;
	left: 7px;
	top: 11px;
	margin-bottom: 60px;
}

#header_inner .n1{
	position: absolute;
	left: -13px;
	top: 3px;
	display: block ;
	width: 198px;
	height: 250px;
	background: url(images/header.png) no-repeat;
}

#header_inner .n2{
	position: absolute;
	left: 200px;
	top: 223px;
	display: block ;
	width: 750px;
	height: 30px;
	background: url(images/hmenu_transperant.png) no-repeat;
}

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

#lang {
	/*display: none;*/
	position: absolute;
	overflow: hidden;
	width: 262px;
	top: -248px;
	left: 190px;
	right: 0px;
	border: none;
	height: 11px;
}

#lang a {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #BBB;
	border-right: solid 1px #BBB;
	padding:0 10px 0 10px;
	margin: 0;
	line-height: 100%;
}

#lang a.selected {
	color: #0191d8;
}

#lang a.selected {
	color: #0191d8;
}

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


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

#hmenu {
	position: absolute;
	margin: -70px 0 40px 205px;
	padding: 0px;
	z-index: 10;
	background: transparent;
}

#hmenu_inner {
	height: 42px;
	width: 725px;
	padding: 0;
	background-color: #FFF;
}

#hmenu_inner .n1{
	display:block;
	float: left;
	margin-left: -5px;
	width: 10px;
	height: 42px;
	background: transparent url(images/hmenu_round_left.gif) left;
}

#hmenu_inner .n2{
	display:block;
	float: right;
	margin-right: -10px;
	width: 10px;
	height: 42px;
	background: transparent url(images/hmenu_round_right.gif) right;
}

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

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

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

#hmenu ul li a {
	display: block;
	padding: 0px 0 8px 0;
	margin: 5px 1px;
	background-color: #FFF;
	color: #3852a2;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
}

#hmenu ul li a:hover, #hmenu ul li a.selected {
	background: #f7e908 url(images/hmanu_round_list_left.gif) no-repeat;
}

#hmenu span {
	display: block;
	padding: 9px 10px 12px 15px;
	margin-left:  10;
}

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

#hmenu ul ul {
	display: none;
	position: absolute;
	background: transparent url(images/blank.gif);
	width: 170px;
}

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



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

#page {
	position: relative;
	background-color: #FFF;
	padding:0;
	margin-top: 10px;
}

#page_inner {
	margin:0;
	padding:0;
}

#page .n2, #page .n1 {
	overflow: hidden;
	display: block;
	height: 0px;
}

#page_inner .n1 {
	float: left;
	position: relative;
	height: 8px;
	width: 940px;
	margin-top: -8px;
	background: transparent url(images/page_border_top.gif) left top no-repeat;
}




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

#col1 {
	display: block;
	width: 150px;
	float: left;
	background: #FFF;
	padding: 0;
	margin: 0;
}


#col1_inner {
	display: block;
	margin: -8px 0 0 0;
	padding: 10px 0 0 10px;
	width: 159px;
}

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

#vmenu {
	display: block;
}

#vmenu .n1 {
	display: none;
}

#vmenu ul li {	
	display: block;
	margin: 0px;
	width: 151px;
	list-style: none;
	font-size:17px;
	background: transparent url(images/vmenu_top.gif) no-repeat;
	line-height: 250%;
}

#vmenu ul a{	
	margin-left: 20px;
	color: #3852A2;
}

#vmenu ul ul {
	margin-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
}

#vmenu ul ul li{
	display: block;
	width: 140px;
	background: #FFF;
	list-style: none;
	font-size: 12px;
	background-color: #FFF;
	border-top: 1px dotted #0191D8;
	margin:0px;
	margin-left: 0px;
	padding: 8px 0 8px 0;
	line-height: 100%;
	list-style-position: inside;
}

#vmenu ul ul li span{	
	display: inline;
}

#vmenu li .last {
	border-bottom: 1px dotted #0191D8;
	margin-bottom: 10px;
}

#vmenu ul ul li a{
	display: block;
	color: #666;
	padding: 0;
	margin-left: 10px;
}

#vmenu ul ul li .selected{
	color: #0191D8;
}

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

#content {
	position: relative;
	width: 750px;
	margin-left: 170px;
	padding:  10px 0 50px 18px;
	border-left: 1px solid #70c1e9;
}

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

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

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

#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 {
	position: relative;
	padding: 10px 20px 10px 10px;
	margin-right: 210px;
	color: #333;
	background: #FFF;
}

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

#col2_inner {
	text-align: justify;
}

#col2 .body_back {
	margin: 10px 0;
}

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

#col2 .item_image {
	width: 120px;
	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 .date {
	font-size: 11px;
	color: #666;
	width: 70px;
	float: left;
}

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

#col2 .list_item .commented {
	color: #999;
	text-align: 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 {
	float: right;
	margin: 10px;
}


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

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

#comments form {
	padding: 0 0 20px 0;
	margin: 0;
}

#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: tahoma;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	width: 356px;
	border: 1px solid #CCC;
}

#comments .comment_text {
	height: 50px;
}

#comments .submit {
	margin: 0;
	padding: 2px 10px;
	font-family: tahoma;
	font-size: 11px;
	border: none;
	color: #fff;
	background-color: #0191d8; 
}

#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: tahoma;
	font-size: 11px;
	color: #333;
	width: 356px;
	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.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: tahoma;
	font-size: 11px;
	border: 1px solid #0191d8;
	color: #0191d8;
	background-color: #FFF; 
	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;
	margin-right: 20px;
	margin-top: -5px;
	float: right;
	width: 170px;
}

#col3 .title {
	margin: 0;
	padding: 10px 0px 8px 5px;
	font-size: 15px;
	letter-spacing: -1px;
	color: #0191d8;
	border-bottom: 1px solid #bbb;
}

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

#poll {
	background-color: #fff;
	padding: 0 0 1px 0;
	height: 1%;
}

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

#poll .title {
	background: #FFF;
}

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

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

#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: #0191d8;
	overflow: hidden;
}

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

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 5px 0;
	padding: 1px 5px;
	font-family: tahoma;
	font-size: 11px;
	border: 1px solid #0191d8;
	color: #0191d8;
	background-color: #fff;
}

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

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


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

#newsletter {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

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

#newsletter .title {
	background: #FFF;
}

#newsletter .desc {
	padding: 5px;
}

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

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


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

#documents {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#documents .title {
	background: #0191d8 url(images/icon_enovice.gif) top right no-repeat;
}

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

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

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

#documents dt a {
	margin: 0;
	padding: 2px 0 0 0;
}


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

#images {
	background-color: white;
	padding: 0 0 1px 0;
	height: 1%;
}

#images .title {
	background: #FFF;
	border-bottom: 1px solid #BBB;
}

#images img {
	padding: 10px;
	border: 1px solid #BBB;
	margin-top: 10px;
}

#images .desc {
	padding: 0 0 10px 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 {
	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: absolute;
	left: 650px;
	top: -250px;
	display: block;
}

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

#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: 6px;
	top: 0px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.1em;
}
#searchbox input {
	color: #aaa;
	font-size: 9px;
}
#searchbox .inputbutton {
	border: none;
	background-color: #0191d8; 	
	margin-left: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	cursor: pointer;
}

.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 30px;
	padding: 0;
	background: #FFF;
	width: 940px;
}

#footer_inner {
	margin: 0 auto;
	border-top: 1px dotted #80b5cc;
	width: 910px;
	text-align: right;
	padding-top: 11px;
	padding-bottom: 10px;
}

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

#footer_inner .n1 {
	display: block;
	float: left;
	width: 14px;
	height: 38px;
	margin-left: 147px;
	margin-top: -50px;
	background: transparent url(images/hook.jpg) no-repeat;
}

#footer_inner .n2 {
	display: block;
	float: left;
	position: absolute;
	height: 8px;
	width: 940px;
	margin-top: 10px;
	margin-left: -15px;
	background: transparent url(images/page_border_bottom.gif) left top no-repeat;
}

#poweredby {
	display: block;
	margin: 0;
	padding: 0;
}

#poweredby a {
	float:left;
	display: block;
	padding-right: 0px;	
	color: #999;
	font-size: 11px;
	padding: 0;
	margin-left: 8px;
}


#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	font-size: 10px;
}

#footerlogo1 {
	color: #C3000D;
}

#footerlogo2 {
	color: #E94F00;
}

#footerlogo3 {
	color: #F08D00;
}

#legal a {
	font-family: Tahoma;
	font-size: 11px;
	color: #999;
	width: 100px;
}

#footer .seperator {
	padding: 0 3px;
	margin-top: 0px;
	color: #999;
	float: left;
}

#footer span.soncenet a{
	margin-left: 3px;
}
