.textIntro {  font-family: Arial, Helvetica, sans-serif; font-size: 18px}
.textBody {  font-family: "Courier New", Courier, mono; font-size: 12px; line-height: 14px; color: #000000; padding-right: 5px; text-decoration: none}
.textSmall {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px}
a {color: #000000; text-decoration: none}
a.default {color: #0571B0; text-decoration: none}
.textSmallWhiteBG { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 11px; background-color: #FFFFFF}
a.whiteBG { color: #0571B0; text-decoration: none ; background-color: #FFFFFF }
.courier10pt {  font-family: "Courier New", Courier, mono; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal}
.textBodyCopy { font-family: "Courier New", Courier, mono; font-size: 12px; line-height: 14px ; color: #0571b0}
.textSmallwhite { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px ; color: #FFFFFF}
input.button {  font-family: "Courier New", Courier, mono; font-size: 12px; background-color: #FFFFFF}
input.buttonBlue { font-family: "Courier New", Courier, mono; font-size: 12px; background-color: #FFFFFF ; color: #0571B0}
.textSmallWhiteBGCopy { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 11px; background-color: #FFFFFF ; color: #0571b0}
.textBodyRED { font-family: "Courier New", Courier, mono; font-size: 12px; line-height: 14px ; color: #cc0000}
.textSmallWhiteBGRED { font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 11px; background-color: #FFFFFF ; color: #FF0000}
.textBodygraa { font-family: "Courier New", Courier, mono; font-size: 12px; line-height: 14px ; color: #666666}
.textSmallTest {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 14px; background-color: #99FF00}
.courier10ptCopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal }
.textBodyCopy2 { font-family: "Courier New", Courier, mono; font-size: 12px; line-height: 14px; color: #000000; padding-right: 5px ; white-space: pre; text-align: left; vertical-align: top; float: none; height: auto; width: 230px; padding-top: 5px; padding-left: 5px; overflow: visible; visibility: visible; position: static; z-index: auto}
.skille {  background-image: url(../img_M/arrow_bg_M.gif)}
.events {  background-image: url(img/events.gif); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
.meny {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 300; color: #FFFFFF; text-decoration: none; background-color: #99CCCC; font-style: normal}
.menylinje {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding-right: 1px;
	padding-bottom: 4px;
	word-spacing: 10px;
	padding-left: 4px;
	margin-bottom: 5px;
}
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;
	color: #000000;
	background-color: #FFF;
	background-image: url(img/bg_skravering_1500.gif);
}
.oneColFixCtrHdr #container {
	width: 100%;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	left: 0px;
	top: 0px;
	height: 1200px;
	margin: 0;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	position: fixed;
	height: 92px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	z-index: 1;
	}
.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-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-image: url(img/bg_skravering_1500.gif);
	left: 0px;
	top: 92px;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	height: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.hvit {
	color: #FFF;
}

