body {
	background-color: #ffeebd;
	margin: 0px 0px;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: white; 
	SCROLLBAR-3DLIGHT-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
}

a {
	color: #008c9a;
}

div#pageContainer {
	margin: 0px auto;
	width: 800px;
	height: 520px;
	overflow: hidden;
}

div#insideContainer {
	margin: 17px 29px;
}

div#menuContainer {
	
	width: 170px;
	float: left;
	background-image: url("/gfx/menuBottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	
}
div#menuContainerInside {
	height: 450px;
	background-color: white;
}

div#contentContainer {
	float: left;
	width: 379px;
	margin-top: 150px;
	margin-left: 11px;
}
div#contentContainerInside {
	background-color: white;
	height: 302px;
	padding: 10px 23px;
	overflow: auto;
}
div#nyhetsContainer {
	float: left;
	width: 170px;
	margin-top: 150px;
	margin-left: 11px;
}
div#nyhetsContainerInside {
	height: 252px;
	background-color: #fff56c;
}
div#nyhetsbrevContainer {
	height: 70px;
	background-color: #fff56c;
}
div#sponsorContainer {
	text-align: center;
	margin: 0px auto;
	width: 800px;
}
div#sponsorContainer td {

}
div#creditsContainer {
	text-align: center;
	margin: 0px auto;
	width: 800px;
	color: #a79355;
	font-size: 8pt;
}

div#creditsContainer a {
	color: #a79355;
	text-decoration: none;
}

table.rsstb {
	margin: 5px 5px;
}
table.rsstb td {
	padding: 5px 5px;
}

table.rsstb a.rsslink {
	color: black;
	text-decoration: none;
}
input.imp {
	border: 1px solid #008c9a;
}
