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: #fff url(images/bg_body.jpg) center top no-repeat;
}

body.lang_L1 {
	background: #fff url(images/bg_body_L1.jpg) center top no-repeat !important;
}

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

#bandalo {
	width: 300px;
	height: 130px;
	position: absolute;
}

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

#wrapper {
	position: relative;
	width: 968px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	/*background: #fff url(images/bg_body.jpg) center top no-repeat;*/
	background: transparent url(images/bg_page.gif) center 496px no-repeat;
}

#wrapper.first {
	background: transparent url(images/bg_page2.png) center 496px no-repeat;
}

#wrapper_inner {
	margin: 0;
	position: relative;
	/*background: transparent url(images/bg_page.gif) center 480px no-repeat;*/
}

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

#header {
	width: 968px;
	height: 440px;
}

#header_inner {
	padding: 0;
}

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

#flash-box {
	position: absolute;
	right: -50px;
	top: 190px;
	width: 680px;
	height: 260px;
}

#lang {
	position: absolute;
	top: 50px;
	right: 8px;
	width: auto;
	height: 51px;
}

#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 {
	margin: 10px 0 0 4px;
	height: 35px;
	width: auto;
	padding-bottom: 20px;
}

#hmenu_inner {
	height: 35px;
}

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

#hmenu ul li {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	height: 35px;
	cursor: pointer;
}

#hmenu ul li a {
	display: block;
	height: 35px;
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(images/hmenu_tab.jpg) left top no-repeat;
}

#hmenu ul li a span {
	display: block;
	margin: 0;
	padding: 7px 15px 7px 10px;
	height: 21px;
	line-height: 20px;
	float: left;
	background: transparent url(images/hmenu_tab.jpg) right top no-repeat;
	cursor: pointer;
}

#hmenu ul li a.selected span {
	background: transparent url(images/hmenu_tab.jpg) right bottom no-repeat;
	color: #fff;
	cursor: pointer;
}

#hmenu ul li a.selected {
	background: transparent url(images/hmenu_tab.jpg) left bottom no-repeat;
}
	
/********************
		PAGE
*********************/

#page {
	padding: 8px 15px 0 23px;
	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: 196px;
	/*padding-top: 10px;*/
	min-height: 150px;
}

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

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

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

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

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

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

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


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

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

#content table {
	width: 95%;
}

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

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

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

#col3_inner {
}
#col3 .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

/********************
		POLL
********************/
#poll {
	width: 188px;
	margin-bottom: 8px;
}

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

#poll_inner {
	padding-bottom: 23px;
	padding-left: 10px;
	padding-right: 10px;
	
}

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

#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;
	
	overflow: hidden;
	cursor: pointer;
}

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

#poll .poll_submit, #poll .poll_view_answer, #poll .poll_back {
	margin: 5px 0;
	padding: 1px 5px;
	
	font-family: arial;
	font-size: 11px;
	
	border: 1px solid #5e5f64;
	color: #5e5f64;
	cursor: pointer;
}

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

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


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

#newsletter {
	width: 188px;
	margin-bottom: 8px;
}

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

#newsletter_inner {
	padding-bottom: 23px;
	padding-left: 10px;
	padding-right: 10px;
}

#newsletter .title {
	line-height: 28px;
	padding: 5px 0 0 0;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}

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

#newsletter .message {
	color: #333;
}

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

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

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

#documents {
	width: 188px;
	margin-bottom: 8px;
}

#documents_inner {
	padding-bottom: 23px;
}

#documents .title {
	line-height: 28px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}

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

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

#documents dt img {
	padding-right: 10px;
	vertical-align: middle;
}

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



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

#images {
	width: 188px;
	margin-bottom: 8px;
}

#images_inner {
	padding-bottom: 23px;
}

#images .title {
	line-height: 28px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
}

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

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

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

#footer {
	position: relative;
	/*margin: 8px 15px 10px 23px;*/
	margin: 8px 0px 10px 0px;
	color: #CCC;
	background-color: #d1d3de;
	background-image: url(images/footer_border.gif);
	background-position: 0 -28px;
	background-repeat: no-repeat;
	height: 1%;
}

