html {
	padding: 0;
	margin: 0;	
}

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

a {
	color: #7eb853;
	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;
}


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

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

#wrapper_inner {
	margin: 0;
	position: relative;
	background:  transparent url(images/header_background.png) left top no-repeat;
	background-position: top center;
	z-index: 50;
}

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

#header {
	width: 960px;
	height: 310px;
	overflow: hidden;
	z-index: 500;
}

#header_inner {
	padding: 0;
}

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

#header img {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	left: 24px;
	height: 100px;
	width: 200px;
	/* disabled! */
	display: none;
}

#header a.logo {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -107px;
	right: -41px;
	height: 136px;
	width: 374px;
	background: transparent url(images/logo.png) right top no-repeat;
}

#header div.bg_left {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -45px;
	left: -119px;
	height: 423px;
	width: 119px;
	background: transparent url(images/bg_page_left.png) right top no-repeat;
}

#header div.bg_right {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: -34px;
	height: 415px;
	width: 34px;
	background: transparent url(images/bg_page_right.png) right top no-repeat;
}

#header object {
	z-index: 1000;
	position: absolute;
}

#lang {
	position: absolute;
	top: 27px;
	right: 8px;
	background-image: url(images/langtab.png);
	background-repeat: no-repeat;
	background-position: left;
	width: auto;
	height: 51px;
	/* disabled! */
	display: none;
}

#lang_inner {
	padding: 18px 5px 10px 15px;
}

#lang a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	padding: 0 7px 0 7px;
}

#lang img {
	display: none;
}

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

#hmenu {
	position: absolute;
	top: -42px;
	left: 10px;
	margin: 0;
	width: auto;
	z-index: 0;
}

#hmenu_inner {
	height: 25px;
}

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

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

#hmenu ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	/*margin: 0 -5px 0 0;	*/
	height: 75px;
}


#hmenu ul li.over span, #hmenu ul li:hover span {
	background-image: url(images/greentab_left.png);
}

#hmenu ul li.over a, #hmenu ul li:hover a {
	background-image: url(images/greentab_right.png);
}

#hmenu ul li a {
	display: block;
	height: 1%;
	float: left;
	padding: 0;
	margin: 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}

#hmenu ul li a span {
	display: inline;
	height: 1%;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 11px 7px 11px 14px; /* ce hoces spremenit padding tabov, spremeni tukaj */
	margin: 0 7px 0 0;

}

#hmenu ul li a.selected span {
	background-image: none;
	color: #ef4779;

}

#hmenu ul li.select {
	background-color: #fff;
}

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

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

#hmenu ul ul li {
	display: block;
	position: relative;
	float: left;
	border: 1px solid white;
	border-top: none;
	
	padding: 0;
	margin: 0;
}

#hmenu ul ul li.first {
	border: 1px solid white;
}

#hmenu ul ul li a {
	display: block;
	
	width: 170px;
	
	padding: 3px 5px 4px 23px;
	margin: 0;
	background: none;

	/*background: #696 url(images/hmenu_bullet_1_1_1.gif) left top no-repeat;*/
	color: white;
	border: 1px solid #696;
	
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

#hmenu ul ul li a {
	background: none;
}

#hmenu ul ul li a:hover {
	background: white url(images/hmenu_bullet_over_1_1_1.gif) left top no-repeat;
	/*color: #696;*/
}
	
/********************
		PAGE
*********************/

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

#page_inner {
}

#page.wide #page_inner {
}


#page .n2, #page .n1 {
}

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

#col1 {
	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 {
	margin-left: 213px;
	padding-top: 0;
}

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

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

#col2 {
	position: relative;
	margin-right: 220px;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	/*line-height: 16px;*/
	padding-bottom: 28px;
	height: 1%;
}

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

#col2_inner {
	text-align: left;
	padding: 0 0 0 0px;
}

#col2 h1 {
	font-size: 22px;
	font-weight: normal;
	color: #7eb853;
	padding: 5px 0 8px 0;
	margin: 0 0 15px 0;
	line-height: 22px;
}

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


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

#col2 .item_image {
	float: right;
	width: 170px;

	padding: 6px;
	margin: 0 0 5px 5px; 

	border: 1px solid #ececec;

	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: #537a52;
}

#col2 .list_item .date {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

#col2 .list_item .more {
	color: #7eb853;
	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: 520px;
}

#formtitle {
	display: block;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	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: none;
	/*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 .esm_form_field div.inputfield_r {
	margin-top: 0;
	padding: 0;
}
#forms input.inputfield_r {
	float: left;
	line-height: 20px;
	
	margin-top: 3px;
}

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

	padding-top: 0px;
	margin: 2px 0 0 10px;
	
	line-height: 20px;
}
#forms div.inputfield_r {
	position: relative;
	display: block;
	width: 220px;
	margin-left: 175px;
}
#forms form div.inputfield_r span {
	display: block;
	width: 220px;
	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 .submit {
	margin: 10px 0;
	padding: 2px 10px;
	
	font-family: tahoma;
	font-size: 11px;
	
	border: none;
	color: white;
	background-color: #7db752;
	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;
	margin-right: 1px;
	
	float: right;
	
	width: 202px;
}

#col3_inner {
	padding-top: 15px;
}

/********************
		POLL
********************/
#poll {
	width: 180px;
	background: #7eb853 url(images/vmenu_top.gif) center top no-repeat;
	margin-bottom: 8px;
	margin-left: 8px;
}

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

#poll_inner {
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
}

#poll .title {
	line-height: 28px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	background: none;
}

#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: #fc84b1;
	
	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: 3px 6px 4px;
	float: right;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #fff;
	background-color: #c4426a;
	cursor: pointer;
}

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

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


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

