html {
	padding: 0;
	margin: 0;	
}

body {
	padding: 0;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background: white url(images/bg_main.jpg) top left repeat-x;
}

body.notfirstpage  {
	background: white url(images/bg_main.jpg) 0px -140px repeat-x;
}

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

a:hover {
	text-decoration: underline;
}

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

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

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

.x {
	display: none;
}


table a, table a:hover {
	text-decoration: none;
	color: #333333;
}

a img {
	border: none;
}

table {
	float: left;
}

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

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

#wrapper_inner {
	margin: 0;
	position: relative;
}

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

#header {
	width: 960px;
	background: transparent url(images/bg_header.jpg) 0 30px no-repeat;
	height: 330px;
	position: relative;
	overflow: hidden;
}

.notfirstpage #header {
	background: transparent url(images/bg_headernfp.jpg) 0 30px no-repeat;
}

.notfirstpage .header-contact, .notfirstpage #flash-header  {
	display: none;
}


#header-teksti {
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
}

.notfirstpage #header-teksti {
	background: #fff;
	height: 90px;
	width: 550px;
	display: block;
}

#header_inner {
	padding: 0;
	height: 330px;
	overflow: hidden;
}

.notfirstpage #header_inner, .notfirstpage #header  {
	height: 180px;
}

#flash-header {
	position: absolute;
	right: 0;
	top: 30px;
}
#header a {
	margin: 0;
	padding: 0;
}
#header-info #header-logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 40px;
	width: 160px;
	height: 200px;
	background: transparent url(../../blank.gif) left top repeat;
}
#header-info #header-logo span {
	display: none;
}
#header-info .header-contact {
	position: absolute;
	left: 180px;
	top: 56px;
	width: 220px;
	height: 184px;
}
#header img {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 24px;
	height: 100px;
	width: 200px;
	/* disabled! */
	display: none;
}

#lang {
	position: absolute;
	display: none;
	top: 5px;
	right: 0;
	width: auto;
	height: 20px;
}

#lang_inner {}

#lang a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #999;
	padding: 0 7px;
	background: transparent url(images/lang_seperator.gif) left center no-repeat;
}
#lang a.first {
	background: none;
}
#lang a.selected {
	color: #deaf07;
}

#lang img {
	display: none;
}


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

#hmenu {
	position: absolute;
	top: 270px;
	left: 0px;
	margin: 0;
	width: 960px;
	height: 45px;
	background: transparent url(images/bg_hmenu.jpg) left top no-repeat;
}

.notfirstpage #hmenu {
	top: 130px;
}

#hmenu_inner {
	height: 25px;
}

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

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

#hmenu ul li {
	display: block;
	position: relative;
	float: left;
	padding: 10px 10px 0 12px;
	margin: 0;
	cursor: pointer;
	background: transparent url(images/line_hmenu.gif) 0 13px no-repeat;
}
#hmenu ul li.first {
	background: none;
}

#hmenu ul li a {
	display: block;
	height: 1%;
	float: left;
	padding: 4px 12px;
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

#hmenu ul li a span {
	display: inline;
	height: 1%;
	float: left;
	padding: 0; /* ce hoces spremenit padding tabov, spremeni tukaj */
	margin: 0;
	cursor: pointer;
}

#hmenu ul li a.selected span {
	cursor: pointer;
}

#hmenu ul li a.selected {
	color: #c37422;
}

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

#page {
	padding: 0;
	margin: 0 auto;
}

#page_inner {
}

#page.wide #page_inner {
}


#page .n2, #page .n1 {
}

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

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

#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 {
	margin-left: 196px;
}

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

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

#col2 {
	position: relative;
	margin-right: 200px;
	padding: 0px 0 20px 20px;
	padding-bottom: 0px;
	color: #333;
	font-family: arial, helvetica, sans-serif;
}

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

#col2_inner {
	text-align: left;
	padding: 0;
	height: 1%;
}

#col2 h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ad8905;
	padding: 5px 0 8px 0;
	margin:0;
}

