body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.meny
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 2px solid #FFFFFF;
	line-height:18px;
	
}

.meny:visited 
{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 2px solid #FFFFFF;
	line-height:18px;
	
}

.pre
{
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.toggle
{
	margin:0;
	border:0;
	display:inline;
	float:left;	
	border:0;
	border-right: 2px solid #fff;
}

h2
{
	margin-top: 0;
}

.mappe
{
	float:left; 
	display:block;
	margin:0px;
	margin-bottom:30px;
	text-decoration:none;
	width:160px;
	height:160px;
	vertical-align:bottom;
	text-align:center;
	background-image:url(../bilder/mappeBK.gif);
	background-repeat:no-repeat;
}

.mappeBilde
{
	margin-top: 10px;
}

.tdOver td{
	background-color:#eee;
	color: #FF9900;
}

a{
	color:#000096; 
	text-decoration:none;
}

a:visited{
	color:#6600ff;
}
/*
.mappeA{
position: relative;
}

.mappeA span{
display:none;
}
 
.mappeA:hover span {
  position: absolute;
  top: 20px;
  left: 5px;
  display: block;
  background: #eee;
  border: 1px solid #ccc;
  width:240px;
  z-index:10;
  text-align:left;
  background-image:url(../bilder/hoverBack.gif);
  background-repeat:repeat-x;
  }
*/