body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat-x;
	background-color: #8f94a6;
	margin: 0px;
	padding: 0px;
}

#over {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#topp {
	position: relative;
	background-image: url("../img/topp.jpg");
	width: 800px;
	height: 200px;
        border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}

#meny {
	position: relative;
	width: 800px;
	background-color: #2b3559;
	height: 32px;
        border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}

#meny a {
	border-top: 2px solid #2b3559;
	text-decoration: none;
	padding: 2px;
	margin: 3px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 10px;
	height: 26px;
	display: block;
	float: left;
	padding-top: 5px;
	font-weight: bold;
}

#meny a:hover {
	border-top: 2px solid #fff;
	background-color: #fff;
	color: #640d42;
	font-weight: bold;
}

#meny #current {
	border-top: 2px solid #fff;
	background-color: #fff;
	color: #640d42;
	font-weight: bold;
}

.aktiv {
	background-color: #fff;
	border-top: 1px solid #2b3559;
	text-decoration: none;
	padding: 2px;
	margin: 3px;
	text-align: center;
	color: #000;
	font-family: Trebuchet MS;
	font-size: 10px;
	height: 25px;
	display: block;
	float: left;
	padding-top: 5px;
}

.aktiv a {
	color: #000;
}

#innhold {
	position: relative;
	width: 800px;
	background-color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: left;
        border-right: 5px solid #fff;
	border-left: 5px solid #fff;	
	border-bottom: 10px solid #fff;
}


#over p {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

#over p a {
	color: #fff;
	text-decoration: none;
}

#over p a:hover {
	color: red;
}

#innhold p {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 11px;
	padding-bottom: 20px;
}
	

h1 {
	color: #640d42;
	font-family: Trebuchet MS;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.mappe a {
float: left;
width: 119px;
height: 84px;
text-align: center;
font-size: 12px;
background-image: url("../img/folder.jpg");
background-repeat: no-repeat;
color: #e8130b;
font-weight: bold;
text-decoration: none;
padding-top: 38px;
margin-right: 5px;
background-color: transparent;
text-transform: uppercase;
}

.mappe a:visited {
	color: #e8130b;
}

.mappe a:hover {
	background-image: url("../img/foldera.jpg");
	color: #000;
}

a,a:visited {
	color: #000;
}

.bilde {   
	display: block;
	text-align: center;
	float: left;
	padding: 5px;
	border: 1px solid #CFCFCF;	
	margin: 5px;
        background-color: #797F97;
        font-size: 14px;
}

.sitepic {
	padding: 2px;
	margin-right: 4px;
	border: 1px dotted #e8130b;
}

input, textarea {
	background-color: #d8cdd3;
	font-family: Trebuchet MS;
	font-size: 10px;
	border: 1px solid #fff;
	padding: 2px;
	margin: 2px;
}

h2 {
	font-size: 15px;
	font-family: Trebuchet MS;
	background-color: #ccc;
	padding: 2px;
	margin: 2px;
	color: #2b3559;
}	

.arb {

	background-color: #f2f2f2;
	height: 105px;
}

span a {
	width: 0px;
	height: 0px;
}

span a:hover {
	width:200px;
	height: 200px;
}

a img {
	border: 1px solid #333;
}

.bildebesk {
	padding: 3px;
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	color: #640d42;
}