#col2 h2 {
	margin: 0;
	padding:0 0 4px 0;
	
	font-size: 16px;
	font-weight: bold;
	color: #ad8905;
}


#col2 .body_back {

	margin: 10px 0;
}

#col2 ul {
	padding-left: 20px;
}

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


#col2 .documents h3 {
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

#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 {
	/*float: left;*/
	height: 1%;
	margin: 0;
	padding: 10px 0 10px 0;
	
	/*width: 100%;*/
	position: relative;
	
	border-bottom: 1px solid #CCC;
}

#col2 .item_image {
	float: right;
	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 h3 {
	display: block;
	padding-bottom: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #7eb853;
}

#col2 .list_item h3 a {
	margin: 0;
	padding: 0 0 3px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #ad8905;
}

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

#col2 .list_item .more {
	color: #ad8905;
	font-weight: bold;
	line-height: 18px;
}

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

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

#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;
	overflow: auto;
}

#comments .submit {
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #7db752;
	margin: 5px 0 0 0;
	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 {
	/*clear:both;*/
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #CCC;
	width: 540px;
}

#formtitle {
	display: block;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	border-top: 2px solid #CCC;
	color: #7eb853;
	font-weight: bold;
}

#forms form {
	margin: 0;
	padding: 0;
	height: 1%;
}
/*
#forms_inner {
	margin: 0 0 20px 0;
	padding: 0 0 18px 0;
	
	background: transparent url(images/pikica.gif) bottom left repeat-x;
}
*/
#forms .esm_form_field {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #CCC;
	/*clear: both; */
}

#forms .esm_form_field img {
	display: block;
	clear: both;
}

#forms label {
	display: block;
	float: left;
	
	padding: 4px;
	margin-right: 5px;
	/*width: 90px;*/
	
	width: 160px;
}

#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 .inputfield_t {
	margin: 5px 0 0 0;
	width: 526px;
	
}
#forms .field_r label {
	width: 500px;
	font-weight: bold;
}
#forms .field_r span label {
	width: 350px;
	font-weight: normal;
}


#forms .esm_form_field div.inputfield_r {
	margin-top: 0;
	padding: 0 20px;
}
#forms input.inputfield_r {
	float: left;
	line-height: 20px;
	
	margin-top: 3px;
}

#forms .label label {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
}

#forms .tarea label {
	display: block;
	float: none;
	width: 100%;
}

#forms .radio label {
	display: block;
	float: none;
	width: 100%;
	font-weight:bold;
}
#forms label.inputfield_r {
	display: inline;
	float: none;
	clear: right;
	font-weight:normal;
	padding-top: 0px;
	margin: 2px 0 0 10px;
	
	line-height: 20px;
}
c div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 175px;
}
#forms form div.inputfield_r span {
	display: block;
	width: 100%;
	clear: right;
	padding: 0 0 5px 0;
}
#forms input.inputfield_c {
	float: left;
	line-height: 20px;

	margin-top: 3px;
}

#forms label.inputfield_c {
	display: inline;
	float: none;
	clear: right;

	padding-top: 0px;
	/*margin: 2px 0 0 0;*/
	padding: 0;
	margin: 0 0 0 10px;
	
	line-height: 20px;
	
}
#forms div.inputfield_c {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 175px;
}
#forms form div.inputfield_c span {
	display: block;
	width: 220px;
	clear: right;
	padding: 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 .captcha_field label {}
#forms .captcha_field div.captcha_group {
	float: left;
}
#forms .submit {
	margin: 10px 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	
	border: none;
	color: white;
	background-color: #333;
	cursor: pointer;
}

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

#gallery {
	margin: 10px 0;
}

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

#gallery .title {
	color: #7eb853;
	font-weight: bold;
	margin-bottom: 10px;
}

#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: 1;
	float: right;
	width: 188px;
	padding-bottom: 10px;
	padding-bottom: 00px;
}

#col3_inner {
}

/********************
		POLL
********************/
#poll {
	width: 188px;
	background: #F7EF66 url(images/vmenu_top.jpg) center top no-repeat;
	margin-bottom: 8px;
}

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

