@charset "utf-8";
#zemljevid {
	margin: auto;
	height: 600px;
	width: 800px;
	position: absolute;
}
body {
	background-color: #b4b4b4;
	margin-left: 100px;
	margin-top: 0px;
}
a:link {
	color: #333;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
#gumbzvon {
	height: 41px;
	width: 139px;
	margin-top: 560px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 820px;
	position: absolute;
}
#gumbzvon ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-align: center;
}
#gumbzvon ul li {
	margin: 0px;
	padding: 0px;	
}
#gumbzvon ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 41px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 139px;
	background-color: #B4B4B4;
	font-weight: bold;
	color: #0d0549;
	background-image: url(../images/gumbsiv.png);
}
#gumbzvon ul a:hover{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/gumbsivroll.png);
}
