/* === OBSHTI === */
	* {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
	}
	body {
		margin:0;
		padding:0;
		background:#f5f2ed;
	}
	ul {
		list-style:none;
	}
	a {
		text-decoration:none;
	}
/* === /OBSHTI === */	

/* === GLAVNO POZICIONIRANE === */	
	#main_wrap {
		width:1023px;
		margin:0 auto 0 auto;
	}
	* html #main_wrap {
		width:1040px;
	}
	#top_head {
		height:130px;
		background:url(im/bg_topheader.jpg) no-repeat top left;
		overflow:hidden;
	}
	#header_links {
		float:left;
		/*width:190px;*/
		width:210px;
		margin:20px 0 0 90px;
	}
	/* GORNO MENU */
	#menu_wrap {
		width:684px;
		height:95px;
		margin:30px 0 0 300px;
	}
	#menu_wrap div {
		float:left;
		padding:0 10px;
	}
	#menu_wrap li {
		line-height:16px;
	}
	/* /GORNO MENU */
	
	#sub_head {
		height:184px;
		background:url(im/bg_subheader.jpg) no-repeat top left;
	}
	#content, #footer {
		background:url(im/bg_gradient.jpg) repeat-y left;
	}
	#content {
		font-size:11px;
		color:#666;
		min-height:260px;
	}
	* html #content {
		height:300px;
	}
	#footer {
		padding-top:50px;
		height:175px;
	}
	
	
	#lang_wrap {
		float:right;
		margin:10px 50px 0;
		font-size:12px;
	}
	
	
	#home_link {
		display:block;
		height:60px;
		width:180px;
	}
	#sirma_link {
		display:block;
		margin-top:6px;
		font-size:16px;
		font-weight:bold;
		clear:both;
	}
	* html #header_links {
		margin:20px 0 0 45px;
	}
/* === /GLAVNO POZICIONIRANE === */	

/* === HEADINGI === */		
	#content h4 {
		margin:20px 0;
	}
	#menu_wrap h4 {
		margin:8px 0;
	}
	#menu_wrap h4, #menu_wrap ul li {
		font-size:12px;
	}
	
	#menu_wrap h4 {
		color:#006068;
	}
	
	#content h2 {
		font-size:25px;
		color:#c91216;
		text-align:right;
		margin:-45px 15px 26px 0;
		font-weight:bold;
		position: relative;
	}
/* === /HEADINGI === */		

/* === LINKS === */		
#menu_wrap ul li a, #lang_wrap a {		
		color:#666;
}	
#menu_wrap ul li a:hover, #lang_wrap a:hover{		
	color:#c00;
	text-decoration:underline;
}
#content a, #sirma_link  {
	color:#006068;
	text-decoration:none;
}
#content a:hover, #sirma_link:hover {
	text-decoration:underline;
}
/* === /LINKS === */		
	
/* === LISTS === */
	
	#content div ul li {/*ul.red_square_bul li {*/
		text-indent:13px;
		background:url(im/bul_redsquare.gif) no-repeat left 2px;
		margin:4px 0 10px;
		font-size:11px;
	}
	.content_list {
		padding: 20px;
	}
	.content_list li {
		padding:10px 6px;
	}
	.content_list li a {
		text-decoration:none;
		color:#006068;
		font-weight:bold;
	}
/* === /LISTS === */	

/* === KOLONI NA SYDYRJANIE === */
	.col_one_third, .col_two_third, .col_half, .col_single {
		padding:0 30px 0 45px;
		width:250px;
		float:left;
	}
	.col_two_third {
		width:560px;
	}
	.col_half {
		width:40%;
	}
	.col_single {
		width:100%;
		float:none;
	}

/* === /KOLONI NA SYDYRJANIE === */	
	#footer	p {
		text-align:right;
		line-height:8px;
		padding-right:30px;
		background:url(im/bg_line.gif) no-repeat left top;
		font-size:11px;
		color: #006068;
	}
	.cntr {
		margin:0 auto 0 auto;
		text-align:center;
	}
	.normal_padding {
		padding: 20px 0;
	}
	a.garbage_can {
		/*display:block;*/
		width:23px;		
		padding:5px;
		background:url(im/garbage.gif) no-repeat center top;
		padding-left:30px;
	}
	.err, .msg {
		color:red;
		font-size:12px;
		font-weight:bold;
		position:absolute; 
		margin-left:150px;
	}
	.msg {
		color:#33CC00;
	}
	.hidden {
		display:none;
	}
	.clr {
		clear:both;
	}
	.wise_text {
		display:block;
		margin-top:20px;
		width:90%;
		text-align:justify;
	}
