html {
	background: url(../img/bg.gif);
}

body {
	background: #F0F0F0;
	width: 786px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.menu {
	float: left;
	width: 140px;
}

div.content {
	background: #FFFFFF;
	float: left;
	width: 626px;
	padding: 10px;
}

div.footer {
	clear: both;
	background: #000083;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	}
	div.footer a  {
		color: #FFFFFF;
		}
	
h1 {
	height: 120px;
	background: url(../img/header.jpg);
	margin: 0px;
}

/* Linker */
a {
	color: #000083;
	text-decoration: none;
	}

/* Tekst */
h2 {
	font-size: 2em;
	margin: 0px;
	}


	
/* Meny */
div.menu ul {
	margin: 10px 0px;
	padding: 0px;
	}
	
	div.menu li {
		list-style-type: none;
	}

div.menu li a {
	text-decoration: none;
	display: block;
	padding: 2px 20px;
}

/* Nyheter */

div.news_article
	{
	width: 90%;
	margin: 0px 5px 0px 0px;
	}
	
div.news_article
	{
	width: 90%;
	height: auto; 
	overflow: auto;
	margin-bottom: 15px;
	}

p.news_footer {
	font-style: italic;
	font-size: 0.9em;
	margin: 0px;
}
p.news_readmore {
	margin: 0px;
	}

div.news_article h4
	{
	font-size: 1.3em;
	margin: 10px 0px 2px 0px;
	border-bottom: 1px dashed #AAAAAA;
	}

div.news_picture {
	float: left;
	display: block;
	margin: 5px;
}

p.news_picture_comment {
	font-size: 0.8em;
	margin-top: 0px;
}

.news_link_back {
	clear: both;
}
	
/* Styret */
table tr.row1 {
	background: #F0F0F0;
	}
	
/* Reportasjer */
table.reportasjer {
	width: 100%;
	}

.row2 {
	background: #F0F0F0;
	}