body {
			color:#23310F;
			margin:0;
			padding:0;
			background:#E2F0CE url(images/bg.jpg) repeat-y 50% 0;
			font-size:11px;
			font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
			}
			
td {
			font-size:11px;
			font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
			}
a {
		color:#638D29;
		}
		
h1 {
		letter-spacing:-1px;
		color:#638D29;
		font-family: Verdana, "Trebuchet MS", Georgia, Palatino, Palatino Linotype, serif; 
		word-spacing: -2px;
		font-weight: normal;
		font-size:20px;
		}
		
h2 {
		letter-spacing:-1px;
		color:#638D29;
		font-weight: normal;
		font-size:16px;
		}		

hr { 
			border: 0;
			color: #638D29;
			background-color: #638D29;
			height: 1px;
			}


		
.topmenu td {
		font-size:12px;	
		font-weight: bold;
		text-align: right;		
		}		
.topmenu a {
		font-size:12px;
		font-weight: bold;
		text-decoration: none;

		}				
.leftmenu td {
		letter-spacing: -0.2px;
		border-bottom: 1px solid #23310F;
		}
.leftmenu a {		
		color: #23310F;
		text-decoration:none;
		}		
.rightmenu {		
		letter-spacing: -0.1px;
		font-size: 11px;
		line-height: 180%;			
		font-weight: bold;			
		}
.rightmenu a{		
		color: #23310F;
		text-decoration:none;
		}
.webpreporuke {		
		letter-spacing: -0.1px;
		font-size: 11px;
		line-height: 150%;			
		}
.webpreporuke a{		
		color: #23310F;
		text-decoration:none;
		}
.webpreporuke a:hover{		
		color:#638D29;
		}		
		
.tekst, .tekst td {
		color:#23310F;
		line-height:150%;
		font-size: 11px;
		text-align: justify;
}
.tekst2, .tekst2 td {
		color:#23310F;
		line-height:150%;
		font-size: 11px;
		text-align: justify;
		width: 95%;
}


.copyright {
			font-size: 11px;
			text-align: center;
			}
			
.box a {
			color:#23310F;
			}
.box {
 			background: #E2F0CE;
 			font-weight: bold;
 			padding:10px;
 			border:1px solid #23310F;
 			}
 			
 			
 			
 			
/******************************
   Lijevi okomiti izbornik
******************************/ 			

 			
 			
#leftmenu ul {
				margin: 0;
				padding: 0;
				list-style: none;
				width: 176px; /* Width of Menu Items */
				}
				
			#leftmenu ul li {
				position: relative;
				}
				
				#leftmenu ul li ul {
					/*background-image: url('/images/prozor.png');*/
					background-color: white;
					width: 197px;
					border: 1px solid #000000;
				}
				
				* html ul li ul {
					z-index: 98;
					/*filter:alpha(opacity=90);*/
					background-color: #FFFFFF; 
					background-image: none;
					width: 157px;
					border: 1px solid #000000;	
				}
			#leftmenu ul li ul{
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
	/*visibility: hidden;*/
	z-index: 10000 !important;
	
	}

			/* Styles for Menu Items */
	
			

					#leftmenu ul li ul li a, ul li ul li a:visited, ul li ul li a:hover {
						 
					z-index: 99;
						 background-image: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	width: 157px;
	display: block;
	text-indent: 5pt;
	line-height: 20px;
				}

				
			/* Holly Hack. IE Requirement \*/
			* html ul li { float: left; height: 1%; }
			* html ul li a { height: 1%; }
			/* End */

			#leftmenu li:hover ul, li.over ul { display: block; } /* The magic */ 			
