@charset "utf-8";
body {
	font: 120% "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #a6370f;
	background: #666666;
	background-color:#333;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	color: #a6370f;
	
	height:700px;
	width: 1170px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2ecd8;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}


.oneColFixCtr #logo
{	height:308px;
	width: 338px;
	float:left;
	background-image:url(JezeroDizajn.jpg);
	background-repeat:no-repeat;
	}
	
	.oneColFixCtr #banner
	{
	padding-top:50px;
	height:202px;
	width: 742px;
	float:left;
	background-image:url(images/bannercentar.png);
	background-repeat:no-repeat;
}
	
	.oneColFixCtr #bannerdesno
	{
	height:56px;
	width: 220px;
	float:right;
	background-image:url(bannerdesno.png);
	background-repeat:no-repeat;}
	
	
	
	#menu {
	background: #f2ecd8;	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:67px;
	width: 497px;
}
#menu li {
	float: left;
	
	font:75% "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #f2ecd8;
	color: #a6370f;
	display: block;
	float: left;
	margin: 0;
	padding: 22px 16px;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;  /*menu text velicina */ 
}

#menu a:hover {
	background: white;
	color: #a6370f;
	padding-bottom:20px;
	
	}
	
	
	/*.oneColFixCtr #jezik
	{	
	height:50px;
	width: 50px;
	float:left;
	margin-left:55px;
	margin-top:17px;
	background-image:url(images/en.jpg);
	background-repeat:no-repeat;
	}*/
	
	.oneColFixCtr #centar
	{
	margin-top:-10px;
	height:265px;
	width:1170px;
	
	float:left;
	background-image:url(images/centralna.png);
	background-repeat:no-repeat;
}
	
	#centartekst{
		
		text-align:left;
		height:235px;
		width:auto;
		color:#690000;
		font:85% "Myriad Pro", Arial, Helvetica, sans-serif;
		margin-left:30px;
		margin-right:10px;
		
		}
	
	
		.oneColFixCtr #ciza{
	height:10px;
	width:1170px;
	float:left;
	background-image:url(images/ciza.png);
	background-repeat:no-repeat;
}	
	
	.oneColFixCtr #patern
	{
		
	height:125px;
	width:1170px;
	float:left;
	
	background-image:url(images/patern.png);
	background-repeat:repeat-x;
}
	
#logodole{
	height:118px;
	margin-left:450px;	
	
	width:auto;
	background-image:url(images/logodole.png);
	background-repeat:no-repeat;
	}
	
