/* CSS I.B */
body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
li a{
	color: white;	
}
li ul li a{	
	font-size: 10px;
}
li ul{
	margin-left: 7px; 
	padding-left: 7px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.sve{
	height: 700px;
}
.centralniOkvir{ /*crveno*/
	height: 700px; 
	width: 1000px; 
}
.banerAreaPadding{
	height: 120px;}
.okoKocke{
	/*cursor: pointer;*/
}
.preLogoPad{
	height: 9px;
}
.dugmeTxt{
	font-size: 14px;
	color: white;
	height: 160px;
	visibility: hidden;
	padding-left: 8px;
	padding-right: 15px;
	z-index: inherit;
}
.dugmeTxt a{
	text-decoration: none;
}
.dugmeTxt a:hover{
	text-decoration: underline;
}
.dugmeIndex{
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.dugmeIndex:hover{
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
#meniKocka1{
}
#meniKocka1 a{
	text-decoration: none; 
	color: #CCCCCC;
	font-size: 16px;
	margin-left: 5px;
	padding-left: 5px;
}
#meniKocka1 a:hover{
	text-decoration: underline; 
	color: #333333;
}
#help{
	position: fixed; 
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
	background-color: #082C50;	
   
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 	
}
#helpBox{
	position: fixed;
	width: 644px;
	height: 285px;
	left: 50%;
	top: 50%;					
	margin-left: -322px;
	margin-top: -143px;
	text-align: right;
}
#helpBox a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#helpBox a:hover{
	color: #082C50;
	text-decoration: none;
	font-weight: bold;
}