/* CSS - Body */
* { 
    margin:0; 
    padding:0; 
} 

body {
	margin: 0;
	padding: 0;
	background-image: url('../images/flare.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
body, html {
	width: 100%;
	height: 100%;
	position: relative;
}
#bodyCont {
	width: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div.header {
	position: relative;
	width: 820px;
	height: 196px;
	display: block;
	margin: 0 auto;
	border: 0;
	background-image: url('../images/logo.jpg');
	background-position: center top;
	background-repeat: no-repeat;
/* 	background-color: #00ff00; */
}


#outerCont {
	position: relative;
	width: 840px;
	margin: 0 auto;
/*	background-color: #fff000; */
	background-image: url('../images/sideskygge.png');
	background-position: center top;
	background-repeat: repeat-y;
}
#coreCont {
	position: relative;
	width: 790px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fff;
}

#leftBox {
	float: left;
	width: 180px;
	margin: 0;
	margin-right: 20px;
/*  background-color: #c3d5d6; */
}
#rightBox {
	float: left;
	width: 140px;
	margin: 0;
	margin-left: 10px;
/*  background-color: #ff00ff; */
}

#mainContent {
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
  overflow:hidden;
  color: #000;
  background-color: #fff;
}


div.maxbredde {
	width: 650px;
	height: 1px;
	clear: both;
}


div.centered_bottom {
	position: relative;
	width: 840px;
	height: 20px;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	text-align:center;
	font-size : 11px;
	clear: both;
	color: #000;
	background-image: url('../images/bunnskygge.png');
	background-position: center top;
	background-repeat: no-repeat;
}
div.centered_bottom a {
	text-decoration: none;
	color: #000;
}
div.centered_bottom a:hover {
	text-decoration: underline;
}

div.module {
	clear: both;
/*	margin-bottom: 10px; */
}
div.module h3 {
	color: #ccc;
}
div.infobilder {
	padding: 0; margin: 0;
	padding-left: 10px;
	float: right;
}

div.module h3 {
	margin-bottom: 10px;
}

/* MENYEN */

#leftBox ul { 
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
#leftBox ul li { 
	margin: 2px 2px 0 0; 
	padding: 0;
	border-bottom: 1px solid #286a8a;
	border-left: 3px solid #286a8a;
	}
#leftBox ul li a { 
	display: block; 
	color: #000;
	margin: 0; 
	padding: 5px 5px; 
	text-decoration: none;
	letter-spacing: 1px; 
	}
#leftBox ul li a:hover { 
	color: #fff;
	background-color: #ccc;
	} 
#leftBox ul li#current a { 
	color: #000; 
	background-color: #fff;
	} 
#leftBox ul li#current a:hover { 
	color: #fff; 
	} 
#leftBox ul li#this a { 
	color: #fff; 
	} 
