@charset "utf-8";

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;/* */ 
}
body {
	background-color: #e9e9e9;
	background-image:url(pozadina2024.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:120px 50px;
	margin:0;
	border-left:180px solid #afafaf;
}
#foot {
	position:absolute;
	margin:0;
	bottom:30px;
	width:100%;
	text-align:center;
	font-size:0.7em;
	left: 0px;
}
#novosti {
	color:#FF6600;
	position:absolute;
	bottom:50px;
	left:230px;
	text-align:left;
	font-size:1.5em;
}
#novosti a{
	text-decoration:none;
	color:#333333;
}
#novosti a:hover{
	color:#FF6600;
}
.novo 	{
	font-size:2em;
}


.dd_menu 	{
	padding:0px; 
	margin:0px; 
	list-style-type:none;
}
.dd_menu li 	{
	float:left; 
	height:50px;
	margin-right:50px;
}
.dd_menu li a 	{
	text-decoration:none;
	color:#333333;
	font-size:2em;
}
.dd_menu li:hover a {
	color:#FF6600;
}
.dd_menu ul	{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	list-style-type:none;
	font-size:0.5em;
}
.dd_menu li:hover	{
	position:relative;
}
.dd_menu li:hover ul 	{
	left:-38px; 
	top:40px;  
}
.dd_menu li:hover ul li 	{
	height:18px; 
	border:none;
}
.dd_menu li:hover ul li a 	{
	padding:0px; 
	display:block; 
	width:158px; 
	line-height:18px; 
	color:#333333;
}
.dd_menu li:hover ul li a:hover {
	color:#FF6600;
}
.crveno {
	color:#FF0000;
}