#pozadina{
	background-color:	rgb(0,0,255);
	width: 100%;
	height: 100%;
	position: absolute;
	top:	0%;
	left:	0%;
	
}

#pozadinaSlika	{
	position:	absolute;
	top:	30%;
	left:	0%;
	width:	100%;
	height:	50%;
	float:	none;
	
	
	
}

#naslov	{
	height:	12%;
	width:	100%;
	position:	absolute;
	top:		-2%;
	left:	0%;
	background-color:	rgb(0,0,0);
	
}

#logo	{
	float:	left;
	width:	15%;
	height:	100%;
	top:	2%;
	
}

#glavnaNavigacija	{
	float:	right;
	height:	100%;
	width:	85%;
	
}

#link	{
	border-bottom:	groove;
	border-bottom-color:	#0000FF;
	border-left:	groove;
	border-left-color:	#0000FF;
	border-right:	groove;
	border-right-color:	#0000FF;
	
}

a:visited	{
	text-decoration:	none;
	color:	#FFFFFF;
}

a:hover		{
	color:	#000000;
	background-color:	#0F9;
	font-size:	24px;
}

a:link		{
	text-decoration:	none;
	color:	#FFFFFF;
}


#sodrzina{
	position:	absolute;
	top:	11%;
	left:	21%;
	opacity:	0.7;
	background-color:	#CCC;
	width:	58%;
	height:	88%;
	overflow:	scroll;
	font-family:	arial;
	
}

td	{
	font-family:	arial;
}




