* {
	font-size: 10pt;
	border: 0;
	margin: 0;
}

body  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #5F6B6B;
	background-color: #FFF;
		
	background-image: url('../gfx/bg_spot.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position-x: left;
	background-position-y: top;
}
body a {
	color: #D03E0F;
	text-decoration: none;
}
body a:Hover {
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #A3AA9D;
}
hr {
	width: 100%;
	height: 1px;
	color: #E4E5CC;
	background-color: #E4E5CC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container {
	width: 748px;
	height: auto;
	
	border: 1px solid #A3AA9D;
	background-color: #FFF;
	text-align: left;
}
#banner {
	width: 748px;
	height: 67px;
	background-color: #C5C5BC;
}
#main {
	width: inherit;
	padding: 12px;
}
.meny {
	width: 133px;
	background-color: #E4E5CC;
	padding: 12px;
}
	#nav-meny ul {
		list-style-image: url('../gfx/bullet.gif');
		padding-left: 14px;

	}
	#nav-meny li {
		height: 18px;
	}
	
.hoved {
	padding: 5px 10px 10px 10px;
	width: 555px;
}
.heading {
	font-size: 12pt;
	font-weight: bold;

	margin-bottom: 5px;
}
#footer {
	font-size: 8pt;
	text-align: center;
	width: inherit;
	height: 14px;
	background-color: #C5C5BC;
	border-top: 1px solid #A3AA9D;
}
#footer a {
	font-size: 8pt;
}

#adminmeny {
	border-left: 1px solid #A3AA9D;
	margin-bottom: 10px;
}
#adminmeny td {
	width: 100px;
	padding: 2px;
	border-top: 1px solid #A3AA9D;
	border-right: 1px solid #A3AA9D;
	border-bottom: 1px solid #A3AA9D;
}
.arkivboks {
border: 1px solid #C5C5BC;
}