@charset "utf-8";
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;
	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-color: #222b3b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.overskrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	line-height: 26px;
}
#mainContent2 a:link {
	color: #365c77;
	text-decoration: none;
}
#mainContent2 a:visited {
	color: #365c77;
	text-decoration: none;
}
#mainContent2 a:hover {
	color: #FFF;
	background-color: #162030;
	text-decoration: none;
}
#mainContent2 a:active {
	color: #FFF;
	text-decoration: none;
}


.mellomskrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
}
.mengdetekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8998a3;
	text-align: justify;
	line-height: 16px;
}
.oneColFixCtrHdr #container {
	width: 745px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	width: 330px;
	padding: 0;
	margin-left: 34px;
}

.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 #container #cat {
	width: 22px;
	float: left;
	position: absolute;
	margin-top: 44px;
}
.oneColFixCtrHdr #mainContent {
	width: 330px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	margin-left: 34px;
}
.oneColFixCtrHdr #mainContent2 {
	width: 600px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	margin-left: 34px;
}
/* .oneColFixCtrHdr #mainContent h1 img  {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
} */
.oneColFixCtrHdr #rightFrame  {
	float: right;
	width: 346px;
	clear: none;
	text-align: left;
}
/*.oneColFixCtrHdr #rightFrame p img  {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
} */
.oneColFixCtrHdr #rightFrame #pics  {
	width: 22px;
	float: left;
	margin-right: 12px;
}
.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;
}

img.cat_img {
	border: 4px solid #1d2637;
	padding: 0px;
        margin: 0px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
}

img.pict_img {
	border: 3px solid #1d2637;
	padding: 0px;
        margin: 0px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
}

