@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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/design/body_fill.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {

}
#header {
	background-image: url(images/design/zinken_header.jpg);
	background-repeat: no-repeat;
	height: 84px;
}
#header {
	background-image: url(images/design/zinken_header2.jpg);
	background-repeat: no-repeat;
}
#menu {
	background-image: url(images/design/menu_fill.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	
	float: left;
}
#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	width: 100px;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	
}
#menu ul li a:hover {
	color: #333;
	background-color: #999;
}
#innhold {
	width: 900px;
	background-image: url(images/design/tl_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_innhold {
	width: 650px;
	margin: 30px;
	float: left;
}
.left_innhold ul {
	list-style-position: outside;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#right_innhold {
	background-color: #FFFFFF;
	background-image: url(images/design/left_fill.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 190px;
}
.left_innhold img.left{
	padding: 4px;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
}
.left_innhold img.right {
	padding: 4px;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 15px;
	background-color: #F7F7F7;
	border: 1px solid #DDD;
}


#right_innhold p b {
	font-weight: bold;
	color: #00FFFF;
}
#right_innhold p {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-top: 15px;
}
#right_innhold p strong {
	color: #333;
}
#right_innhold .right_overskrift p {
	margin: 0px;
}
.right_overskrift {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.right_overskrift p {
	text-align: center;
}
.right_text {
	font-size: 11px;
	color: #666666;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer {
	font-size: x-small;
	color: #999999;
	margin-left: 20px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-right: 20px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}

h1 {
	color: #5AB2E0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	background-color: #F7F7F7;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #DDD;
	border-bottom-color: #DDD;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-indent: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
a {
	color: #5AB2E0;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
}
.galleri {
	margin-top: 15px;
	margin-bottom: 15px;
}
.galleri img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 3px;
}
.editable {
}
.infobox {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DDD;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}
.infobox p {
	color: #666;
	font-style: italic;
	line-height: 18px;
	text-align: justify;
}
.twobox {
	background-color: #F7F7F7;
	width: 293px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #DDD;
	display: inline;
}
.twobox p strong {
	font-size: 12px;
	color: #5AB2E0;
}
.clr {
	clear: both;
}
#top {
	background-color: #BEC9CD;
	height: 25px;
	margin-bottom: 1px;
}
.twobox a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left_innhold ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

