html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	background: #f1e098; /*#BFA785;*/
	overflow: auto;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body img {
	border-color: #000000;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
  color: black;
  text-decoration: underline
}

p {
	text-align: left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	line-height: 16px;
}

h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 16px;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
}

div {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}

div#top {
	width: 752px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
}

div#main {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/site/mainbak.gif);
	background-repeat: repeat;
	overflow: hidden;
	/*clear: both;*/
}

div#main ul li{
	text-align: left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

div#menu {
	width: 180px;
	overflow: hidden;
	float: left;
}

div#content {
	width: 580px;
	margin-top: 15px;
	text-align: left;
	overflow: hidden;
	float: left;
	z-index:0;
}

div#ner {
	width: 752px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/site/nerbak.gif);
	clear: both;
}

p.copy {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

p.date {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
}




/*Meny*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2{
	width: 135px;
	/*overflow: hidden;*/
	float: left;
	font-family: arial, sans-serif;
	height:180px;
	position:relative;
	font-size:12px;
	margin-left: 2px;
	margin-top: 15px;
	z-index:100;
}

.menu2 ul {
	padding:0;
	margin:0;
	list-style-type: none;
	background:#FFF;
	width:115px;
	height:180px;
	border:0px;
}

.menu2 ul li ul {
visibility:hidden;
position:absolute;
height:0;
overflow:hidden;
top:0;
left:100px;
}

.menu2 ul li {
float:left;
}

.menu2 ul li a, .menu2 ul li a:visited {
display:block;
float:left;
text-decoration:none;
color:#000;
width:105px;
height:20px;
line-height:19px;
font-size:11px;
background:transparent;
padding-left:10px;
}

* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; w\idth:90px;}

.menu2 table {
border-collapse:collapse;
border:0;
margin:0;
padding:0;
font-size:1em;
position:absolute;
left:0;
top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#BFA785; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #BFA785; background:#BFA785; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:15px; padding:2px 0 2px 10px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#BFA785; color:#000;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:100px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #069; list-style-type:none; background:#069;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}


/*Slut på meny*/



.center {
	text-align: center;
}