@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitewrapper {
	width: 950px;
	height: auto;
	position: absolute;
	top: 8%; 
	left: 50%;
	margin-left: -479px; /* har lagt til +4 pga scrollbar */ 
}
#content {
	position: relative;
	top: 12px;
	left: 24px;
	width: 900px;
	min-height: 382px;
}
* html #content {
	height: 382px;	
}
a {
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-size: 16px;	
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 17px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
}
ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#credits {
	width: 950px;
	position: relative;
	top: 25px;	
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px; /* pga border-bottom i IE */
}
#credits a:hover {
	text-decoration: none;
	border-width: 2px;
	border-bottom-style: solid;
}
/* ######### CREDITS ######### */
.schnabel {
	background-repeat: no-repeat;
	background-position: 0 1px;
	width: 12px;
	height: 11px;	
}
.dot {
	background-repeat: no-repeat;
	background-position: 1px 9px;
	width: 12px;
	height: 11px;
}

/* ######### MODS, HACKS, FIXES, WORKAROUNDS ######### */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}
html {overflow-y: scroll;}
