html {
	padding: 0;
	margin: 0;	
}

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

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

a:hover {
	text-decoration: underline;
}

table {
	border:none;
}

td {
	border: 1px solid black;
}

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

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

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

.x {
	display: none;
}


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

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

#wrapper_inner {
	margin: 0;
	position: relative;
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 50;
}

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

#header {
	width: 984px;
	background-image: url(images/header_background.png);
	background-repeat: no-repeat;
	height: 212px;
	overflow: hidden;
	z-index: 500;
}

#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_inner {
	margin: 8px 0 0 16px;
}

#lang {
	position: absolute;
	top: 27px;
	right: 8px;
	background-image: url(images/langtab.png);
	background-repeat: no-repeat;
	background-position: left;
	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 {
	position: absolute;
	top: 187px;
	left: 220px;
	margin: 0;
	width: auto;
	z-index: 100;
}

#hmenu_inner {
	height: 25px;
}

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

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

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

#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: 12px;
	font-weight: normal;
	background-image: url(images/greytab_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#hmenu ul li a span {
	display: block;
	height: 1%;
	float: left;
	background-image: url(images/greytab_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 7px 5px 14px; /* ce hoces spremenit padding tabov, spremeni tukaj */
	margin: 0 7px 0 0;
	cursor: pointer;
}

#hmenu ul li a.selected span {
	background-image: url(images/whitetab_left.png);
	color: #666666;
	cursor: pointer;
}

#hmenu ul li a.selected {
	background-image: url(images/whitetab_right.png);
}

#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: 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: 36px;
	font-size: 15px;
}

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

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

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

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

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

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

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


#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: #5ba9d9;
}

#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: 13px;
	color: #666;
}

#col2 .list_item .more {
	color: #5ba9d9;
	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: #002653;
	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: #5ba9d9;
	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: inline-block;

	
	padding: 4px;
	margin-right: 5px;
	/*width: 90px;*/
	
	width: 160px;
	vertical-align: top;
}

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

#forms #captcha_field {
	margin-top: 5px;
	margin-left: 180px;
	width: 100px;
}


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

#gallery {
	margin: 10px 0;
}

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

#gallery .title {
	color: #5ba9d9;
	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 {
}

/********************
		POLL
********************/
#poll {
	width: 188px;
	background: #57b0e3 url(images/vmenu_top.gif) 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/green_bottom.gif) 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/vmenu_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;
}

#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: #012851;
	
	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 #012851;
	color: #012851;
	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: #57b0e3 url(images/vmenu_top.gif) 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/green_bottom.gif) center bottom no-repeat;
}

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

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

#newsletter .message {
	color: #fff;
}

#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: tahoma;
	font-size: 11px;
	
	border: 1px solid #012851;
	color: #012851;
	background-color: white;
	cursor: pointer;
}

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

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

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

#documents .title {
	line-height: 28px;
	padding: 5px 10px 0 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	background: transparent url(images/vmenu_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: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:11px;
}



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

#images {
	width: 188px;
	background: #57b0e3 url(images/gallery_top.gif) center top no-repeat;
	margin-bottom: 8px;
}

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

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

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

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

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

#footer {
	position: relative;
	margin: 8px 15px 10px 23px;
	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: #012851;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

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

#poweredby a {
	color: #012851;
}

#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: 220px;
	left: 220px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #012851;
	width: 748px;
	background-image: url(images/toolbox_borders.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#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: #6ba9ce;
	border: none;
	color: #ffffff;
	font-size: 10px;
	margin-top: 2px;
	padding: 1px;
	width: 125px;
}
#searchbox .inputbutton {
	border: none;
	background-color: #012851; 	
	margin-left: -10px;
	color: #5ba9d9;
	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;
}

