body {
	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: #666666;
	background-color: #68556B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../KROPPENBALANSE2.jpg);
	height: 266px;
	width: 1000px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #meny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-variant: normal;
	text-align: center;
}
.menytekst {
	padding-right: 10px;
	padding-left: 10px;
}
.style1 {
	font-size: 24px;
	color: #666666;
}

A.footerlink:link {
	color: #666666;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
} 

A.footerlink:active {
	color: #666666;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
} 

A.footerlink:visited {
	color: #666666;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
} 

A.footerlink:hover {
	color: #333333;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
A.menylink:link {
	color: #67556B;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.menylink:active {
	color: #664F69;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.menylink:visited {
	color: #675669;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.menylink:hover {
	color: #333333;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A.containerlink:link {
	color: #922329;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.containerlink:active {
	color: #922329;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.containerlink:visited {
	color: #922329;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
} 

A.containerlink:hover {
	color: #922329;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
