/* CSS Document */
body {
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#093465;
	font-weight:normal;
	padding:0px;	
}

a {
	font-size:12px;
	color:#093465;
	font-weight:bold;	
}
a:link, a:visited {
	text-decoration:underline;	
}
a:hover, a:active {
	text-decoration:none;	
}
a:active {
	color:#C00;
}

.MENU_LIJEVO {
	cursor:pointer;	
}


#main_GORE {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:40px;
	overflow:hidden;	
	
	background-color:#FFF;
	
	border-bottom:#CCC 0px solid;
	
	background-image:url(../img/main_GORE_back.png);
	background-position:top;
	background-repeat:repeat-x;
	
	z-index:20;
	
	color:white;
	
	font-weight:bold;
	
}

	#main_GORE .lijevo {
		float:left;
	}
	

#main_GORE_NAVIGACIJA {
	width:70px;
	height:40px;
	overflow:hidden;
	float:left;		
	z-index:20;	
	position:fixed;
	top:45px;
	left:235px;
}

#main_GORE_NAVIGACIJA img {
	cursor:pointer;	
}


#main_DOLJE {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	height:40px;
	overflow:hidden;	
	
	border-top:#CCC 3px solid;
	
	background-color:#FFF;
	background-image:url(../img/main_DOLJE_back.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	font-weight:bold;
	
	z-index:20;
	
}

	#main_DOLJE .lijevo {
		float:left;
		margin-top:10px;
		margin-left:12px;
	}
	
	#main_DOLJE .desno {
		float:right;
		margin-top:10px;
		margin-right:12px;
	}
	



#main_LIJEVO {
	position:fixed;
	top:40px;
	left:0px;
	bottom:43px;
	overflow:auto;
	overflow-x:hidden;	
	
	width:200px;
	padding:12px;
	
	border-right:#CCC 3px solid;
	
	z-index:10;
	
	background:white;
}

#main_DESNO {
	position:fixed;
	top:40px;
	right:0px;
	bottom:43px;
	overflow:auto;
	overflow-x:hidden;
	
	background:white;	
	
	width:200px;

	z-index:10;
	
	border-left:#CCC 3px solid;
	
	padding:12px;
}

#main_SREDINA {
	background:white;
	margin-left:234px;
	margin-right:234px;
	margin-top:45px;
	margin-bottom:50px;	
	
}


/***********KLASA ZA FULLSCREEN PRIKAZ PREZENTACIJE********************/
	.main_FULLSCREEN {
		position:fixed;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;	
		z-index:100;
	}
/********FULLSCREEN BUTTON***************/	
	#main_FULLSCREEN_button {
		z-index:200;	
		position:fixed;
		right:12px;
		top:10px;
	}
		#main_FULLSCREEN_button img {
			border:0px;
			cursor:pointer;
		}
		
/***************AJAX LOADER**************/
	#main_AJAXLOADER {
		text-align:right;
		position:fixed;
		right:32px;
		top:60px;
		z-index:50;
		visibility:hidden;
	}



