@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
h1 {font-size: 1.5em;
	}
a:link {
	text-decoration: none;
	font-weight: bolder;
	color: #000066;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #000066;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	color: #990000;
}

.bold {
	font-weight: bold;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../bilder/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: bold;
	color: #990000;
	line-height: 30pt;
	text-align: right;
}
.twoColFixLtHdr #container #header h1 a {
	color: #990000;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #EBEBEB;
	background-image: url(../bilder/sidebar.jpg);
	background-repeat: no-repeat;
	height: 470px;
}
#sidebar1 h2 {
	margin-left: 20px;
	color: #000000;
}

#sidebar1 p {
	margin-left: 20px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent a{
	font-weight: normal;
	font-style: italic;
	color: #000000;
} 
.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 */
	text-align: center;
}
.twoColFixLtHdr #footer a {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.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;
}
#lukk {
	font-weight: 600;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	position: absolute;
	top: -21px;
	order-right-style: solid;
	order-top-style: solid;
	background-color: #666666;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-right: 20px;
}
#lukk a {
	color: #000;
	text-decoration: none;
}
#popout1 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
}
#popout2 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#popout3 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#popout4 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#popout5 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#popout6 {
	display:none;
	background-color: #CCCCCC;
	position: absolute;
	top: 15%;
	left: 40%;
	width: 400px;
	height: auto;
	margin: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#solarlogo {
	font-size: 0.8em;
	position: absolute;
	width: 780px;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 2px;
}
#solarlogo img {
	top: 3px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header_flag {
	margin-top: -30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header_flag img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.header_flag a:link {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container #sidebar1 .red {
	color: #990000;
}
/*-----------For nettkartet --------------*/
#nettkart {
	width: 550px;
	margin-left: -20px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nettkart td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 3px;
}
#nettkart_over{
	margin-left: -20px;
	left: -20px;
	font-size: 1.6em;
}
.nettkart_link {
	float: right;
	font-size: 0.7em;
	margin-top: -5px;
	margin-right: 55px;
}
#nederst {
	position: absolute;
	top: 560px;
	width: 550px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #nederst a {
	font-size: 1.1em;
	color: #DDDDDD;
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	line-height: 1em;
}
.twoColFixLtHdr #container #mainContent #nederst a:hover {
	color: #999999;	
}
