body{
	text-align: center;
	margin: 0;
	padding: 0;
 }
 
.clear{
	clear: both;
}
 
 #container{
	 width: 960px;
	 margin: 72px auto 0 auto;	 
	 text-align: left;
 }
 
 #flash{
	 height:565px;
 }
	#ukrasi_logici{
		width: 960px;
		height: 120px;
		padding: 50px 0 0 0;
	}
	#ukrasi_sadrzaj{
		width: 960px;
		height: 395px;		
	}
		#ukrasi_L{
			height: 395px;
			width: 690px;
			float: left;
		}
			#ukrasi_pismo{
				padding: 100px 0 0 30px;
			}
			#ukrasi_pismo p{
				padding: 0 0 0 210px;
			}
			#preuzmiTapetuTekst{
				padding: 0 50px 0 250px;
				font-size: 18px;
				height: 30px;
			}
			#preuzmiTapetu{
				height: 365px;
				padding: 20px 0 0 165px;
			}
		#ukrasi_D{
			width: 170px;
			height: 275px;
			float: left;
			padding: 60px 0 0 20px;
		}
			#uzorak{
				/*width: 270px;*/
				/*height: 320px;*/
			}
				#uzorakSlikica{
					padding: 0px 0 0 15px;
					z-index:99999;
				}
				#uzorakSlikica img{
					padding: 0 0 0 0;
					margin: 0 0 0 0;
				}
				#uzorakOpcije{
					/*width: 270px;*/
					/*height: 154px; /* zbog velicine slikice od 146px */
					position: absolute;
					
					top:100px;
					z-index: -1;
				}
					#uzorakL{
						float:left;
						width: 100%;
						padding: 5px 5px 0 0;
					}
					#uzorakL img{
						padding: 0px 0 0 0;
					}
					#uzorakD{
						float: left;
						
						
					}
	
 #footer{
	 height:140px;
 }
 #ispod_footer{
	height:13px;
	width:960px;
	padding: 6px 0 0 0;
	font-size: 10px;
	
 }
  #ispod_footer a{

	padding: 4px 0px 0 15px;
	
	
 }
 #kutak_za_roditelje{
	float: left;
	width: 295px;
	height:100px;
	margin: 40px 0 0 0;
	position: relative;
	padding: 0 0 0 75px;
 } 

 #plusclub{
	float:left;	
 }
 
 #jezik{
	float: right;
	height:140px;
	width: 300px;
 }
 

 
 
 /* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px;
	margin: 0px; /* pozicija menija , da u sredinu, default -30px*/
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 0px;
	margin: 0px;
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	/*color: #eee;
	background: #ccc;*/
}

.menu ul {
	width: 550px;
}

.menu a {
	/*text-decoration: none;
	/*color: #eee;
	padding: .4em 1em;*/
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	/*color: #fc3;*/
}

.menu li li {	/* create borders around each item */
	/*border: 1px solid #ccc;*/
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	/*color: #567;*/
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */



/* novi css uz nove stranice */
.right50{
	margin: 0 50px 0 0;
}
#trakica {
	height: 26px;
}
	#trakicaSadrzaj{
		height: 100%;	
		margin: 0 auto;
		width: 960px;
		text-align: left;
	}
		#trakica1{
			float:left;
		}
		#trakica2{
			float:left;
			margin: 5px 0 0 0;
		}
		#trakica2 a{
			color: #274196;
			font-size: 10px;
			margin: 0 0px 0 0;
		}
#containerNovi{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
	#logo{
		margin: 100px 0 100px 0;
	}
	 #banner_n {
	 position: absolute; margin: 115px 0 0 520px; z-index: 10; width: 170px; height: 170px;}
	 
	
	#stranice{
		text-align: center;
		width: 860px;
	}
		#cssdropdown{
			margin: 0;
			padding: 0;
		}
		li{ margin: 0; padding:0; text-align: left;}
		ul{ margin: 0; padding:0;}
		li.headlink {list-style-type: none;}
		li.headlink ul {  position: absolute; margin: -520px 0 0 0px; z-index: -10; display: none; list-style-type: none; }
		li.headlink:hover ul { display: block; }
		.meniItem{
			width: 220px;
			height: 26px;
			display:table;
			text-align:left;
			padding: 0 0 0 10px;
		}
		.d4{
			width: 170px;
		}
		li a{
			margin: 0 0 0 10px;
			font-size: 14px;
			text-decoration: none;
			font-weight: strong;
			display:table-cell;
			vertical-align:middle;
		}
		.bla20{
			width:230px;
			height: 20px;
		}

#button_froddo {
	padding: 0;
}
#button_froddo li {
	display: inline;
}
#button_froddo li a {
	font-family: Arial;
	
	text-decoration: none;
	float:left;
	padding: 3px 10px 3px 10px;
	color: #272727;
}
#button_froddo li a:hover {
	color: #080808;
	background-color: #e6e6e0;
	margin-top:-2px;
	padding-bottom:5px;
}

#tekstVeliki{
	width:596px;
	padding: 0 34px 0 0;
	text-align: justify;
	margin:0 0 30px 0; 
	font-size: 13px;
	letter-spacing:0.5px;
}
#tekstVeliki img{
	width:596px;
}
#tekstNovost{
	width:600px;
	padding: 0 34px 0 0;
	text-align: justify;
	border: 1px #047580 dashed;
	margin: 0 0 30px 0;
	padding: 15px;
}
#tekstNovost h2{
	background-color: #046B80;
	font-size: 14px;
	line-height: 18px;
	border:0px 2px 0px 18px;
	border-color: #046B80;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%px;
}

