
h3{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.school{
	color:white;
	background-color: #262d49;
	border: 2px solid lightgreen;
	position: absolute;
	left: -1025px;
	top: -120px;
	z-index: -10;
	padding: 15px;
	border-radius: 10px;	
}

.vrtic{
	color:white;
	background-color: #262d49;
	border: 2px solid #f85504;
	position: absolute;
	left: -1025px;
	top: -120px;
	z-index: -10;
	padding: 15px;
	border-radius: 10px;	
}

a{
/*	color: #018dcb;  */
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	margin:0px;
	padding:0px;
	height: 100%;
	font-family: tahoma, arial, sans, sans-serif;
	font-size: 15px;
	color: #e6e6e6;
	background-color: #0b55a0;
}
#glavni{
	margin-left: 15px;
}
#background{
	margin-left: 195px;	
	background-color: #0b55a0;
}
