@import url("/css/menu.css");
@import url("/css/kalender.css");
@import url("/css/article.css");
@import url("/css/arkiv.css");
@import url("/css/tabeller.css");

body {
	background-color: #c7c6c0;
}

a {
	color: #e16f0a;
	text-decoration: none;
}

hr {
	color: white;
	background-color: white;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #377eb8;
}

div#wai {
	width: 944px;
	margin: 50px auto 0px auto;
	text-align: right;
}
div#wai a{
	color: white;
	font-size: 13px;
	text-decoration: none;
}
div#pageContainer {
	width: 944px;
	margin: 0px auto;
	background-image: url("/gfx/bg.jpg");
	background-repeat: repeat-y;
	overflow: hidden;
}
div#bannerContainer {
	width: 928px;
	height: 86px;
	background-image: url("/gfx/banner.jpg");
}
div#searchContainer {
	float: right;
	margin: 5px 15px;
}

div#mainContainer {
	padding: 0px 8px;
}
div#menuContainer {
	width: 581px;
	background-color: white;
	background-image: url("/gfx/menur.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
div.spacer {
	background-color: #377eb8;
	clear: both;
	height: 7px;
	line-height: 7px;
	font-size: 7px;
	margin: 0px 8px;
}

div#leftContainer {
	margin-right: 8px;
	float: left;
	width: 195px;
	background-color: white;
}

div#innholdContainer {

	width: 510px;
	float: left;
	background-color: white;
	overflow: hidden;

}
div#divInformasjon {

	width: 165px;

}
div#rightContainer {
	width: 195px;
	float: right;
	clear: right;
	background-color: white;
	margin-left: 8px;
}

div#creditsContainer {
	margin: 10px auto;
	width: 944px;
	text-align: center;
	color: #505050;
}
div#creditsContainer a {
	color: #505050;
}

div.block {
	background-color: #f6f6f6;
	margin: 5px 10px;
	padding: 5px 5px;
	min-height: 100px;
	border: 1px solid #cccccc;
}

.imp {
	border: 1px solid #cccccc;
	margin: 5px 2px;
}
.tsok {
	width: 155px;
	font-size: 12px;
	padding: 2px 2px;
}

.bitteliten {
	font-size: 10px;
	color: black;
}
div.button {
	border-top: 1px solid #d4d6d7;
	border-left: 1px solid #d4d6d7;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	
	background-color: white;
	margin: 5px 5px;
	padding: 3px 5px;
}