@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

td {
padding:5px;
margin:5px;
vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img, .pngfix, input { behavior: url("iepngfix/iepngfix.htc") }

body {
background-color:#efefef;
background-image:url(../images/bg.jpg);
background-position:center top;
background-repeat:repeat-y;

}
#wrapper {
width:1001px;
margin: auto;
background-color:#ffffff;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
color:#616161;
}

#logo-segment { 
float:left;
}

#header-segment {
	background-image:url(../images/header.jpg);
	width:741px;
	height:260px;
	left:260px;
	float:left;
	}

#izbornik {
	float:left;
	width:260px;
	height:675px;
	background-image:url(../images/izbornik_bg.jpg);
	}	
	
#izbornik a{
	text-decoration:none;
	color: #666;
	width: 180px;
	margin-left:52px;
	padding-bottom:20px;
	padding-top:20px;
	display:block;
	border-bottom:#CCC 1px solid;
	font-size:12px;
	}
#izbornik a:hover{
	color:#009933;
	}		
	
#izbornik a p {
	float:left;
	margin-right:20px;
	
	}	
	
#izbornik a img{
	
	float:right;
	}

#content {
	float:left;
	}	
#footer {
	clear:both;

	}
#footer-block {
		background-color:#50af31;
		color:#FFF;
	margin-left:50px;
	height:140px;
	margin-bottom: 20px;	
	}
	
#footer-info {
margin-left:230px;	
padding-top:40px;
width:500px;
	}	
	
#footer-info a {
color:#FFF;
	font-size:10px;
	float:left;
	margin-right:10px;
	line-height:20px;
	}		
	
.disclaimer  {
	padding-top:10px;
color:#FFF;
	font-size:10px;
	clear:both;
	margin-right:10px;
	line-height:20px;
	}		
#footer-info .disclaimer a  {
	float:none;
}
	
#blocks {
	clear:both;
	}	
#naslovna-lijevo {
	float:left;
	background-color:#ededed;
	margin-left:20px;
	width:245px;
	height:340px;
	text-align:justify;
	padding:40px;
	font-size:12px;
	color:#706f6f;
	line-height:20px;
	}	
#naslovna-desno{
	float:left;
	margin-left:20px;
	text-align:justify;
	font-size:12px;
	color:#706f6f;
	line-height:20px;
	}		
	
#naslovna-desno h2{
	font-weight:bold;
	margin-left:25px;
	font-size:15px;
	color:#50af31;
	margin-bottom:20px;
	}		
#naslovna-desno ul {
	
	margin-left:40px;
	}		
#naslovna-desno ul li {
	
	margin-bottom:10px;
	}		
.kockica-naslovna {
	
	margin-left:25px;
	}	
	
ul li
{
	font-size:12px;
list-style-image: url('../images/bullet.jpg');
}

#blocks {
	float:left;

		font-size:12px;
	color:#706f6f;
	line-height:15px;
	}
	
#block-left {
	float:left;
	width:330px;
	margin-left:20px;
	}
	
#block-right {
	float:left;
	width:330px;
	margin-left:20px;
	}
	
.block-txt {
	margin-top:30px;
	}
	
	.block-img {
		width:325px;
		height:135px;
		background-color:#50af31;
	margin-top:30px;
	}
	
	.block-img p {
		color:#FFF;
		font-weight:bold;
		font-size:15px;
		margin-left:15px;
		margin-top:15px;
		position:absolute;
		}
	
	
		.block-img img{
			float:right;
	}
	
#info-text {
		margin-left:390px;
		margin-top:80px;
		font-size:12px;
	line-height:20px;
		color:#FFF;		
}

#info-text a {

	font-size:12px;
	line-height:20px;
	color:#FFF;		
}

.clear {
	clear:both;
	height:20px;
	}
	
	#page {
		margin-left:20px;
		width:670px;
		}
	#page h2 {
		font-weight:bold;
		font-size:18px;
		margin-bottom:20px;
		
		}		
	#page p {
		
	    line-height:15px;
		font-size:12px;
		color: #666;
		margin-bottom:10px;
		}		
		
	#page ul  {
	
	margin-left:30px;
	margin-bottom:15px;
	}		
	#page strong {
		font-weight:bold;
		}		
	.vise {
		clear:both;
		float:right;
		margin-top:20px;
		margin-bottom:20px;
		}
			
#page a{
	color: #666;
	}
	
#page a:hover {
	color:#000;
	}		