#poll_inner {
	padding-bottom: 23px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url(images/vmenu_bottom.jpg) center bottom no-repeat;
}

#poll .title {
	line-height: 28px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	background: transparent url(images/gallery_line.gif) center bottom no-repeat;
}

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

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

#poll .answers div {
	position: relative;
	margin-bottom: 5px;
}

#poll .answers input {
	float: left;
	clear: left;
}

#poll .answers label {
	display: block;
	margin-left: 25px;
}

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

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

#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 #5e5f64;
	color: #5e5f64;
	background-color: white;
	cursor: pointer;
}

#poll .poll_submit, #poll .poll_back {
	cursor: pointer;
}

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


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

#newsletter {
	width: 188px;
	background: #F7EF66 url(images/vmenu_top.jpg) center top no-repeat;
	margin-bottom: 8px;
}

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

#newsletter_inner {
	padding-bottom: 23px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url(images/vmenu_bottom.jpg) center bottom no-repeat;
}

#newsletter .title {
	line-height: 28px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	background: transparent url(images/gallery_line.gif) center bottom no-repeat;
}

#newsletter .desc {
	padding: 0 0 5px 0;
	color: #000;
}

#newsletter .message {
	color: #000;
}

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

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

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

#documents {
	width: 188px;
	background: #F7EF66 url(images/vmenu_top.jpg) center top no-repeat;
	margin-bottom: 8px;
}

#documents_inner {
	padding-bottom: 23px;
	background: transparent url(images/vmenu_bottom.jpg) center bottom no-repeat;
}

#documents .title {
	line-height: 28px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	background: transparent url(images/gallery_line.gif) center bottom no-repeat;
}

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

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

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

#documents dt a {
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:11px;
}



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

#images {
	width: 188px;
	background: #F7EF66 url(images/vmenu_top.jpg) center top no-repeat;
	margin-bottom: 8px;
}

#images_inner {
	padding-bottom: 23px;
	background: transparent url(images/vmenu_bottom.jpg) center bottom no-repeat;
}

#images .title {
	line-height: 28px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	background: transparent url(images/gallery_line.gif) center bottom no-repeat;
}

#images img {
	padding: 0 19px 10px 19px;
}

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

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

#footer {
	position: relative;
	margin: 8px 0px 10px 0px;
	height: 28px;
	color: #CCC;
	background-image: url(images/bg_footer.gif);
}

#footer_inner {
	text-align: right;
	padding: 7px 10px 6px 10px;
	height: 15px;
	line-height: 15px;
}

#footer_inner a {
	color: #5e5f64;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}

#poweredby {
	float: left;
	margin: -1px 0 0 0;
	padding: 0;
	width: auto;
	text-align: right;
	white-space: nowrap;
}

#poweredby a {
	color: #5e5f64;
}

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

#footerlogo {
	letter-spacing: 1px;
	font-family: Tahoma;
	margin-left: 4px;
}

#footerlogo1 {
	color: #C3000D;
}

#footerlogo2 {
	color: #E94F00;
}

#footerlogo3 {
	color: #F08D00;
}

#footer .seperator {
	color: #999;
}


/*************************************
		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-bottom: 1px solid #dedede;
	margin: 8px 0;
	padding: 8px 0;
	height: 1%;
}
#catalogue .catalogue_cat_item {
	border-bottom: 1px solid #dedede;
	margin: 8px 0;
	padding: 8px 0;
	height: 1%;
}

#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;
	top: 0px;
	right: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/*width: 130px;*/
	z-index: 10;
}

#orodja a#facebook {
	padding-left: 25px;
	margin-left: 20px;
	line-height: 20px;
	height: 20px;
	background: url(images/facebook.png) no-repeat;
	margin-top: -1px;
	padding-top: 0;
}

#orodja a#youtube {
	padding-left: 25px;
	margin-left: 20px;
	line-height: 20px;
	height: 20px;
	background: url(youtube20x20.gif) no-repeat;
	margin-top: -1px;
	padding-top: 0;
}

#orodja.mobile  {
	left: 13px;
}
#toolbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 28px;
	background-image: url(images/toolbox_borders.gif);
	background-repeat: no-repeat;
	background-position: right -28px;
}

