	body{
	margin:0px;
	background-image: url('../images/template/site_bg.jpg');
    background-repeat: repeat-x;
	background-position: top left;
	}
	
	#site_frame {
	width: 10px;
	background: #ffffff;
	}
	
	#site_central {
	width:760px;
	background-image: url('../images/template/top_header_gradient.jpg');
    background-repeat: no-repeat;
	background-position: top left;
	}
		
	#lang_menu {
	font-family: Verdana;
	font-size: 9px;
	color: #969696;
	text-transform: uppercase;
	text-align: right;
	}
	
	#header_menu {
	width: 580px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
	}
	
	#header_menu img{
	margin-left: 10px;
	margin-right: 3px;
	}
	
	#left_menu {
	width: 170px;	
	}
	
	#menu_left_cat {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	background: #b2c1cc;
	padding:4px;
	}
	
	#menu_left_cat img{
	margin-left: 3px;
	margin-right: 3px;
	}
	
	#menu_left_links {
	font-family: Verdana;
	font-size: 10px;
	color: #969696;
	background: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	#footer_left {
	width: 180px;
	}
	
	#footer_right {
	width: 580px;
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #969696;
	padding-bottom: 25px;
	}
	
	#footer_right a{
	font-family: Verdana;
	font-size: 10px;
	color: #969696;
	text-decoration: none;
	}
	
	#content_top {
	float: right;
	width: 580px;
	height:20px;
	background-image: url('../images/template/content_top.jpg');
    background-repeat: no-repeat;
	background-position: top right;
	}
	
	#content_container {
	float: right;
	width: 578px;
	background-image: url('../images/template/content_patt.jpg');
    background-repeat: repeat-x;
	background-position: top right;
	border-right: 1px solid #8599a8;
	border-left: 1px solid #8599a8;
	}
	
	#content_container h1{
	float:left;
	display:inline;
	background: #b2c1cc;
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
	#content_container img{
	margin-top: 5px;
	}
	
	
	#content_container h2{
	float:left;
	display:inline;
	background: #b2c1cc;
	margin: 5px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
	#content {
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 11px;
	color: #969696;
	overflow:auto;
	width:535px;
	}
	
	#content img{
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
	a.text_link {
	font-family: Verdana;
	font-size: 11px;
	color: #8599a8;
	text-decoration: underline;
	padding-left: 10px;
	background-image: url('../images/icons/plus.jpg');
    background-repeat: no-repeat;
	background-position: center left;
	}
	
	a.text_link:link {
	}
	
	a.text_link:visited {
	}
	
	a.text_link:hover {	
	}
	
	a.text_link:active {	
	}
	
	
	a.left_menu_link {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #969696;
	text-decoration:none;
	padding-left: 10px;
	margin-bottom:3px;
	}
	
	a.left_menu_link:link {
	}
	
	a.left_menu_link:visited {
	}
	
	a.left_menu_link:hover {
	font-weight: bold;
	color: #8599a8;
	padding-left: 10px;
	background-image: url('../images/icons/plus.jpg');
    background-repeat: no-repeat;
	background-position: center left;	
	}
	
	a.left_menu_link:active {	
	}
	
	/*linkovi na home page*/
	a.left_home_link {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
	/*padding-left: 10px;*/
	margin-bottom:3px;
	}
	
	a.left_home_link:link {
	}
	
	a.left_home_link:visited {
	}
	
	a.left_home_link:hover {
	text-decoration:underline;	
	}
	
	a.left_home_link:active {	
	}

