@import "/layout/artikler.css";
@import "/layout/arkiv.css";
@import "/layout/bildegalleri.css";
@import "/layout/infobox.css";
@import "/layout/menu.css";
@import "/layout/skjema.css";
@import "/layout/fsbox.css";
@import "/layout/produkter.css";

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}
a {
	color: #747475;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#topAd {
	width: 1006px;
	overflow: hidden;
}
div#mainContainer {
	margin: 0px auto;
	width: 1006px;
}
div#topContainer {
	border-bottom: 5px solid #b4ce4e;
}
div#menuContainer {
	margin: 0px auto;
	float: left;
	width: 1006px;
}
div#omContainer {
	float: right;
	clear: right;
	width: 163px;
	height: 37px;
	background-color: #568d3f;
}

div#leftSidebar {
	float: left;
	clear: left;
	width: 150px;
	height: 500px;
	background-image: url("/gfx/leftbg.jpg");
	background-repeat: repeat-y;
}

div#innholdContainer {
	width: 536px;
	float: left;
}

div#senterContainer {
	width: 134px;
	float: left;
	margin-top: 20px;
	text-align: center;
}

div#googleContainer {
	width: 134px;
	float: left;
	background-image: url("/gfx/addbartop.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #74b643;
	text-align: center;
}

div#rightSidebar {
	float: right;
	clear: right;
	margin-top: 10px;
	width: 180px;
}

div#leftAds {
	width: 142px;
	margin: 0px auto;
}
div#credits {
	clear: both;
	margin: 20px auto;
	text-align: center;
}
input.sok {
	border: 1px solid white;
	width: 160px;
	font-size: 11px;
}
td.sok {
	background-image: url("/gfx/sokbg.jpg");
	background-repeat: repeat-x;
}
.imp {
	border: 1px solid #5e5e5e;
	font-size: 11px;
	padding: 2px 2px;
}
.image {
	border: 3px solid #d0e399;
}
div.add {
	padding-top: 10px;
}
/*
-------------------------
Clearfix
-------------------------
*/
/* Easy clearing - source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{ content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
