@import url("/css/akriv.css");
@import url("/css/menu.css");

body {
	background-color: #9fada6;
	font-family: Arial, Verdana;
}

a {
	color: #042b2b;
}

hr {
	width: 100%;
	background-color: white;
	color: white;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #cccccc;
	height: 2px;
}

div#mainContainer {
	margin: 20px auto;
	width: 944px;
	background-color: white;
	background-image: url("/gfx/mainbg.jpg");
	background-repeat: repeat-y;
}
div#forsideNotat {
	margin-top: 10px;
	float: left;
	width: 240px;
	clear: left;
}
div#headerContainer {

}
div#bannerContainer {
	background-image: url("/gfx/banner.jpg");
	background-repeat: no-repeat;
	width: 689px;
	height: 97px;
	float: right;
}
div#menuContainer {
	background-color: white;
	width: 677px;
	height: 29px;
	overflow: hidden;
	float: right;
}
div#contentContainer {
	background-image: url("/gfx/leftbg.jpg");
	background-repeat: no-repeat;
	min-height: 300px;
	width: 913px;
	margin: 0px auto;
}
div#leftContainer {
	width: 234px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#innholdContainer {
	width: 500px;
	float: left;
	margin-top: 13px;
}
div#innholdContainerForside {
	width: 720px;
	float: left;
	margin-top: 13px;
	margin-left: 10px;
	display: inline;
	overflow: hidden;
}
div#rightContainer {
	width: 173px;
	float: right;
	margin-top: 13px;
}
div#creditsContainer {
	margin: 0px auto;
	width: 913px;
	text-align: center;
}

table.sok {
	margin: 10px 10px;
	color: white;
}

input.imp {
	border: 1px solid #1a1b13;
	background-color: white;
}

div#sbAktuelt {
	background-image: url("/gfx/sbbg.jpg");
	background-repeat: repeat-y;
	width: 163px;
	margin-bottom: 5px;
}
div#sbKontakt {
	background-image: url("/gfx/sbbg.jpg");
	background-repeat: repeat-y;
	width: 163px;
	margin-bottom: 5px;
}
/*
---------------------------------------
Artikkel
---------------------------------------
*/
.artikkeltb {
	width: 100%;
	margin-bottom: 20px;
}
/*
---------------------------------------
rss
---------------------------------------
*/
table.rss {

}
td.rad1 {
	padding: 5px 2px;
}
td.rad2 {
	padding: 5px 2px;
}
a.rsslink {
	color: black;
	font-size: 12px;
	text-decoration: none;
}
/*
------------------------------------------
Clearfix
------------------------------------------
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

