/*CSS resets*/

* { padding: 0px; margin: 0px }
	h1, h2, h3, h4, p, ul, li, a, form, label { background: transparent }

	/*Global positioning*/
	body { font: 70%/1.5em "Trebuchet MS", sans-serif;}
	body { margin: 0; padding: 0; }
	#pozadina { width:960px; margin-left:auto; margin-right:auto; } 

	/*Global styling*/
	h1 { text-indent: -9999px; float:left;}
	h2 { font-size: 1.7em; color:#333; padding:5px 0px 15px 15px; line-height: 1.5em; }
	h3 { font-size: 1.5em; color:#333; padding:5px 0px 0px 10px; line-height: 1.5em; }
	
	a.nomino { font-size:1em; color:#FFF; text-decoration:none; }
	a.nomino:hover {color:#C90;}
	
	p { font-size: 1.3em; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333; padding: 10px 10px 10px 15px; line-height:1.5em; }
	p.footer { font-family:"Times New Roman", Times, serif; color:#FFF; font-size:1.2em; }
	
	/*navigacije*/
	#navigation  { float: right; width: 500px; height: 90px; list-style:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	
	#navigation li 	{ display:inline; list-style-type: none; text-align:center; font-size:1.5em; margin: 0px }
	#navigation a	{ width:110px; height:30px; float:right; margin:0px 8px 0px 5px; color:#333; padding: 50px 0px 0px 0px ; text-decoration:none; }	
	#navigation a:hover	{ background-color:#fce8d0; color:#C90; text-decoration:underline;}
	
	
	/*DIVs*/
	#content img { float: left; margin: 14px 14px 0px 0px; padding: 5px; background: #fff; border: 1px solid #eee; -webkit-box-shadow: 2px 2px 4px #aaa; -moz-box-shadow: 0px 0px 4px #eee }
	img.editbox_image { float: left; margin: 14px 14px 0px 0px; padding: 5px; background: #fff; border: 1px solid #eee; -webkit-box-shadow: 2px 2px 4px #aaa; -moz-box-shadow: 0px 0px 4px #eee }
	#heading {width:960px; height:108px; float:left; background-image:url(images/sabolic-logo.png); background-repeat:no-repeat;}
	#central-image {width:960px; height:421px; float:left; background-image:url(images/dnevni-boravak.jpg); background-repeat:no-repeat;}
	#content {width:960px; height:632px; float:left;}
	#right-content {  width:336px; height: 632px; display:inline; }
	
	#content-ponuda {width:960px; height:720px; float:left; display:inline;}
	#left-content-ponuda { width:624px; height:720px; float: left;}

	
	#left-content { width:624px; height:632px; float: left;}
	#footer { width:960px; height:60px; float:left; text-align:center; color:#FFF; background-image:url(images/footer.jpg); background-repeat:repeat-x;} 


input.txt, textarea	{ padding: 4px; border: 1px solid #999; font: normal 0.8em "Helvetica Neue", Helvetica, Arial, "Sans-Serif"; color: #333;
														-khtml-border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; 
														-moz-box-shadow: #bbb 0px 0px 8px;  
														-webkit-box-shadow: #bbb 0px 0px 8px;  
														background: #fff;
														background: -moz-linear-gradient(top, #eee, #fff 25px)
													 }

input.txt:hover, textarea:hover, input.txt:focus, textarea:focus { border: 1px solid #666 } 

label								{ font: bold 0.8em "Helvetica Neue", Helvetica, Arial, "Sans-Serif" }
input.button						{ font: bold 0.8em "Helvetica Neue", Helvetica, Arial, "Sans-Serif"; padding: 8px }