#toolbox span.sh {
	display: inline;
	color: #666666;
	
}
#toolbox .buttons2 {
padding-top: 7px;
}
#toolbox span.sh a {
	color: #666666;
	float: left;
	
}
#toolbox .buttons2 a {
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	font-weight: normal;
	float: left;
}

#toolbox span {
	display: none;
	font-size: 11px;
	font-weight: normal;
}
#toolbox div.buttons {
	display: block;
	margin: 5px 0 0 3px;
	padding: 0;
	float: left;
	width: 21px;
	height: 17px;
	text-decoration: none;
}

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

#toolbox div.buttons a img {
	height: 17px;
}

#toolbox a#t-mobile {
	background: transparent url(images/toolbox/liuniverza_mobile_ikonca.gif) left top no-repeat;
	background-position: top left;
}

#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: 270px;
	padding: 0;
	height: 45px;
	width: 238px;
	font-size: 11px;
	line-height: 1.1em;
	background: transparent url(images/bg_search.jpg) left top no-repeat;
	/*************/
	display: none;
	/*************/
}
#searchbox  form {
	padding: 9px 8px;
}
#searchbox input {
	border: none;
	color: #333;
	font-family: arial;
	font-size: 11px;
	padding: 4px 10px;
	width: 131px;
	background: transparent url(../../images/blank.gif) left top repeat;
}
#searchbox .inputbutton {
	border: none;
	margin: 0 0 0 2px;
	color: #000;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	width: 66px;
	height: 27px;
}

.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 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap a {
	color: #444;
	font-weight: bold;
}

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


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

/*************************************
		firstpage
****************************************/
.firstpage #content {
	margin-left: 0px;
}
.firstpage #col1 {
	display: none;
}

.firstpage #col2 { 
	padding-right:0;
	padding-left:0;
}

#news-firstpage {
	width: 760px;
	height: 1%;
}
.newsbox {
	position: relative;
	padding: 10px 10px 0;
	overflow: hidden;
}
#newsbox-1, #newsbox-2 {
	width: 354px;
	height: 194px;
	background: transparent url(images/bg_box_w1.jpg) left top no-repeat;
}
#newsbox-1 {float:left;}
#newsbox-2 {float:right;}
#newsbox-3 {
	margin-top: 10px;
	float: left;
	/*height: 151px;*/
	height: 217px;
	width: 740px;
	/*background: transparent url(images/bg_box_w2.jpg) left top no-repeat;*/
	background: transparent url(images/bg_box_w2_2.jpg) left top no-repeat;
	
}
.firstpage #col2 .newsbox h2 {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 8px;
}
.newsbox .item-img {}
.newsbox .item-img img {
	margin: 0 5px 0 0;
}
.newsbox .abstr {
	font-size: 12px;
	line-height: 16px;
	height: 130px;
	overflow: hidden;
}

.newsbox .abstr2 {
	height: 100px;
}

.newsbox a.more {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding-right: 20px;
	height: 15px;
	background: transparent url(images/arr_more.gif) right 0px no-repeat;
	color: #333;
	float: left;
}
/* col3 povezava */
.box-povezava {
	margin-bottom: 18px;
}
.box-povezava2 {
	margin-bottom: 10px;
}


.box-povezava a {
	display: block;
}

#custom-footer {
	text-align: center;
	color: #333;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#jezikovni-butni {
	background: white;
	padding-top: 10px;
}

#jezikovni-butni a span {
	padding-left: 10px;
}

#jezikovni-butni a {
	text-align: left;
	width: 188px;
	height: 42px;
	background: url('images/btnbg.jpg');
	font-weight: normal;
	line-height: 42px;
	font-size: 20px;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: black;
	display: block;
	margin-bottom: 10px;
}

#htxtin {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	padding-bottom: 10px;
	padding-right: 10px;
}

.header-custom {
	width: 550px;
	height: 230px;
	background: white;
}

#header .hc-item img {
	display: block;
	width: auto;
	height: auto;
	position: static;
}
