/* CSS Document */

@charset "utf-8";

body {
  margin: 0px;
  padding: 0px;
}
#header {
padding-right: 50%;
padding-left: 50%;
}
#leftcol {
  float: left;
  width: 19%;
  height: 500px;
}
#content {
  float: right;
  width: 80%;
  height: 500px;
}
#content2 {
	float: none;
	width: 500px;
	height: 500px;
}
#content3 {
	position:absolute;
	margin-left:-321px;
	left:44%;
	width: 785px;
	top: 131px;
}
#footer {
  float: right;
  width: 80%;
  height: 100px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #996633;
}
body {
	background-image: url(bg.gif);
	background-repeat: repeat;
}
.Menyoverskrift {
	font-size: 16px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
}
.style2 {font-size: 10px}

.vanligtekst {font-size: 14px}



/*   new styles to format the List Objects   */
ul#listing{
	list-style: none;
}
ul#listing li {
	list-style: none;
	line-height: 1.6em;
}
ul#listing li.Menyoverskrift b {
	text-decoration: underline;
	font-weight: bold;
	display: block;
	width: 200px;
	float: left;
}