body {
    margin: 0;	
	background-color:#d0dfa4;
}

header
{
	background-color:#727272;
	height:50px;
}
header p
{
	text-align:center;
	font-size:30px;
	padding:10px;
	color:white;
}


footer
{
	background-color:#727272;
	width:100%;
	height:5%;
	position:fixed;
	bottom:0px;
}
footer p
{
	color:white;
}

content {
    width: 100%;
    margin: 0 0;  
	

}

#gradovi{
    position: absolute;
    height: 100%;
	width:100%;
	background-image: URL('../slike/mapa.png');
    background-repeat: no-repeat;
	background-position: center;
	background-size: 32%;
	
}
#bg{
    width: 8%;
    height: 9%;
    background-image: url('../slike/bg.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: 40%;

    position: absolute;
    top: 30%;
    left: 43%;
	
}
#ns {
    width: 8%;
    height: 9%;
    background-image: url('../slike/ns.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;

    position: absolute;
    top: 17%;
    left: 36%;
}
#nis {
    width: 8%;
    height: 9%;
    background-image: url('../slike/nis.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:40%;

    position: absolute;
    top: 57%;
    left: 53%;
}
#kg{
	width: 8%;
    height: 9%;
    background-image: url('../slike/kg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;

    position: absolute;
    top: 40%;
    left: 45%;
}
#subotica{
	width: 8%;
    height: 9%;
    background-image: url('../slike/sub.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:40%;

    position: absolute;
    top: 2%;
    left: 37%;
}
#text1{
	width: 5%;
    height: 2%;
	position: absolute;
    top: 35%;
    left: 43%;
	font-weight: bold;
	
}
#text2{
	width: 5%;
    height: 2%;
	position: absolute;
    top: 22%;
    left: 40%;
	font-weight: bold;
	
	
}
#text3{
	width: 5%;
    height: 2%;
	position: absolute;
    top: 63%;
    left: 56%;
	font-weight: bold;
	
}
#text4{
	width: 5%;
    height: 2%;
	position: absolute;
    top: 45%;
    left: 50%;
	font-weight: bold;
	
}
#text5{
	width: 5%;
    height: 2%;
	position: absolute;
    top: 5%;
    left: 42%;
	font-weight: bold;
	
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #727272;
  color: white;
}