body { background-color: #339933; color: #000; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p {
  font-weight:bolder;
}

h1 {
  text-align: center;
}

a { color: #000; text-decoration:none;}
a:visited { color: #000; }
a:hover { color: #fff;}
a img { border : 0; }
a:hover img {  } 

div.emph {
	color: red;
}

.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.left{
  float:left;	
}

.clear{
  clear:both;
}

/* ------- Meni na prednjoj stranici ------*/
div.menu
{
  width:60%;
}

div.menu ul
{
  width:100%;
  font-size:14pt;
}

div.menu li
{
  display:block;
  float:left;  
  width:25%;
  height:100%;
  text-align:center;
}

div.menu a
{	 
  display:block;
  padding:6px;
  width:100%;
  heigth:100%;  
}

div.menu a:hover
{
  color:#000;
}

div.menu li:hover
{
  background-color:#FFFFFF;
}
/*----------- Kraj css-a za meni -------------*/

table.frontPageColumns 
{
  margin-top:20px;	
  width:96%;
  margin-left:auto;
  margin-right:auto;
}
table.frontPageColumns td
{
  width:33%;
  vertical-align:top;
}
table.frontPageColumns p
{
  font-size: 11px;
  font-weight:bolder;
  text-align:justify;
  margin:10px;	
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
