@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(bilder/bakgrunn.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bilder/innhold-bakgrunn.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	height: 800px;
}
.oneColFixCtrHdr #header {
	height: 141px;
	width: 850px;
	padding: 0;
	float: left;
	position: relative;
}
#SDlink {
	position: relative;
	height: 20px;
	width: 295px;
	top: 75px;
	left: 550px;
	cursor: hand;
}
.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;
	float: left;
	position: relative;
	width: 850px;
}
.oneColFixCtrHdr #mainRightContent {
	background-color: #45a791;
	width: 230px;
	float: left;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 408px;
}
.oneColFixCtrHdr #mainLeftContent {
	width: 610px;
	height: 420px;
	float: left;
	position: relative;
}
#button1 {
	position: relative;
	left: 4px;
	top: 342px;
	height: 42px;
	width: 110px;
	background-image: url(bilder/knapp.png);
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#button1 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cf0202;
	padding: 0px;
	line-height: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#button1 P {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#button2 {
	position: relative;
	left: 190px;
	top: 296px;
	height: 42px;
	width: 110px;
	background-image: url(bilder/knapp.png);
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#button2 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #cf0202;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#button2 P {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainRightContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainRightContent h1 {
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainRightContent h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FFFFFF;
}
#divider {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	float: left;
	position: relative;
	width: 230px;
	height: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 6px;
}
.oneColFixCtrHdr #footer {
	float: left;
	position: relative;
	width: 850px;
	padding: 0;
}
.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 */
	color: gray;
	font-size: 11px;
	font-family: Verdana;
}