#footer_inner {
	text-align: right;
	padding: 7px 10px 6px 10px;
	background-image: url(images/footer_border.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	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-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;
}

#col2 .text {
	padding: 0 4px 0 0;
	text-align: justify;
}

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

#orodja {
	position: absolute;
	top: 120px;
	right: 0px;
	display: block;
	margin: 0;
	padding: 0;
	width: 125px;
	white-space: nowrap;
	overflow: hidden;
}

#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 {
	display: none;
}
#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-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: 26px;
	top: 218px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1.1em;
}
#searchbox input {
	background-color: #979aa1;
	border: none;
	color: #ffffff;
	font-size: 10px;
	padding: 3px;
	width: 125px;
}
#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;
}

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

#traktor-menu {
	position: absolute;
	top: 149px;
	left: 4px;
	width: 960px;
	height: 34px
}
#traktor-menu  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#traktor-menu  li {
	float: left;
	margin: 0;
	padding: 0 10px;
	/*border-right: 1px solid #fff;*/
	background: url('images/crtica.png') no-repeat;
	background-position: center right;
}
#traktor-menu  li.last {
	background: none;
}
#traktor-menu a {
	display: block;
	float: left;
	padding: 7px 10px;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#traktor-menu a:hover {
	color: #ffc809;
}

#traktor-menu a.selected {
	/*color: #333333;*/
}
#header-box {
	position: absolute;
	top: 210px;
	left: 4px;
	width: 300px;
	height: 205px;
	padding: 5px 10px;
	overflow: hidden;
}
#header-box  h3, .box-naslov {
	padding: 0 0 0 5px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#header-box .text {
	padding: 10px;
	position: relative;
	height: 155px;
	width: auto;
}
#header-box .text .document {	
	position: absolute;
	bottom: 0;
	left: 10px;
	background: #fff;
	width: 280px;
}
#header-box .text .document dl {
	margin: 10px 0;
	padding: 0;
}

#header-box .text .document dl img {
	vertical-align: middle;
}
#header-box .text .document dt {
	margin: 0;
	padding: 5px 0;
	height: 1%
}
#header-box .text .document a {
	padding: 0 0 0 10px;
	line-height: 15px;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

.box-vstopna {

}

.box-vstopna.green {

}	

.box-vstopna .text {
	padding-top: 5px;
	width: 630px;
	text-align: justify;
}

.box-vstopna .text h1{
	color: #333 !important;
}

#wrapper.first #page {
	padding: 0;
	padding-left: 10px;
}

.box-vstopna-zelena {
	width: 290px;
	height: 136px;
	float: right;
	margin-right: 5px;
	/*margin-top: -5px;*/
	position: relative;
	color: black;
	/*background: white url(finpng.png) bottom left no-repeat;*/
}

.box-vstopna-zelena .inner {
	padding-left: 10px;
	padding-right: 10px;
	/*margin-top: 5px;*/
	margin-left: 1px;
	/*background: white url(finpng.png) bottom left no-repeat;*/
	/*background: #9cae08 url(images/bzelenab.png) bottom left no-repeat;*/
	padding-bottom: 25px;
}

.box-vstopna-zelena .inner .text {
	overflow: hidden;
	text-align:justify;
	padding: 5px !important;
	font-size: 11px;
	/*margin-top: -5px;*/
}

.box-vstopna-zelena a.more {
	width: 40px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align:center;
	float: right;
	display: block;
	color: white;
	text-decoration: none;
	background: transparent url(images/moarbg.png) no-repeat;
	display: none; /* bandalove izmišljotine */
}

#box-vstopna-zelena #header-box h3, .box-naslov {
	padding-left: 10px;
}

#footer-zan {
	/*background: #eee;*/
	border-top: 1px solid #999;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10px;
}

.foot-section-zan {
	float: left;
	margin-left: 32px;
}

.foot-section-zan span a {
	text-transform: uppercase;
}

.last-section-zan a {
	font-weight: normal;
	color: #999;
}

.foot-subsection-zan span a {
	color: #666;
	text-transform: none;
}