html, body {
		margin:0;padding:0;
		}
body, td { 
		font-family: Arial, helvetica, sans-serif;
		font-size: 12px;
		color: #111133;
		line-height: 150%
		}
body {
		/*background: url('images/bg-1.png') top repeat-x;*/
		background: url('images/pijesak.jpg') fixed;
		/*background: url('images/pijesak1b.jpg') top repeat-x fixed;*/
		
		background-color: #EBDCC5;
		}
hr { 
		border: 0;
		color: #5977C0;
		background-color: #5977C0;
		height: 1px;
		}		
a {
		color: #6FA0E5;
		text-decoration: none;
		}
a:hover {
		text-decoration: none;
		color: #5977C0;
		}		
		
h1, h2, h3, h4 { 
		color: #5977C0; 
		letter-spacing:0.5px;
		font-weight: normal;
		}
h1 {
		padding-bottom:5px;
		border-bottom: 1px solid #dddddd;
		font-size:22px;
		}		
h2 {
		font-size:16px;
		}			
h3 {
		font-size:13px;
		text-align: right;
		margin-bottom:0;
		margin-top: 20px;
		background-color:#ddddff;
		padding:4px;
		}			
				
				
img {
		border:0px;
		}
						
#content img {
		padding:5px;
		border:1px solid #dddddd;
		margin-right: 5px;
		float:left;
		}		


/*------------- layout design ------------*/
div#container {
		text-align:left;
		/*background: url('images/bg.png') top repeat-y;*/
		background-color: #ffffff;
		border:5px solid white;
		
		}
div#navigation {
		
		}
div#content {
		padding: 10px;
		}		
div#extra {
		
		}
div#footer {
		color:#808080;
		font-size:11px;
		line-height:120%;
		}


/*------------- topmenu ------------*/
#topmenu ul { 
		list-style-type:none; 
		margin: 0;
		padding: 0;
		border: none;	
					position: relative;
					top: -24px !important;	
					top: -34px; 
		}

#topmenu li { 
		float:left; 
		}
#topmenu li a { 
		display:block; 
		padding: 5px 17px 5px 17px;
		color:#999999; 
		/*background:#ffffff; */
		text-decoration:none; 
		/*
			background-image:url(/images/bg3.jpg); 
			background-repeat:repeat-x; 
			background-position:0 bottom; 
		*/
		}
#topmenu li a:hover { 
		background:#eeeeee; 
		color:#000000; 
		}			
			
/*------------- leftmenu ------------*/
#leftmenu ul { 
		list-style-type:none; 
		margin: 0;
		padding: 0;
		border: none;		
		}
#leftmenu li { 
		border-bottom: 1px solid #dddddd;
		}
#leftmenu li a { 
		display:block; 
		padding: 5px 5px 5px 5px;
		color:#999999; 
		background:#ffffff; 
		text-decoration:none; 
		/*
			background-image:url(/images/bg3.jpg); 
			background-repeat:repeat-x; 
			background-position:0 bottom; 
		*/
		}
#leftmenu li a:hover { 
		background:#eeeeee; 
		color:#000000; 
		}						
			
			
			
			
			

