body {
	padding:0px;
	margin:0px;
	min-height:900px;
	background-color:#e0e0e0;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-image: url(../Images/gradient.png);
	background-repeat: repeat-x;
}

.overskrift {
	font-size: 16px;
	font-weight: bold;
}
.datotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #0709cf;
}

a:visited {
	color: #0709cf;
	text-decoration: underline;
}

a:hover {
	color: #F00;
}

table.tyn_kant, table.mitstilt {
	border-spacing: 0;
	border-collapse: separate;
	background-color: white;
	border-top: 0px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
	width: 900px;
}

table.tyn_kant td {
	padding: 3px;
	background-color: white;
	border-top: 1px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	border-left: 1px dotted #999999;
}

table.mitstilt td {
	background-color: white;
	border-top: 1px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	border-left: 1px dotted #999999;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.mitstilt tr th {
	background-color: #FFF;
	text-align: center;
	border-top: 1px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	border-left: 1px dotted #999999;
	padding: 0px;
}


#banner {
	background-image:url(../Images/main_content.png);
	background-repeat:repeat-y;
	position: relative;
	z-index: 64;
	top: 0px;
	height: 182px;
	width: 1024px;
	max-height:183px;
	overflow: hidden;
	padding:0;
	margin:0px auto;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner ul {
	background: transparent;
	border: 0px solid;
	overflow: hidden;
	position: absolute;
	width: 1004px;
	height: 182px;
	left: 0px;
	top: 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	white-space:nowrap;
	list-style-type:none;

}
#banner li {
	display:block;
}
#banner li a {
	color:#fff;
	text-decoration:none;
	display: block;
	height: 182px;
}

#menu_hold {
	background-image:url(../Images/main_content.png);
	background-repeat:repeat-y;
	position: relative;
	z-index: 72;
	left: auto;
	top: 0px;
	height: 30px;
	width: 1024px;
	padding:0;
	margin:0px auto;
	text-align: center;
	overflow: visible;
}

#menu {
	border-style: none;
	border-width: 0px;
	z-index: 75;
	height: 30px;
	width: 1004px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3d5190;
	background-image: url(../Images/bakgrun_meny.png);
}
#menu ul {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 115px;
  float: left;
  height: auto;
}
#menu a, #menu h2 {
  border-style: none;
  border-width: 0px;
  margin: 0;
  padding: 2px 3px;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  display: block;
  height: auto;
  width: 100%;
  line-height: 26px;
}
#menu h2, #menu ul a {
  border-style: none solid none none;
  border-right: 1px solid white;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: auto;
}
#menu ul ul h2, #menu ul ul a {
	background: #d6e6f8;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	width: auto;
	height: 15px;
	line-height: 15px;
	text-align: left;
	border: 0px solid #555555;
}
#menu a:hover, #menu ul h2:hover {
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../Images/m_button_hover.png);
	background-repeat: repeat;
	background-position: 0% 50%;
}
#menu ul ul a:hover {
	color: black;
	background-attachment: scroll;
	background-color: #b0c5dd;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
}
#menu li {
  border-style: none;
  border-width: 0px;
  position: relative;
}
#menu ul ul {
  position: absolute;
  z-index: 500;
  height: 20px;
}
div#menu ul ul {
  display: none;
}
div#menu ul li:hover ul {
  display: block;
}
#menu li a:active {
	color:#fff;
	background: transparent;
}

#CONTENT_SPACE {
	position: relative;
	z-index: 64;
	top: 0px;
	left: auto;
	min-height:500px;
	height: auto;
	width: 1004px;
	overflow: hidden;
	margin: auto;
	background-color:#ffffff;
	background-image: url(../Images/skoge_onder_meny.png);
	background-repeat: repeat-x;
}

#layout {
	background-image:url('../Images/main_content.png');
	background-repeat:repeat-y;
	position: relative;
	z-index: 22;
	top: 0px;
	left: auto;
	height: auto;
	width: 1024px;
	padding:0px;
	margin: auto;
	text-align: center;
}

#fot {
	background: transparent;
	background-image:url('../Images/bun.png');
	background-repeat: no-repeat;
	overflow: hidden;
	position:  relative;
	z-index: 32;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 1024px;
	padding:0;
	margin:0px auto;
	text-align: center;
}
.t_bred {
	width: 900px;
}

.understrek {
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
	position: relative;
	width: 900px;
	text-align: left;
	height: auto;
	margin: auto;
	display: block;



}
.texthold {
	text-align: left;
	position: relative;
	height: auto;
	width: 630px;
	right: 0px;
	display: inline-block;
	left: 270px;
}

.venstre { 
	min-height: 320px;
	width: 400px;
	position: absolute;
	z-index: 77;
	left: 70px; }

.hogre { 
	left: 540px; 
	min-height: 320px;
	width: 400px;
	position: absolute;
	z-index: 77;}

#main1, #main2 {
	top:20px;
}

#main3, #main4 {
	top: 350px;
	overflow: visible;
	visibility: visible;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 900px;
}
.Imagehold {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	width: 250px;
	left: 0px;
	margin: auto;
	top: auto;
}
#layout #CONTENT_SPACE .tyn_kant tr td ul li div {
	padding-top: 3px;
	padding-bottom: 3px;
}
