@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


div {
	border: 0;
	padding: 0;
	vertical-align: top;
}

div#container {
	width: 900px;
	background: #FFffFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#mainContent {
	width: 892px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

table, tr, td {
	padding: 0;
	vertical-align: top;
}

table#maintable {
	border: solid black 1px;
}
td#topp {
	padding: 0;
  background-image: url("topp.jpg");
  width: 892px;
  height: 172px;
  position: relative;
  left: 0;
  top: 0;
}

td#footer {
	position: relative;
	top: 0;
	left:0;
	width: 892px;
  	height: 57px;
	background-image: url("footer.jpg");
}

h1 {
	color: #2f4ca0;
	font-size: 16px;
	font-style: italic;
}
 a {
	color: #2f4ca0;
	text-decoration: none;
 }
 
 a:hover {
 	color: #000000;
 }
 
 a.aktiv {
 	color: #666666;
 }
 
div#meny {
	clear: left;
	color: #2f4ca0;
	height: 20px;
	position: relative;
	width: 730px;
	left: 160px;
	top: 143px;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	font-size: 16px;
}
div#innhold {
	padding: 15px 40px;
}

div#footertext {
	color: #2f4ca0;
	position: relative;
	width: 730px;
	height: 25px;
	left: 150px;
	top: 28px;
	font-size: 16px;
}

