body {
	background:url(img/bg.gif)
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

a.meny:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.meny:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.meny:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.meny:active {
	text-decoration: none;
	color: #FFFFFF;
}

.meny {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold
}

.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal
}

a {
	font-size: 11px;
	color: #451eea;
	font-weight:bold
}

a:link {
	color: #333434;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333434;
}
a:hover {
	text-decoration: underline;
	color: #333434;
}
a:active {
	text-decoration: none;
	color: #333434;
}

#map{
width: 380px; 
height: 350px;
border: 1px solid #000; 
}
