@charset "UTF-8";
/* 
	CSS Document 
*/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #F3F1F1;
}
div#holder {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #C58D04;
	background-color: #FFFFFF;
}
div#top {
	background-image: url(../images/top_logo.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 800px;
}
/*
	Menu
*/
div#menu-holder {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 800px;
	padding-top:10px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 100px;
}
	
#navigation li {
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
	
#navigation a {
	color: #FFFFFF;
	margin:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left:20px;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #966026;
	text-decoration: none;
	background-image: url(../images/menu_active_bg.gif);
	background-repeat: repeat-x;
}
	
#navigation #currentpage a{
	color: #966026;
	text-decoration: none;
	background-image: url(../images/menu_active_bg.gif);
	background-repeat: repeat-x;
}
/*
	Body
*/
div#body-holder {
	margin:30px;
	font-size: 12px;
}
#body-holder a:link, #body-holder a:visited {
	color: #C58D04;
}
#body-holder a:hover, #body-holder a:active {
	color: #000000;
}
td.body_body {
	width: 458px;
	padding-right: 20px;
}
div#body_left {
	width: 478px;
	margin-right: 20px;
}
td.body_skille {
	width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dadada;	
}
td.body_nyheter {
	width: 261px;
	padding-left: 10px;
}
/*
	Body text spesific
*/
div.body_header {
	font-size: 16px;
	color: #8b5314;
	font-weight: bold;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	margin-bottom: 10px;
}
.header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.body {
	font-size: 12px;
	color: #000000;
}
div#nyheter_holder {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}
div#artikkel_holder {
	margin-bottom: 15px;
}
#les_mer {
	text-align: right;
	/*margin-bottom: 5px;*/
}
#les_mer a:link, #les_mer a:visited {
	color: #C58D04;
}
#les_mer a:hover, #les_mer a:active {
	color: #000000;
}

#tilbake {
	text-align: right;
	float: right;
	width: 100px;	
}
#tilbake a:link, #tilbake a:visited {
	color: #C58D04;
}
#tilbake a:link, #tilbake a:visited {
	color: #000000;
}

div#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 10px;
	color: #C58D04;
	margin-top:10px;
}
