body  {
	font: 0.72em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg_01.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #1e98e1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5ba05f;
}
a:hover {
	text-decoration: underline;
	color: #1e98e1;
}
a:active {
	text-decoration: none;
	color: #5ba05f;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.thrColFixHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 260px;
	background: url(images/images/bilde_head2_02_02.png) no-repeat left;
	width: 955px;
	margin: 0px 0px 0px 50px;
} 
.thrColFixHdr #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: 60px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(images/logo_03.png) no-repeat right;
	height: 200px;
	text-align: right;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 60px 15px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#gjestmelding   .forklaring  p {
	font-size: 0.65em;
	color: #999999;
	width: 80px;
	margin: 0px;
	line-height: 1.8em;
	float: right;
	padding: 0px;
}
#gjestmelding       form p input     {
	margin: 0px;
	padding: 0px;
}


.thrColFixHdr #mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	float: left;
	width: 675px;
} 
#mainContent h2 {
	margin: 0px;
	padding-top: 10px;
}
#mainContent p {
	font-size: small;
}

#hovedwrap {
	background: url(images/bg_hoved_stor_02.gif) no-repeat;
	margin: 0px;
	padding: 0px 60px;
	float: left;
	width: 955px;
}
#logo {
	float: right;
	margin: 0px;
	padding: 90px 250px 0px 0px;
	border-style: none;
}
#sidebar2 h3 {
	background: url(images/45_grader_line.gif) repeat;
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 6px;
	color: #583A35;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #583A35;
	border-bottom: 1px solid #583A35;
}

#navbar {
	height: 50px;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width: 955px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	width: 112px;
}
#navbar a {
	color: #a5d3a4;
	background: url(images/meny_normal_03.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-size: 1.1em;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 112px;
}
#navbar a:hover {

}
#navbar    .active    a {
, Freq=?, LightStrength=?, Phase=?, Strength=?);
	color: #FFFFFF;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/bunn_02.gif) no-repeat;
} 
.thrColFixHdr #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: #666666;
	text-align: center;
}
.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;
}
#gjestmelding label {
	float: left;
	width: 78px;
	font-size: 0.7em;
}
#gjestmelding fieldset {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px dotted #CCCCCC;
}
#gjestmelding legend {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 1.2em;
	font-style: italic;
}

#innlegg {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.meldingfra {
	display: inline;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}
.venstre {
	float: left;
}
.hoyre {
	float: right;
}
#ingress {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
}
label {
	float: left;
	width: 120px;
}
#captcha {
	margin: 0px 0px 0px 80px;
	padding: 0px;
}

