@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
}
#map-container {
	position: relative;
	background: #FFFFFF;
	width: 500px;
	height: 610px;
}
.popup {
	position: absolute;
	width: 200px;
	padding: 10px;
	display: none;
	z-index: 100000;
	background: #FFFFFF;
	border: 3px solid #c0c0c0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	font-family: Verdana, Geneva, sans-serif;
}
.popup table {
	margin-top: 15px;
}
.popup img {
	margin-top: 15px;
}
.popup h3 {
	margin: 0;
	padding: 0;
}
.popup ul {
	margin: 0;
	padding: 0;
}
.popup li {
	list-style-type: none;	
}
.popup li a:link, .popup li a:visited {
	display: block;
	color: #c0c0c0;
	padding: 2px;
	text-decoration: none;
	border-top: 1px dotted #c0c0c0;
}
.popup li a:hover {
	color: #F00;
}
.popup .vapen {
	margin: 0;
	padding: 0;
	border: none;
}
.county {
	position: absolute;
	display: block;
	cursor: pointer;
}
.close {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	margin-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	line-height: 0.9em;
	background: url(countys/close.png) no-repeat top right;
	font-family: Verdana, Geneva, sans-serif;
}
#tooltip{
	position: absolute;
	background: #c0c0c0;
	padding: 5px;
	color: #FFFFFF;
	display:none;
	font-family: Verdana, Geneva, sans-serif;
	border: 2px solid #c0c0c0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

/* the countys */
#finnmark {
	width: 140px;
	height: 112px;
	background: url(countys/finnmark.png) no-repeat top left;
}
#troms {
	width: 102px;
	height: 81px;
	background: url(countys/troms.png) no-repeat top left;
}
#nordland {
	width: 110px;
	height: 188px;
	background: url(countys/norland.png) no-repeat top left;
}
#nord-tronderlag {
	width: 79px;
	height: 81px;
	background: url(countys/nord-trondelag.png) no-repeat top left;
}
#sor-tronderlag {
	width: 73px;
	height: 87px;
	background: url(countys/sor-tronderlag.png) no-repeat top left;
}
#more-og-romsdal {
	width: 82px;
	height: 60px;
	background: url(countys/more-og-romsdal.png) no-repeat top left;
}
#hedemark {
	width: 61px;
	height: 122px;
	background: url(countys/hedemark.png) no-repeat top left;
}
#oppland {
	width: 69px;
	height: 95px;
	background: url(countys/oppland.png) no-repeat top left;
}
#sogn-og-fjordane {
	width: 73px;
	height: 69px;
	background: url(countys/sogn-og-fjordane.png) no-repeat top left;
}
#hordaland {
	width: 57px;
	height: 61px;
	background: url(countys/hordaland.png) no-repeat top left;
}
#buskerud {
	width: 64px;
	height: 68px;
	background: url(countys/buskerud.png) no-repeat top left;
}
#akershus {
	width: 23px;
	height: 36px;
	background: url(countys/akershus.png) no-repeat top left;
}
#oslo {
	width: 13px;
	height: 25px;
	background: url(countys/oslo.png) no-repeat top left;
}
#ostfold {
	width: 27px;
	height: 38px;
	background: url(countys/ostfold.png) no-repeat top left;
}
#vestfold {
	width: 17px;
	height: 29px;
	background: url(countys/vestfold.png) no-repeat top left;
}
#telemark {
	width: 59px;
	height: 60px;
	background: url(countys/telemark.png) no-repeat top left;
}
#aust-agder {
	width: 52px;
	height: 64px;
	background: url(countys/aust-agder.png) no-repeat top left;
}
#vest-agder {
	width: 38px;
	height: 55px;
	background: url(countys/vest-agder.png) no-repeat top left;
}
#rogaland {
	width: 44px;
	height: 66px;
	background: url(countys/rogaland.png) no-repeat top left;
}