html {
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 0;
	min-height: 99%;
	height: 99%;
}

body {
	position: relative;
	margin: 0 auto;
	display: block;
	min-height: 100%;
	height: auto;
	padding: 0;
	padding-top: 8px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: black;
	background: white url(images/bg_body.gif) top left repeat-x;
	text-align: center;
}


a {
	color: #c72228;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 814px;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

div.clear {
	position: relative;
	display: block;
	height: 1px;
	overflow: hidden;
	clear: both;
}


/****************************************************************************

	HEADER SECTION
	
****************************************************************************/

#header {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 156px;
	background: transparent url(images/bg_header.gif) top left no-repeat;
}

#logotip {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 19px;
	left: -47px;
}

#global_navi {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 574px;
	height: 38px;
	background: transparent url(images/bg_global_navi.gif) top left no-repeat;
	top: 0;
	right: -14px;
}

#navi {
	position: absolute;
	display: block;
	width: 280px;
	top: 4px;
	left: 16px;
}
#navi div {
	display: inline;
	height: 1%;
}
#navi div a.home,
#navi div a.sitemap,
#navi div a.kontakt {
	position: relative;
	margin: 0 20px 0 0;
	padding: 3px 0px 3px 25px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}
#navi div a.home {
	background: transparent url(images/icon_home.gif) top left no-repeat;
}
#navi div a.sitemap {
	background: transparent url(images/icon_sitemap.gif) top left no-repeat;
}
#navi div a.kontakt {
	background: transparent url(images/icon_kontakt.gif) top left no-repeat;
}


/*	SEARCH BOX	************************************************************/

#search {
	position: absolute;
	display: block;
	width: 240px;
	top: 0px;
	right: 19px;
}
#search form {
	margin: 0;
	padding: 0;
}
#search .inputfield {
	position: relative;
	display: block;
	margin: 0 9px 0 0;
	padding: 2px;
	float: left;
	width: 130px;
	height: 15px;
	color: #d3d3d4;
	border: 1px solid #909194;
}
#search .inputbutton {}


/*	MAINMENU	************************************************************/

#mainmenu {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 620px;
	height: 30px;
	bottom: 39px;
	right: -29px;
}

#mainmenu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
}

#mainmenu ul li {
	position: relative;
	display: block;
	float: left;
	width: 187px;
	height: 30px;
	background: transparent url(images/btn_mainmenu_bg.gif) top left repeat-x;
}

#mainmenu ul li a {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	background: transparent url(images/btn_mainmenu_leftcorner.gif) top left no-repeat;
}

#mainmenu ul li a span {
	position: relative;
	margin: 0;
	padding: 7px 0;
	display: block;
	background: transparent url(images/btn_mainmenu_rigthcorner.gif) top right no-repeat;
}

#mainmenu ul li.selected {
	background: transparent url(images/btn_mainmenu_bg_se.gif) top left repeat-x;
}

#mainmenu ul li.selected a {
	color: #909194;
	background: transparent url(images/btn_mainmenu_leftcorner_se.gif) top left no-repeat;
}

#mainmenu ul li.selected a span {
	background: transparent url(images/btn_mainmenu_rigthcorner_se.gif) top right no-repeat;
}

#mainmenu ul.w3 li {
	width: 187px;
}

#mainmenu ul.w4 li {
	width: 140px;
}

#mainmenu ul.w5 li {
	width: 112px;
}

#mainmenu ul li.left_edge {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	background: transparent url(images/bg_mainmenu_leftedge.gif) top left no-repeat;
}

#mainmenu ul li.right_edge {
	margin: 0;
	padding: 0;
	width: 29px;
	height: 30px;
	background: transparent url(images/bg_mainmenu_rightedge.gif) top left no-repeat;
}


/****************************************************************************

	FIRSTPAGE banner
		
****************************************************************************/

#firstpage_banner {
	position: relative;
	display: block;
	margin: 0 0 27px 0;
	padding: 0;
	height: 160px;
	background: transparent url(images/bg_firstpage_banner.jpg) top left no-repeat;
}

#firstpage_banner .opacity_rect {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 552px;
	height: 58px;
	bottom: 8px;
	right: 8px;
	background: transparent url(images/bg_opacity_rect.gif) top left no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#firstpage_banner a {
	color: white;
	text-decoration: none;
}
#firstpage_banner .text_rect {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 552px;
	height: 58px;
	bottom: 8px;
	right: 8px;
}

#firstpage_banner .text_rect h1,
#firstpage_banner .text_rect h3 {
	position: relative;
	display: block;
	margin: 0 0 0 58px;
	padding: 0;
	color: white;
}

#firstpage_banner .text_rect img {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 14px;
	left: 15px;
}

