@import url("/layout/menu.css");
@import url("/layout/article.css");

body {

	margin: 0px 0px;
	background-color: #d4cbc7;

}

a {
	color: #fd9130;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#mainContainer {
	width: 915px;
	margin: 20px auto;
	border: 10px solid white;
	background-color: white;
}
div.colorbar {
	background-color: #635341;
	height: 5px;
	clear: both;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div#leftContainer {
	background-image: url("/gfx/leftbg.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	width: 226px;
	float: left;
	clear: left;
	min-height: 300px;
}

div#innholdContainer {
	width: 552px;
	float: left;
	min-height: 300px;
}

div#rightContainer {
	width: 137px;
	float: right;
	clear: right;
	min-height: 300px;
}

div#landContainer {
	width: 137px;
	float: right;
	height: 192px;
	overflow: hidden;
}

div#googleAdsContainer {
	min-height: 280px;
	background-color: #e4813c;
}

div#creditsContainer {
	width: 915px;
	margin: 10px auto;
	text-align: center;
}

table#sok {
	margin: 15px 5px;
}
input.sok {
	border: 0px;
	background-color: white;
	width: 170px;
}
td.sok {
	background-image: url("/gfx/sok-bg.jpg");
	background-repeat: repeat-x;
}
