@import url("/css/artikler.css");
@import url("/css/meny.css");

body {

	margin: 0px;
	background-color: #065167;
	background-image: url("/gfx/bg.jpg");
	background-repeat: repeat-x;
}

a {
	color: #005873;
}

img {
	border: 0px;
}

div#siteContainer {
	width: 960px;
	margin: 0px auto;
}

div#headerContainer {
	height: 112px;
	background-color: white;
	background-image: url("/gfx/menutop.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#toolbarContainer {
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	text-align: right;
	padding: 0px 10px;
}

div#ekstranettContainer {
	height: 10px;
	text-align: right;
	padding: 0px 10px;
}

div#toolbarContainer a, div#ekstranettContainer a {
	padding: 0px 10px;
	float: right;
	display: block;
	color: #005873;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

div#menuContainer {
	height: 45px;
	background-color: #008eb7;
	background-image: url("/gfx/menubottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;	
}

div#bodyContainer {
	margin-top: 10px;
	background-image: url("/gfx/cbg.jpg");
	min-height: 300px;
}

div#rightContainer {
	width: 270px;
	min-height: 300px;
	margin: 7px 20px 10px 10px;
	float: right;
	padding-bottom: 10px;
}

div#contentContainer {
	
	min-height: 300px;
	margin: 7px 320px 0px 10px;
	padding-bottom: 10px;
}

div#footerContianer {
	color: white;
	border-top: 20px solid #027c9f;
	padding: 0px 5px;
}

div#creditsContainer {
	font-size: 11px;
	color: white;
	padding: 5px 5px;
}

div#creditsContainer a {
	color:white;
}

.Overskrift {
	font-size: 16px;
	font-weight: bold;
}

.Uthevet {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}

.Normal {
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
}

.Liten {
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
}

