@import url("artikler.css");
@import url("meny.css");
@import url("skjema.css");

body {
	margin: 0px 0px;
	background-color: #76a623;
}

a {
	color: #76a623;
}
a:hover h2 {
	text-decoration: underline;
}

img {
	border: 0px;
}

div#siteContainer {
	width: 960px;
	margin: 0px auto;
	background-color: #91d221;
}

div#pageContainer {
	margin: 0px 50px;
	padding-top: 10px;
}

div#searchContainer {
	text-align: right;
	margin-bottom: 10px;
}

div#searchContainer input {
	background-color: #76a623;
	color: white;
	border: 1px solid #76a623;
	font-size: 13px;
}

div#searchContainer input.imp {
	border: 1px solid #aabc26;
	background-color: white;
	font-size: 15px;
	color: black;
}

div#headerContainer {
	height: 120px;
	text-align: right;
}

div#menuContainer {
	clear: both;
}

div#contentContainer {
	background-color: white;
	padding-top: 10px;
}

div#leftContainer {
	width: 190px;
	float: left;
}

div#rightContainer {
	width: 190px;
	float: right;
}

body#body3 div#rightContainer {
	display: none;
}

div#innholdContainer {
	border-left: 2px solid #91d221;
	border-right: 2px solid #91d221;
	margin: 0px 190px;
	min-height: 500px;
	background-image: url("/gfx/contentbg.jpg");
	background-repeat: no-repeat;
	background-position: center 20px;
}

body#body3 div#innholdContainer {
	margin-right: 0px;
	border-right: 0px;
}

div#headerContainer p {
	margin: 0px 0px;
	padding: 0px 0px;
}

div.padder {
	padding: 0px 8px;
}

div#creditsContainer {
	margin-top: 100px;
	font-size: 10px;
}

.Overskrit {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 125%;
}

.Uthevet {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 125%;
}

div#nbContainer {
	border-top: 2px solid #91D221;
	padding: 10px 10px;
	text-align: center;
}