#firstpage_banner .text_rect h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 5px 0;
}

#firstpage_banner .text_rect h3 {
	font-size: 11px;
	font-weight: normal;
}


/****************************************************************************

	BODY SECTION
	
****************************************************************************/

#body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 1%;
}

#leftblock {
	position: relative;
	display: block;
	float: left;
	width: 224px;
	margin-bottom: 50px;
}

#body div.spacer {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	height: 1%;
}

#rightblock {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 560px;
}

#right_infopush {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 168px;
	top: 20px;
	right: -182px;
}
#right_infopush div.title {
	margin-bottom: 4px;
}
#right_infopush #image {
	margin-bottom: 4px;
}
#right_infopush div.boxstart {
	position: relative;
	margin: 0;
	padding: 0;
	height: 5px;
	overflow: hidden;
	background: transparent url(images/bg_right_info_top.gif) top left no-repeat;
}
#right_infopush div.box {
	position: relative;
	display: block;
	margin: 0 0 23px 0;
	padding: 0 8px 8px 8px;
	background: transparent url(images/bg_right_info_Lbottom.gif) bottom left no-repeat;
	height: 1%;
}

#right_infopush #author {
	margin: -4px 0 0 2px;
	font-weight: 12px;
	line-height: 12px;
}

#right_infopush #img_title {
	margin: 0 0 2px 2px;
	font-weight: 12px;
	line-height: 12px;
}

#right_infopush div.box div {
	padding: 1px 0 5px 0;
	border-bottom: 1px solid #d9d9d9;
	
}

#right_infopush div.box div.nazaj {
	position: absolute;
	width: 20px;
	display: block;
	top: -3px;
	left: 3px;
	border: none;
	z-index: 100;
}

#right_infopush div.box div.info {
	position: relative;
	display: block;
	margin: 0;
	padding: 1px 0 4px 0;
	height: 1%;
	border: none;
	text-align: center;
}

#right_infopush div.box div.naprej {
	position: absolute;
	width: 20px;
	top: -3px;
	right: 2px;
	border: none;
	z-index: 100;
}

#right_infopush ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#right_infopush ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
#right_infopush ul li a {
	margin: 0;
	padding: 3px 0 4px 6px;
	display: block;
	font-size: 10px;
	background: transparent url(images/bullet_right_info.gif) 1px 10px no-repeat;
	color: #909194;
	overflow: hidden;
}



/* SUBMENU	****************************************************************/

#submenu {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
#submenu div.top {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 9px;
	overflow: hidden;
	background: transparent url(images/bg_submenu_top.gif) top left no-repeat;
}
#submenu div.bottom {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 8px;
	background: transparent url(images/bg_submenu_bottom.gif) top left no-repeat;
}

#submenu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 7px;
	list-style: none;
	background: #aa262b;
}
#submenu ul li {
	padding: 4px 0 4px 0;
	margin: 0;
	border-bottom: 1px solid #bb5a5e;
}
#submenu ul li a {
	position: relative;
	margin: 0;
	padding: 3px 2px 1px 2px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#submenu ul li a.selected {
	color: #c72228;
	background: white;
}

#submenu ul ul {
	position: relative;
	display: block;
	margin: 0 0 -4px 0;
	padding: 0;
	list-style: none;
	background: none;
	
}
#submenu ul ul li {
	padding: 4px 0;
	margin: 0;
	border: none;
	border-top: 1px solid #bb5a5e;
}
#submenu ul ul li a {
	position: relative;
	margin: 0;
	padding: 3px 2px 2px 10px;
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	background: transparent url(images/bullet_submenu_se.gif) 3px 9px no-repeat;
}
#submenu ul ul li a.selected {
	color: #c72228;
	background: white url(images/bullet_submenu.gif) 3px 9px no-repeat;
}

/****************************************************************************

	INFOPUSHES
	
****************************************************************************/

#infopush {
	position: relative;
	margin: 0 0 6px 0;
	padding: 0;
	height: 1%;
}

#infopush .title {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 4px 0;
	height: 1%;
}

#infopush .box {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 7px;
	/*background: transparent url(images/bg_infobox.gif) top left no-repeat;*/
	background: transparent url(images/bg_infobox.gif) top left repeat-y;
}
#infopush .footer {
	text-align: right;
	padding-top: 5px;
	font-weight: bold;
}
#infopush .footer a {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #5e5d51;
}

#infopush .boxend {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 6px;
	background: transparent url(images/bg_infobox_bottom.gif) bottom left no-repeat;
}


/*	DOGODKI	****************************************************************/

#dogodek {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
	border-bottom: 1px solid #c6c5b2;
}

