/* CSS Document */
body {

	font-family: Tahoma, Verdana, Arial;

	font-size: 70%;

	color: #333333;

	margin: 0px;

	padding: 0px;

	background-repeat: repeat-x;

	background-position: top;

}

#wrap_header {
	position: relative;
	margin: 0 auto;
	width: 922px;
	height: 290px;
	z-index: 0;
	padding-top: 0px;
	padding-left: 38px;
		
	background: url(images/headbackground.jpg);
}
	
	#wrap_header #attach1 {
		position: absolute;
		top: 10px; left: 15px;
		width: 131px;
		height: 56px;
		z-index: 72;
		
		background: url(images/attach1.png);
	}
	
	#wrap_header #attach2 {
		position: absolute;
		right: 5px;
		top: 225px;
		width: 243px;
		height: 87px;
		z-index: 72;
		background: url(images/attach2.png);
	}
	
	#wrap_header #slide-show {
		float: left;
		width: 708px;
		height: 256px;
        padding: 0px;
		margin-top: 26px;
        position:  relative;
	}
	
	#wrap_header #right {
		float: left;
		width:176px;
		height: 276px;
		margin-left: 8px;
		margin-top: 10px;
		
		background: url(images/right.jpg);
	}
	
#content {

		margin:0 auto;
		width: 884px;
		min-height: auto !important;
		min-height: 400px;
		
		padding: 2px 38px 2px 38px;
		
		background:url(images/contentbg.jpg) repeat-y;
}

	#content:after {
		content: ".";
		display: block;
		visibility:hidden;
		height:0;
		clear:both;
		}

	#content #l_sidebar ul {
		list-style: none;
		margin: 0 0 0 0; 
		padding: 0;
		width: 211px;
		
	}
	
	#content #l_sidebar ul li {
		background: #73C7E3;
		line-height: 22px;
		margin: 3px 0 0 0;
		padding: 0 0 0 15px;
		color: white;
		width: 196px;
	}
	
	#content #l_sidebar ul li:first-child {
		background: #0099CC;
	}
	
	#content #l_sidebar ul li a {
		display: block;
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#tab {
		
		width: 211px;
		height: 30px;
		background: url(images/tab.jpg) no-repeat;
		color: #FFFFFF;
		margin-bottom: 0 !important;
		margin-bottom: -10px;
		
	}
	
	#tab h1 {
	
			font-size: 12px;
			font-weight: bold;
			line-height:23px;
			margin-left: 10px;
			margin-top:0px;
			width: 159px;
			
			position:relative; top: 5px;
			padding-left: 26px;
		}
		
	#tab h1#kulanorinska {
		background:url(images/home.png) no-repeat left center;
	}
		
	#tab h1#kalendar {
		background: url(images/calendar.png) no-repeat left center;
		}
	
	#tab h1#vrijeme {
		background: url(images/vrijeme.png) no-repeat left center;
		}
		
	#tab h1#nacelnik {
		background: url(images/rijecnacelnika.png) no-repeat left center;
		}
		
	#tab h1#anketa {
		background: url(images/anketa.png) no-repeat left center;
		}

	#l_sidebar {
		float: left;
		width: 211px;
		min-height: auto !important;
		min-height: 100px;
	}
	
	#main {
		float: left;
		width: 442px;
		min-height: auto !important;
		padding: 0 10px 0 10px;
	}
        #main .post {
          float: left;
        
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 12px;
          line-height: 16px;
          color: #333333;
        }

	
		#main .post h2 a {
			color: #006699;
			text-decoration: none;
		}
		
		#main h2 {
			font-size: 12px;
		}
		
		#main p {
			font-size:11px;
		}
		
		#main .post h2 a:hover {
			text-decoration: underline;
		}

		#main .post a img {
			border: none;
		}

	
	#r_sidebar {
		float: left;
		width: 211px;
        min-height:  auto;
		min-height: 100px;		
	}
	
	



#footer {
	
	width: 884px;
	height: 61px;
	background: url(images/footerbg.jpg);
	margin:0 auto;
	padding: 2px 38px 2px 38px;
}

	#footer h2 {
		display: block;
		height: 15px;
		width: 100%;
		margin-top: 20px;
		text-align: right;
		font-size:12px;
		color: #00FFFF;
	}
	
	hr {
		color: #CCCCCC;
		background-color: #CCCCCC;
		height: 1px;
	}

#main div.odd, #main div.even {

 float: left;

        background: #fff;

        width: 180px;
		
		margin: 10px 0 2px 5px;

        border: 1px solid #ccc;

        padding: 10px 15px 20px;

        position: relative;
        min-height: 180px;

		height: auto !important;

		height: 180px;

      }

 .latest {
 float: left;
   width: 398px;
   margin: 10px 0 2px 5px;
   border: 1px solid #ccc;
   padding: 10px 15px 20px;
 }


.alignleft {
  float: left;
  margin-right: 5px;
}

	  