#newsletter {
	width: 202px;
	background: transparent url(images/enovice.png) center top no-repeat;
	margin-bottom: 8px;
}

#newsletter.nl_big{
	background: transparent url(images/enovice_big.png) center top no-repeat;
}

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

#newsletter_inner {
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 21px;
	padding-right: 21px;
	background: none;
}

#newsletter .title {
	line-height: 28px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #c9446d;
	font-size: 22px;
	background: none;
}

#newsletter .desc {
	padding: 0 0 11px 0;
	color: #fff;
	font-size: 12px;
}

#newsletter .message {
	color: #fff;
}

#newsletter input.textfield {
	margin: 0;
	padding: 3px 5px;
	font-family: arial;
	font-size: 11px;
	color: #666;
	width: 150px;
	border: none;
}

#newsletter input.submit {
	margin: 5px 0;
	padding: 3px 6px 3px;
	float: right;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #fff;
	background-color: #c4426a;
	cursor: pointer;
}

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

#documents {
	width: 180px;
	background: none;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 15px;
}

#documents_inner {
	padding-bottom: 8px;
	background: none;
}

#documents .title {
	line-height: 28px;
	padding: 5px 10px 0 15px;
	margin-bottom: 10px;
	color: #c9456d;
	font-size: 22px;
	background: none;
}

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

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

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

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



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

#images {
	width: 180px;
	background: none;
	background-color: #ef497b;
	margin-bottom: 8px;
	margin-left: 8px;
}

#images_inner {
	padding-bottom: 8px;
	background: none;
}

#images .title {
	line-height: 28px;
	padding: 5px 10px 0 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	background: none;
}

#images img {
	padding: 0 15px 5px 15px;
}

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

#images div.image_navi {
	color: #fff;
	font-size: 11px;
	margin: 0 15px;
}

#images div.tool {
	position: relative;
	float: right;
	display: block;
}

#images div.tool a {
	color: #fff;
	font-weight: normal;
	margin-left: 5px;
}

#images div.tool a span {
	font-size: 9px;
}

#images div.tool a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}


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

#footer {
	position: relative;
	margin: 8px 0 10px 0;
	color: #CCC;
	background: none;
	height: 1%;
}

#footer_inner {
	text-align: right;
	padding: 7px 0 6px 0;
	background: none;
	height: 15px;
}

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

#poweredby {
	float: left;
	margin: -1px 0 0 0;
	padding: 0;
}

#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-top: 10px;
	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: 10px 15px;
	padding: 20px;
	height: 1%;
	float: left;
	width: 170px;
	border: 1px solid #dedede;
	position: relative;
}
#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 {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	background: #fff;
	height: 1%;
}
#catalogue .catalogue_list_item h2 a {
	font-size: 12px;
}
#catalogue .catalogue_list_item div.item_image {
	border: none;
	margin: 0;
	padding: 0;
	width: 170px;
	float: none;
}
#catalogue .catalogue_list_item span.item_code {
	display: block;
	width: 200px;
	position: absolute;
	bottom: 2px;
	left: 5px;
	text-align: center;
	background: #fff;
}
#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;*/
	width: 10px;
	float: left;
	
}

#catalogue .listing-right {
	position: absolute;
	/*right: 20px;*/
	position: relative;
	width: 10px;
	float: right;
}

#catalogue #pagelister {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 20px;
	text-align: center;
/*	clear: left;*/
	position: relative;
	height: 1%;
	width: 685px;
	float: left;
}


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

#orodja {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: 160px;
}

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

#toolbox span {
	display: none;
}
#toolbox div.buttons {
	display: block;
	margin: 5px 0 0 3px;
	padding: 0;
	float: left;
	width: 27px;
	height: 21px;
	text-decoration: none;
}

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

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

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

/* search box fix */
#searchbox {
/*	position: absolute;*/
/*	right: 26px;*/
/*	top: 218px;*/
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.1em;
}
#searchbox input {
	background-color: #979aa1;
	background-color: #dadada;
	border: none;
	color: #ffffff;
	color: #000;
	font-size: 10px;
	font-size: 11px;
	padding: 3px;
	width: 125px;
	width: 127px;
}
#searchbox .search_input {
	border: 1px solid #dadada;
	padding-bottom: 4px;
}
#searchbox .inputbutton {
	border: none;
	background-color: #5e5f64; 	
	margin-left: -10px;
	color: #7eb853;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	width: auto;
	padding-right: 15px;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	margin-left: 0px;
	padding: 3px 6px 4px 4px;
	background-color:#C4426A;
	color:#FFFFFF !important;
}

.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;
}
#header_inner a img { 
	display: block;
    width: 98%;
    height: auto;
    z-index: 99;
    margin-top: -10px;
    margin-left: -14px;
 }

#header_inner a {
	display: block;
	width: 984px;
	height: 212px;
}

/* fix da ne prekriva logo */

#hmenu {
	top: -24px;
}

#header_inner {
	margin-top: 18px;
}
#header div.bg_left {
	top: -28px;
	left: -109px;
}
#wrapper_inner { 
	background:  transparent url(images/header_background_new.png) left top no-repeat;
}
#header div.bg_right {
	top: 18px;
}
#page {
	margin-top: 18px;
}

.wide #col3{
	display: none;
}
.wide #col2{
	margin-right: 0;
}

.scc-floater .scc-btn-confirm, .scc-floater .scc-btn-save, .scc-floater .scc-btn-settings {
	background-color: #C9446D;
}
.scc-floater .scc-btn-policy {
	color: #FC84B1;
}

.scc-floater .scc-text h2, .scc-floater .scc-controls h2 {
	color: #C9446D;
}

.scc-text p {
	color: #000;
	font-weight: normal;
}