#dogodek .datum {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 0 2px 0;
	float: left;
	width: 57px;
	font-size: 10px;
	color: #5e5d51;
}

#dogodek .naslov {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 153px;
}

#dogodek .naslov a {
	display: block;
	margin: 0;
	padding: 3px 0 2px 6px;
	font-size: 10px;
	line-height: 14px;
	color: #5e5d51;
	background: transparent url(images/bullet_infopush.gif) 0 10px no-repeat;
}


/*	E-NOVICE	************************************************************/

#enovice {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
}

#enovice .abstract {
	margin: 0;
	padding: 4px 0 8px 0;
	font-size: 10px;
	line-height: 14px;
	color: #5e5d51;
	border-bottom: 1px solid #c6c5b2;
}

#enovice .form {
	position: relative;
	display: block;
	margin: 0;
	padding: 6px 0 0px 0;
	height: 1%;
}

#enovice .inputfield {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 3px;
	width: 108px;
	background: white;
	border: 1px solid #c6c5b2;
	font-size: 11px;
	color: #909194;
}

#enovice .inputbutton {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}


/*	BANNER	****************************************************************/

#banner {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 1%;
}

#banner .logo {
	margin: 0;
	padding: 6px 0 9px 0;
	border-bottom: 1px solid #c6c5b2;
}

#banner .abstract,
#banner .abstract a {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 10px;
	line-height: 14px;
	color: #5e5d51;
}


/****************************************************************************

	CONTENT SECTION
	
****************************************************************************/


/*	NAVIGATOR	************************************************************/

#navigator {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #000;
	font-size: 11px;
	font-weight: bold;
	height: 1%;
	text-align: left;
}

#navigator ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigator ul li {
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#navigator ul li span {
	padding: 0 5px 0 3px;
	margin: 0;
	background: transparent url(images/bullet_navigator.gif) left center no-repeat;
}

#navigator ul li.first {
	padding: 0;
	margin: 0;
	background: none;
}

#navigator ul li a {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}



#content {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: left;
}


/*	TOOLBOX	***********************************************************/

#toolbox {
	position: relative;
	display: block;
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px solid #a8a8a8;
	height: 1%;
}
#toolbox div {
	display: inline;
	height: 1%;
}
#toolbox div a.print,
#toolbox div a.fontsize,
#toolbox div a.lineheight {
	position: relative;
	margin: 0 20px 0 0;
	padding: 2px 0px 3px 25px;
	color: #000;
	font-size: 11px;
}
#toolbox div a.print {
	background: transparent url(images/icon_print.gif) top left no-repeat;
}
#toolbox div a.fontsize {
	background: transparent url(images/icon_fontsize.gif) top left no-repeat;
}
#toolbox div a.lineheight {
	background: transparent url(images/icon_lineheight.gif) top left no-repeat;
}


#highlight {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #b2b2b2;
	height: 1%;
}

#content div.datum {
	display: block;
	margin: 0;
	padding: 0 0 0 13px;
	font-size: 11px;
	color: #000;
	background: transparent url(images/icon_datum.gif) top left no-repeat;
}

#content h1 {
	margin: 0;
	padding: 4px 0 7px 0;
	display: block;
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
	color: #c72228;
}

#content h2 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #909194;
}

#content h3 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #909194;
}

#list {
	position: relative;
	margin: 0;
	padding: 5px 0;
	display: block;
	height: 1%;
}

#filter {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -35px;
	right: 0;
}
#filter select {
	font-size: 11px;
	color: #444;
}


#list_item,
#list_item_event {
	position: relative;
	display: block;
	margin: 0;
	padding: 6px 0 3px 0;
	height: 1%;
	border-bottom: 1px solid #e5e5e5;
}

#list_item div.datum,
#list_item_event div.datum {
	position: relative;
	float: left;
	width: 62px;
	display: block;
	margin: 0;
	padding: 0 0 0 13px;
	font-size: 11px;
	color: #000;
	background: transparent url(images/icon_datum.gif) 0 0 no-repeat;
}

#list_item_event div.datum {
	margin: 0 0 0 7px;
	padding: 0 0 0 13px;
}

#list_item div.naslov,
#list_item_event div.naslov {
	float: left;
	margin: 0;
	padding: 0;
	max-width: 477px;
	width: auto;
}

#list_item div.naslov a,
#list_item_event div.naslov a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: transparent url(images/bullet_listing.gif) 0 7px no-repeat;
}

#list_item_event div.naslov a {
	margin: 0;
	padding: 0 10px 0 0;
	background: transparent url(images/bullet_listing.gif) right 7px no-repeat;
}

#content div.footer {
	position: relative;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	height: 1%;
	border-top: 1px solid black;
}

