body  {
	background: #666666; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	float: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	border: 1px solid #666;
	text-align: left;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #sidebarMenu {
	float: left;
	width: 158px;
}

.twoColFixLtHdr #mainContent {
	margin-left: 178px;
	margin-right: 0px;
	margin-bottom: 0px;
} 
#main_under {
	margin-left: 178px;
	margin-top: 20px;
}
.twoColFixLtHdr #footer {
	padding-right: 20px;
	padding-left: 20px;
	height: 20px;
	background-color: #E2E3E5;
	margin-top: 20px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ingress {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	text-align: left;
}
.bread {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	text-align: left;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003B79;
	text-align: left;
	font-size: 16px;
}
.lesmer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #003B79;
}
.link_venstrej {
	font-size: 9px;
	font-weight: bold;
	color: #003B79;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align: left;
}

.textinput {
	padding:0;
	margin:0;
	background-color:#ffffff;
}

#form{

	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#ffffff;
}

#form ul{
	margin:0;
	padding:0;
}

#form li{
	padding:5px;
	clear:both;
	display:block;
	list-style:none;
	height:auto;
}

.textinput{
	padding:0;
	margin:0;
}

p.form{
	width: 130px;
	margin:0 5px 0 0;
	display:inline;
	float:left;
	height:auto;
		font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.button{
	float:right;
}
.liten_head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003B79; font-weight: bold; }
body {
	background-color: #E6E6DC;
}
.style3 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003B79;
}
a:link {
	text-decoration: none;
	color: #003B79;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
}
.liten_headhvit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
