@import url("reset.css");
@import url("artikler.css");
@import url("bildegalleri.css");
@import url("meny.css");
@import url("skjema.css");

body {
}

a {

}

img {
	border: 0px;
	display: block; // IE avstands fix
}

hr {
	border: 0px;
	color: white;
	background-color: white;
	border-bottom: 1px solid black;
}

form {
	display: inline;
}

div#siteContainer {
	width: 960px;
	margin: 20px auto;
	background-image: url("/gfx/bg.jpg");
	background-repeat: no-repeat;
}

div#pageContainer {
	padding-top: 118px;
	width: 727px;
	margin-left: 95px;
}

div#headerContainer {

}

div#menuContainer {
	margin-left: 30px;
	line-height: 26px;
}

div#bodyContainer {
	background-image: url("/gfx/bodybg.png");
	background-repeat: repeat-y;
	background-position: top right;
	min-height: 850px;
}

div#submenuContainer {
	height: 24px;
	line-height: 24px;
	background-image: url("/gfx/submenubg.png");
	overflow: hidden;
	
}

div#leftContainer {
	background-image: url("/gfx/sbbg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	width: 80px;
}

div#leftContainer p {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

div#rightContainer {
	width: 185px;
	float: right;
}

div#catalogContainer {
	margin-top: 20px;
}

input#impSok {
	width: 112px;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 100%;
	background-image: url("/gfx/sok.png");
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
}

div#contentContainer {
	height: 810px;
	margin-left: 80px;
	margin-right: 185px;
	padding-right: 20px;
	width: 430px;
	overflow: auto;

	
	scrollbar-base-color: #f4ebd9;
	scrollbar-arrow-color: black;
	scrollbar-3dlight-color: #f4ebd9;
	scrollbar-darkshadow-color: #f4ebd9;
	scrollbar-face-color: #f4ebd9;
	scrollbar-highlight-color: #f4ebd9;
	scrollbar-shadow-color: #f4ebd9;
	scrollbar-track-color: white;	

}

div#footerContainer {

}

div#creditsContainer {
	width: 400px;
	margin: 10px auto;
	color: #bbb;
}

div#creditsContainer a {
	color: #bbb;
}