
	body {
	margin: 0;
	padding: 0;
	background: #1e3549 url(images/body_bg.jpg);
	font: 62.5% Georgia, Times, serif;
	}
	
	a {
	color: #e0c99d;
	}
	
	a:hover {
	text-decoration: none;
	}
	
	#wrapper {
	width: 1040px;
	margin: 0 auto;
	}
	
	#top {
	background: url(images/top_bg.jpg) no-repeat;
	min-height: 125px;
	padding: 1px;
	width: 1076px;
	margin: 0 auto;
	}
	
	#top h1 a {
	display: block;
	width: 300px;
	height: 70px;
	padding: 10px;
	margin-left: 100px;
	}
	
	#nav {
	float: right;
	margin-right: 70px;
	}
	
	#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	#nav ul li {
	font-size: 1.4em;
	text-transform: uppercase;
	float: left;
	}
	
	#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 95px;
	text-align: center;
	padding: 48px 0 15px;
	}
	
	#nav ul li a:hover, #nav ul .current_page_item a {
	background: url(images/nav_hover.jpg) no-repeat bottom;
	color: #e0c99d;
	}
	
	#main {
	background: url(images/main_bg.jpg) repeat-y;	
	padding: 23px 55px 23px 55px;
	}
	
	#vr1 {
	background: url(images/vr.jpg) repeat-y 610px;
	}
	
	#vr2 {
	background: url(images/vr.jpg) repeat-y 290px;
	}
	
	#content {
	float: left;
	position: relative;
	width: 600px;
	padding: 0 40px 0 20px;
	color: #b0b0b0;
	}
	
	#forsiden {
	float: left;
	width: 260px;
	margin-right: 60px;
	}
	
	#aktuelt {
	float: left;
	width: 260px;
	}
	
	#sidebar {
	float: left;
	width: 260px;
	}
	
	#sidebar .sidebaritem {
	margin-bottom: 3em;
	}

	h2, h2 a {
	color: #93a3a7;
	font-size: 1.6em;
	margin: .4em 0;
	font-style: italic;
	text-decoration: none;
	}
	
	h6 {
	color: #fff;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 -.65em 0;
	}
	
	h6 a {
	color: #fff;
	text-decoration: none;	
	}
	
	#main p, #main ul, #main ol {
	color: #b0b0b0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	
	#main ul ul, #main ol ol {
	font-size: 1em;
	}

	#footer {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #b0b0b0;
	background: url(images/footer_bg.jpg) no-repeat top center;
	min-height: 56px;
	padding: 10px 75px 5px 75px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	}
	

