@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #171717;
	background-color: #4d7a25;
	background-image:url('../img/core/bck.jpg');
  background-repeat: repeat-x;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #4d7a25;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	color: #4d7a25;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
#wrapper {
  width: 802px;
	/*border: 1px solid #FF0000;*/
	margin: auto;
	padding: 4px;
	text-align: left;
	background-color: #FFFFFF;
	background-image:url('../img/core/bck_page.jpg');
  background-repeat: repeat-x;
}
#wrapper img{
  border: none;
}
#header {
	margin: 6px;
	/*height: 150px;*/
	width: 790px;
	/*background-color: #99FF00;*/
}

#nav {
  margin-left: 6px;
  margin-bottom: 6px;
  margin-top: -6px;
  width: 790px;
  height: 20px;
  background-image:url('../img/core/bck_nav.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
#nav ul{
  list-style: none;
  vertical-align: middle;
}
#nav ul li{
  display: inline;
  
  margin-top: 25px;
}
#nav ul li img{
 vertical-align: top;
 
} 
#nav a{
  font-weight:bold;
  font-size:14px;
  color:#FFFFFF;
  text-decoration:none;
  
}
#nav ul li a:hover{
  text-decoration: none;
	color:#4d7a25; 
}
#nav ul li a:active{
  text-decoration: none;
	color:#454545; 
}

#left_col {
	float:left;
  /*height: 500px;*/
	width: 180px;
	background-image:url('../img/core/bck_topdiv.jpg');
	background-repeat: repeat-x;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 6px;
	text-align: center;
}



#left_col a{
	color: #e27410;
	text-decoration: none;
}
#left_col a:hover{
	color: #e27410;
	text-decoration: underline;
}
#top_col {
  /*height: 200px;*/
	width: 580px;
	background-image:url('../img/core/bck_topdiv.jpg');
	background-repeat: repeat-x;
	margin-left: 204px;
	margin-bottom: 6px;
	padding: 6px;
}
#center_col {
  /*height: 200px;*/
	background-image:url('../img/core/bck_topnovosti.jpg');
	background-repeat: repeat-x;
  width: 412px;
	margin-left: 204px;
	margin-bottom: 6px;
	padding: 6px;
}
#center_col a{
  /*height: 200px;*/
	color: #e27410;
	text-decoration: none;
}
#center_col a:hover{
  /*height: 200px;*/
	color: #e27410;
	text-decoration: underline;
}
#center_col img{
  float:left;
  padding: 3px;
  background-color: #f4fdec;
  border: 1px solid;
  border-color: #e1e1e1;
  margin-right: 5px;
}
#right_col {
  float:right;
  width: 150px;
  background-image:url('../img/core/bck_top_rightcol.jpg');
	background-repeat: repeat-x;
	background-color: #e6f3da;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 6px;
}
#right_col a{
  color: #4d7a25;
  text-decoration: none;
}
#right_col a:hover{
  color: #4d7a25;
  text-decoration: underline;
}
#footer {
  clear: both;
	margin: 6px;
	padding-left: 6px;
	width: 784px;
	height: 20px;
	color: #FFFFFF;
	background-image:url('../img/core/bck_nav.jpg');
  background-repeat: repeat-x;
}
.fotoframe {
  vertical-align: middle;
  height: 28px;
  margin-bottom: 3px;
  padding: 3px;
  background-color: #f4fdec;
  border: 1px solid;
  border-color: #e1e1e1;
}
.fotoframe img {
  float:left;
  margin-top: -10px;
}
.clear {
  height: 6px;
  border-bottom: 1px dotted #e1e1e1;
}
.h2 {
	font-size: 1.3em;
	color: #4d7a25;
	font-weight: bold;
}
.h4 {
	font-size: 1em;
	color: #4d7a25;
	font-weight: bold;
}
.naslov_bijelo {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.ms {
  float: right;
  padding-right: 6px;
}
.ms a{
  text-decoration: none;
  color: #FFFFFF;
}
.ms a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
.greentext {
  color: #4d7a25;
}