#content div.footer .back {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#content div.footer .arhiv,
#content div.footer .vrh {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	
}

#content div.footer .arhiv a,
#content div.footer .vrh a,
#content div.footer .back a {
	display: block;
	margin: 0;
	padding: 2px 0 2px 24px;
	font-size: 11px;
	color: #000;
	background: transparent url(images/icon_arhiv_novic.gif) top left no-repeat;
}

#content div.footer .vrh a {
	background: transparent url(images/icon_navrh.gif) top left no-repeat;
}

#content div.footer .back a {
	background: transparent url(images/icon_nazaj.gif) top left no-repeat;
}



/****************************************************************************

	FOOTER SECTION
	
****************************************************************************/

#footer {
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	background: transparent url(images/bg_footer.gif) top center no-repeat;
	text-align: center;
}

#footer_wrapper {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 814px;
	text-align: left;
}
#footer_wrapper .logo {
	position: absolute;
	display: block;
	width: 80px;
	height: 20px;
	top: 15px;
	left: 10px;
}
#footer_wrapper .logo a {
	display: block;
	width: 80px;
	height: 20px;
}

#footer_wrapper .disclamer {
	position: absolute;
	display: block;
	top: 18px;
	right: 15px;
	font-size: 10px;
	color: #909194;
}
#footer_wrapper .disclamer span {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#footer_wrapper .disclamer a {
	position: relative;
	display: block;
	float: left;
	color: #000;
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
	background: transparent url(images/bullet_listing.gif) 0 7px no-repeat;
}







/*****************************************************************************************
*	FORME
*
*****************************************************************************************/

#forma {
	position: relative;
	margin: 0;
	padding: 10px 0;
}

#forma div {
	margin: 0;
	padding: 4px 0;
}

#forma div label {
	font-size: 11px;
	display: block;
	font-weight: normal;
}

#forma div.textfield input,
#forma div.textarea textarea {
	margin: 0;
	padding: 1px 2px;
	font-family: Arial;
	font-size: 11px;
	color: #909194;
	width: 300px;
	border: 1px solid #909194;
}

#forma div.textarea textarea {
	height: 100px;
}

#forma a.back {
	padding: 2px 0 3px 25px;
	color: black;
	background: transparent url(images/icon_nazaj.gif) top left no-repeat;
}




/*****************************************************************************************
*	GENERIC OUTPUT
*
*****************************************************************************************/

#generic_form {
	position: relative;
	margin: 0;
	padding: 10px 0;
}

#generic_form div.message {}

#generic_form div.form_field {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 0;
}

#generic_form div.form_field label {
	display: block;
	
}

#generic_form div.form_field label.checkbox {
	display: inline;
	margin: 0;
	padding: 0 0 0 23px;
}

#generic_form div.form_field label.abstract { 
	color: black;
	padding-top: 10px;
	font-weight: bold;
}
#generic_form div.form_field label.radio_head {
	color: black;
	font-weight: bold;
	margin: 5px 0 3px 0;
	padding:0;
}

#generic_form div.form_field label.radio { 
	position: relative;
	margin: 2px 0;
	padding: 0 0 0 18px;
}

#generic_form .inputfield_i {
	margin: 0;
	padding: 1px 2px;
	font-family: Arial;
	font-size: 11px;
	color: #909194;
	width: 300px;
	border: 1px solid #909194;
}
#generic_form .inputfield_r {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 2px;
	left: 0;
}
#generic_form .inputfield_c {
	position: absolute;
	top: 2px;
	left: 0;
}



/*	documents */

#generic_doc_output {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
}
#generic_doc_output dl {
	position: relative;
	margin: 0;
	padding: 0;
}
#generic_doc_output dl dt {
	position: relative;
	margin: 0;
	padding: 3px 0 3px 25px;
}
#generic_doc_output dl dt a {
	margin: 0;
}
#generic_doc_output dl img {
	position: absolute;
	top: 2px;
	left: 0;
}

/*	sitemap 	*/

#gen_sitemap {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#gen_sitemap ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#gen_sitemap ul li {
	padding: 3px 0;
}

#gen_sitemap ul li a {
	color: black;
	font-weight: bold;
	font-size: 12px;
	
}

#gen_sitemap ul ul li a {
	color: black;
	font-weight: normal;
	font-size: 11px;
}

#gen_sitemap ul ul ul li a {
	color: #909194;
	font-weight: normal;
	font-size: 11px;
}


/* SEARCH 	*/

div.SearchResultText {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC; 
}

span.search_keyword,
span.search_showing_pages {
	font-weight: bold;
}

div.searchresultfirst,
div.searchresult {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #CCC; 
	display: block;
}
