html {
	margin: 0px;
	padding: 0px;
	background: url(img/bg.jpg);
	}

body {
	width: 900px;
	margin: 0px auto;
	padding: 0px 50px 0px 50px;
	background: url(img/bgMain.jpg) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited{
	color:#00aaee;
	text-decoration: underline;
	font-weight:bold;
}



a:hover, a:active {
	text-decoration: underline;
	color: #0099dd; 
	font-weight:bold;
}

h1 {
	margin: 0px;
	width: 100%;
	height: 150px;
	background: url(img/header.jpg) left bottom no-repeat;
	background-color:#FFFFFF;
	}
	
h4 {
margin:0px 0px 5px 0px;
padding:0px;
font-size:10px;
	}
	
h5 {
	font-size: 1.2em;
}
/* --- Wrapper --- */
div#wrapperMain {
}
/* --- Wrapper SLUTT --- */
	

/* --- Innhold (content) --- */
div.content_left {
    background: url(img/bgMenuTop.jpg) center top no-repeat;
	float: left;
	width: 140px;
	padding: 10px;
	height:100%;
	}
	
div.content_main {
	width: 570px;
	margin: 0px 0px 0px 10px;
	float: left;
	}
	
div.content_right {
    background: url(img/bgMenuTop.jpg) center top no-repeat;
	width: 140px;
	padding: 10px;
	float: left;
	font-size:9px;
	}
	
div.footer {
	clear: both;
	overflow:hidden;
	background: #ffffff;
	color: #666666;
	padding: 10px;
	text-align: center;
	height:100px;
	background: url(img/bgFooter.jpg) left top no-repeat;
	}
/* --- Innhold SLUTT --- */


/* --- Meny topp --- */
div.menu_top {
	height: 50px;
	margin: 0px 0px 0px 0px;
	background: url(img/bgMenu.jpg) left top no-repeat;
	font-size: 11px;
	width: 100%;
	background-color:#FFFFFF;
	}
	
	div.menu_top ul {
		margin: 0px 0px 0px 170px;
		padding: 0px;
		}
		
		div.menu_top ul li {
			display: inline;
			list-style-type: none;
		}
		
	div.menu_top ul a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		float: left;
		padding: 8px 13px 0px 13px;
		height: 22px;
	}
	
		div.menu_top ul a:hover, div.menu_top ul a.active_menu {
			background: url(img/bgMenuHover.jpg);
	}
/* --- Meny SLUTT --- */


/* --- Meny venstre --- */
div.menu_left {
height:100%;
	}
	
	div.menu_left ul {
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
		letter-spacing: 2px;
		}

		
		div.menu_left li {
			display: inline;
			list-style-type: none;
		}
		
		div.menu_left li a {
			display: block;
			text-decoration: none;
			border-bottom: 1px solid #ddd;
			color: #000;
			font-weight:normal;
		}
	div.menu_left li a:hover {

			color: #00aaee;

		}
/* --- Meny SLUTT --- */


/* Nyheter */
.imgborder{
	border: 1px solid #CCCCCC;
	margin-right:10px;
}
div.main_article, div.secondary_article {
	padding: 0px 10px 10px 10px;
	margin-right: 10px;
}

div.main_article, div.articles_wrap {
	border-bottom: 2px solid #EEEEEE;
}

div.secondary_article p {
float:left;
}

div.main_article {
    width: 540px;
	clear: both;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	}

div.secondary_article {
	width: 253px;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	border: none;
	}
	
div.articles_wrap {
	float: none;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	img.news_icon {
		float: left;
		margin: 0px 8px 5px 0px;
		}

	div.main_article h3, div.secondary_article h3 {
		font-size: 18px;
		color: #333333;
		margin: 0px 0px 10px 0px;
		padding:0px;
		text-align: left;
		text-decoration:none;
		}
		
		
		
		h3 a {
		text-decoration:none;
		}

		div.main_article h3 a, div.secondary_article h3 a {
			color: #444444;
			text-decoration: none;
		}
		
.artikelForms {
	width:100%;
	height:30px;
}

.artikelBilde {
	float:right;
	height:auto;
	width:auto;
	margin-left:10px;
	font-size:10px;
	color:#666666;
	margin-top:5px;
}

p.headline_articles {
	margin: 8px 0px;
	}
	
	p.headline_articles a {
		text-decoration: none;
	}
/* --- Nyheter SLUTT --- */

/* --- Arkiv --- */
div.search {
	margin: 2px 0px 20px 0px;
	}
	
table.more_articles td {
	vertical-align: top;
	}
/* --- Arkiv SLUTT --- */

/* --- Forms --- */
input.formText {
	height: auto;
	width:120px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	font-size: 9px;
	padding: 5px;
	}
	
p.formText {
	padding-top: 30px;
	}


		
/* --- Forms SLUTT --- */

/* --- Footer --- */
div.footer a {
	text-decoration: none;
	color: #444444;
	
	}
	div.footer a:hover {
		text-decoration: underline;
	}
/* --- Footer SLUTT --- */