/* body {font-family:verdana; font-size: 10pt;}
#wrap {width:650px; background-color: yellow; margin:auto; padding: 2px 2px 2px 2px;}
#lblok {width: 150px; float:left; margin-right: 5px; vertical-align:top; background-color: lime;}
#cblok {width:340px; background-color: lime; vertical-align:top; }
#dblok {width:150px; float:right; margin-left: 5px; vertical-align:top; background-color: lime;}  */

        body {background:#1CA9DE url(oblaci.jpg) top left no-repeat;font-family:verdana; font-size: 9pt; padding:5px;}
	
        *{margin:0;padding:0;}	

	#wrap{width:700px;background:#058FBC;margin:0 auto;border:3px solid #058fbc;}
	
	#banner {background:#8FD2F8 url(slika.jpg);margin-bottom:5px; height:125px;border:5px solid #8FD2F8;}
	
	#lblok,#dblok{width:150px;background:#8FD2F8;display:inline;}
	#lblok{float:left;margin-right:5px;}
	#dblok{float:right;margin-left:5px;}
	
	#cblok{width:390px;float:left;background:#8FD2F8;}
	
	#footer {margin:0 auto; width:700px; background:#058FBC; height:30px; border-left:3px solid #058fbc; border-right:3px solid #058fbc; border-top:2px solid #058fbc;}
	
	#footer2 {width:700px; background:#8FD2F8; height:21px; text-align:center; font-size:9px; padding-top:6px;}
	
	.footer3 {color:#808080;}
        
        .footer3 a {color:#808080; text-decoration:none;}

        .footer3 a:hover {color:#808080; text-decoration:none;}

	#pozadina {background:#1CA9DE url(kockice.gif) no-repeat; padding:2px; border: 1px solid #058FBC;}
	
	#info {border: 2px #058FBC dashed; padding:2px;}

	#info-gore {padding:5px; margin-bottom:2px; height:160px;}
	
	#info-dole {padding:5px; margin-top:2px; height:150px;}

	#primjer {border: 2px #058FBC dashed; padding:2px; background:#B2DEF7 url(usklicnik.gif) no-repeat;}

	#zadatak {border: 2px #058FBC dashed; padding:2px; background:#B2DEF7 url(upitnik.gif) no-repeat;}
	
	#nevidljivo {visibility:hidden; width:10px; height:1px; overflow:hidden;}
	
	#slika2 {background: url(slika2.jpg); height:280px; border: 1px solid #058FBC;}
	
	#slika3 {background: url(slika3.jpg); height:245px; border: 1px solid #058FBC;}
	
	.malo {font-size:9px; color:#808080;}
	
	.naslov,#naslovsredina {border-left:1px solid #058FBC;border-bottom:1px solid #058FBC;padding:2px;margin:10px 10px 5px 5px;color:white;font-variant:small-caps; font-weight:bold;letter-spacing:1px;}

	#naslovsredina{border-left:none;}
	
	.tekst {margin:10px; }
	
	#naslovslika {margin-left:5px; margin-top:5px; margin-right:425px; font-size:25px; color:white; font-variant:small-caps; font-weight:bold; letter-spacing:3px; border-bottom: 2px solid #058FBC; border-right: 2px solid #058FBC;}

        .naslov_blok {font-variant:small-caps;letter-spacing:1px;font-weight:bold;} 

	td {text-align: center; vertical-align:middle;}
	table {border-collapse:collapse; border-color:#058FBC; margin: 0 auto;}
	
        #cblok a {color:black; border-bottom:1px dotted #058FBC; text-decoration:none;}
	#cblok a:hover {color:black; border-bottom:0px; text-decoration:none;}

	#lblok a {color:black; text-decoration:none;}
	#dblok a {color:black; text-decoration:none;}

	#lblok a:hover {color:black; text-decoration:underline;}
	#dblok a:hover {color:black; text-decoration:underline;}
	
        table.sredina td {width:50%;}

	.rifrl {background:#C7E5F6;}
	
        .crveno {color:#E71212;}
	
        head+body #wrap:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
	
	head+body #wrap{overflow:hidden;}
	
	head+body .ex:after{
	content: ".";
	display:block;
	background:inherit;
	height:0;
	margin-bottom:-1000em;
	padding-top:1000em;
	}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: -6px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #8FD2F8 url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #8FD2F8 url(closed.gif) no-repeat left 1px;
cursor: pointer !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

