@charset "utf-8";

#div_lokacije {
	display: grid;
	grid-template-columns: 200px 1fr;
	}

.div_objekti {
	color:#000;
	font-size:16px;
	margin-bottom:10px;
	display:flex;
	flex-direction:column;	
	border-right:1px solid #235d94;
	padding-left:10px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}
.div_objekti_nas {
	background:#235d94;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	justify-content: center;
	align-items: center;
	font-style:italic;
	margin-bottom:5px;
	}
.div_objekat {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:5px;
	}
.div_objekat a{
	text-decoration:none;
	display:inline-block;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	}
.div_objekat a:link, .div_objekat a:visited {
	color:#000;
	border:1px solid transparent;
	}
.div_objekat a:hover {
	color:#fff;
	background:#235d94;
	border:1px solid transparent;
	}
.div_objekat a:active {
	color:#000;
	background:#235d94;
	}
.div_mapa {
	grid-row: span 12 / span 12;
	display:flex;
	justify-content: left;
	align-items: top;	
	margin-left:20px;
	}
#iframe_mapa {
	border:2px solid #235d94;
	width:610px;
	height:450px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	}