body, p, a, div, form, input, table, tr, td, ul, li {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial;
	color: rgb(68, 68, 68);
	font-size: 11px;
	line-height: 1.5em;
}

body, form, table, ul, h2, h2 a, h1, h1 a, h3, h3 a {
	padding: 0;
	margin: 0;
}

body {
	background: url('_graphics/body_bg.jpg') repeat;
	margin-top: 10px;
}

a:hover {
	text-decoration: underline;
	color: #659934;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	font-family: 'Trebuchet MS';
	text-decoration: none;
	line-height: 1.5em;
}

h1, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	font-size: 26px;
	font-weight: normal;
	display: block;
}

h2, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 14px;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	color: #000000;
	font-family: 'Lucida Grande', Verdana;
	display: block;
}

table	{ border-collapse: collapse; }
td		{ vertical-align: top; }
a img	{ border: 0; }
.hidden { display: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 

article > p {
	margin: 0.2em 0px 0.3em;
	color: #999999;
}

	article > p > a {
		color: #999999;
	}

/* LAYOUT */

header, nav, footer, article {
	display: block;
}

#credits, header, #container, footer {
	width: 866px;
	margin: 0px auto 0px;
}

	#credits {
		text-align: right;
		padding-right: 15px;
		display: none;
	}
	
	header {
		height: 183px;
		background-image: url('_graphics/content_header.png');
		position: relative;
	}
	
		#logo, #velkommen, nav {
			position: absolute;
		}
	
		#logo {
			width: 487px;
			height: 140px;
			top: 20px;
			left: 30px;
		}
		
		#velkommen {
			text-align: center;
			width: 300px;
			top: 70px;
			right: 20px;
		}
		
		nav, nav ul, nav ul li, nav ul li a {
			height: 21px;
			line-height: 21px;
		}
		
		nav {
			background: #99CC67 url('_graphics/menu_bg2.png') repeat-x 50% 50%;
			width: 850px;
			left: 3px;
			bottom: 0px;
			padding: 3px 0 0 10px;
			border-bottom: solid 1px #AAAAAA;
		}
		
		nav ul {
			list-style-type: none;
		}
		
		nav ul li {
			float: left;
		}
		
		nav ul a:link, nav ul a:visited, nav ul a:active {
			color: rgb(51, 51, 51);
			text-decoration: none;
			padding: 0 10px 0 10px;
			display: block;
		}
		
		nav ul a:hover {
			text-decoration: underline;
		}
		
		nav ul a.selected {
			background-color: #FFFFFF;
			color: rgb(51, 51, 51);
		}
		
		nav ul a.selected {
			border: solid 1px #AAAAAA;
			border-bottom: solid 1px #FFFFFF;;
			padding-left: 9px;
			padding-right: 9px;
			height: 20px;
			line-height: 20px;
		}
	
	#container {
		background: transparent url('_graphics/content_middle.png') repeat-y;
		padding: 0 0 10px 0;
	}
	
		#content {
			width: 840px;
			background: transparent url('_graphics/content_shade.gif') repeat-x 50% 0%;
			margin: 0 3px 3px 3px;
			padding: 30px 10px 10px 10px;
		}
	
	footer {
		background: url('_graphics/content_footer.png') no-repeat;
		height: 80px;
		padding: 14px 0 10px 0;
		text-align: center;
	}
	
/* RIGHT COLUMN */

#rightColumn > h3, #rightColumn > div {
	width: 298px;
}

#rightColumn > h3 {
	background-color: #99CC67;
	border: solid 1px #659934;
	margin: 0;
	text-indent: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#rightColumn > h3:not(:first-child) {
	margin-top: 5px;
}

#rightColumn > div {
	border: solid 1px #659934;
	border-top: 0;
	padding: 10px;
	width: 278px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

	#rightColumn > div > h2 {
		margin: 0.1em 0 0.2em 0;
	}
	
		#rightColumn > div > h2 a {
			display: block;
		}

	#rightColumn > div > p {
		margin: 0.5em 0 1.5em 0;
	}
	
/* STATISTICS */

table.statistikk {
	margin: auto;
	border-collapse: collapse;
}

	table.statistikk td {
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	
	table.statistikk tr :first-child img {
		height: 32px;
		width: 32px;
		float: left;
		margin: 4px 10px 4px 0;
	}
	
	table.statistikk tr :nth-child(3) > img {
		height: 15px;
		float: left;
		margin: 13px 0 12px 0;
	}
	
	table.statistikk tr :nth-child(3) > img:nth-child(3) {
		margin-right: 10px;
	}
