@import url("/layout/menu.css");
@import url("/layout/article.css");

body {
	margin: 0px;
	background-color: #d4cbc7;
}

a {
	color: #902323;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#mainContainer {
	margin: 20px auto;
	border: 10px solid white;
	width: 916px;
	background-color: white;
}

div#headerContainer {
	width: 916px;
}

div#landContainer {
	width: 137px;
	height: 192px;
	float: right;
	clear: right;
}

div#colorbarContainer {
	background-color: #902323;
	height: 5px;
	width: 100%;
	margin: 1px 0px;
	clear: both;
}

div#leftContainer {
	width: 226px;
	clear: left;
	float: left;
	min-height: 100px;
}

div#innholdContainer {
	width: 553px;
	float: left;
	min-height: 100px;
}

div#rightContainer {
	width: 137px;
	float: right;
	min-height: 100px;
}

div#googleContainer {
	background-color: #d62424;
	min-height: 400px;
}

div#creditsContainer {
	margin: 10px auto;
	width: 916px;
	text-align: center
}

div#searchContainer {
	margin: 10px 0px;
}

td.sok {
	background-image: url("/gfx/sok-bg.jpg");
	background-repeat: repeat-x;
}
input.sok {
	border: 1px solid white;
	font-size: 10px;
}