body {
	margin: 0;
	padding: 0;
	background: #221E1F;
	color: #221E1F;
	font: 85% Georgia, Verdana, Trebuchet, Times New Roman, Times, serif;
}

a img {
	border: 0;
}

h1 {
	font-size: 1.2em;
	color: #F15C2E;
}

h2 {
	font-size: 1.2em;
	color: #F15C2E;
}

a, a:link, a:active, a:visited {
	color: #F15C2E;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#top {
	width: 800px;
	height: 192px;
	background: #221E1F url('http://www.skarven.no/images/top.png') no-repeat top left;
	position: relative;
}

#top #languages {
	position: absolute;
	top: 20px;
	right: 77px;
}

#top #languages img {
	margin-left: 3px;
}

#top #search {
	position: absolute;
	top: 10px;
	right: 10px;
}

#menu {
	width: 800px;
	height: 43px;
	padding-top: 15px;
	background: #fff url('http://www.skarven.no/images/menu.png') no-repeat top left;
	text-align: center;
	font-size: 18px;
}

#menu div {
	width: 650px;
	margin-left: 50px;
}

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color: #221E1F !important;
	text-decoration: none;
	font-variant: small-caps;
}

#menu span {
	font-weight: normal;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 7px;
}

#menu a:hover {
	text-decoration: underline;
}

#bottom {
	width: 800px;
	height: 882px;
	background: #221E1F url('http://www.skarven.no/images/bottom.png') no-repeat top left;
}

#content {
	overflow: auto;
	padding: 30px 80px;
	width: 638px;
	height: 821px;
	text-align: justify;
	position: relative;
}

#content ul {
	margin: 0 0 0 18px;
	padding: 0;
}

#frontpagenews {
	width: 180px;
	float: right;
	margin-left: 20px;
	overflow: auto;
}

#frontpagenews h2 {
	margin-top: 0;
	padding-top: 0;
}

/* Arrangementer */
.categories {
	width: 190px;
	float: left;
}
.legal {
 display: none;
}

.categories .catheader {
	font-size: 14px;
	font-weight: bold;
}

.eventyear {
	text-align: left;
}