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

body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#main_wrapper {
	margin: 0 auto;
	margin-top: 100px;
	width:726px;
	min-height:200px;
	position:relative;
}

#gfx {
	margin: -66px 0 0 -117px;
	width:278px;
	height:144px;
	background-image:url(images/gfx.gif);
	background-repeat:no-repeat;
	float:left;
	position:inherit;
}
#tittel {
	margin:-70px 0 0 0;
	position:inherit;
	float:right;
	font-size:36px;
	font-weight:bold;
	text-align:left;
}

#menu {
	width:726px;
	height:78px;
	background-image:url(images/meny_bg.gif);
	background-repeat:no-repeat;
	float:right;
}

#content-wrapper {
	margin: 0 0 -20px 0;
	width:726px;
	min-height:100px;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	clear:both;
}

#content {
	margin:0 33px 0 33px;
	width:660px;
	min-height:78px;
	background-repeat:repeat-y;
	clear:both;
}

#footer {
	margin: 0 0 0 0;
	width:726px;
	height:35px;
	background-image:url(images/bunn_bg.gif);
	background-repeat:no-repeat;
}
#logo {
	margin: 30px 0 0 0;
	width:726px;
	height:229px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}



/*********
Navigation    */

p.nav {
	margin: 20px 25px 0 0;
	font-size:22px;
	font-weight:bold;
	text-align:right;
}
p.footer {
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

a.nav, a.nav:visited, a.nav:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover {
	text-decoration:underline;
}








