a:link, a:visited {text-decoration: none}


.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text a:link, .text a:visited {
	color: #000000;
	font-weight: bold;
}
.text a:hover {
	color: #000000;
	border-bottom: 1px dotted #9E8A49;
	font-weight: bold;
}

.adress {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.adress a:link, .text a:visited {
	color: #000000;
	font-weight: normal;
}
.adress a:hover {
	color: #000000;
	border-bottom: 1px dotted #9E8A49;
	font-weight: normal;
}


.undermeny {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}

.undermeny a:link, .undermeny a:visited  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.undermeny a:hover, .undermeny a:active  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

.tabell {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9E8A49;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.knapp {
	width: 120px;
	font-size: 9px;
}

#menu {
	margin:24px 0 0 20px;
	width:100%; 
}

#menu ul { 
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	padding-right:5px;
	padding-left:5px;
	padding-top:4px;
	padding-bottom 6px;
	border-right:1px solid #aaa;

}
#menu a {
	
}

