@import url("reset.css");
@import url("artikler.css");
@import url("bildegalleri.css");
@import url("meny.css");
@import url("skjema.css");
@import url("nvk.css");
@import url("search.css");

body {
	background: #e5e0c7 url(/gfx/bg_top.png) repeat-x;
	
}


a {
	text-decoration: none;
	color: #402900;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 5px 0px;
	}
	
p.byline {
	margin-top: 12px;
	font-style: italic;
	font-size: 0.9em;
	clear: both;
	}

img {
	border: 0px;
	/*display: block;*/ // IE avstands fix
}

hr {
	border: 0px;
	color: white;
	background-color: white;
	border-bottom: 1px solid #cccccc;
}

th {
	text-align: left;
}

table {	
	}


table td, table th {
	padding: 10px 10px 10px 0px;	
	/*vertical-align: top;*/		
}

table th {
	border-bottom: 1px solid #cccccc;	
}

table tfoot {
	border-top:1px solid #cccccc;
	}

table tfoot .result {
	background-color:#EEEEEE;
	}
	
table tfoot .total {
	background-color:#CCCCCC;
	}


/********************
**
** General classes
**
********************/

.clear-right {
	clear: right;
	}
.clear-left {
	clear: left;
	}
.clear-both {
	clear: both;
	}

.norge {
	
	}

div#siteContainer {	
	width: 999px;
	margin: 0 auto;	
}

div#pageContainer {
	float: left;
	width: 962px;		
	}

#bodyContainer {	
	clear: both;	
	/*border: 1px solid #C6AE95;
	padding: 12px 0px 0px 6px;*/
	padding-top: 6px;
	border-top: none;
	margin: 0px;
	
}

#topShadow {
	float: left;
	clear: none;
	display: none;
	}

div#headerContainer {
	height: 116px;
}

div#headerContainer a {
	/*position: relative;
	left: -25px;*/
	}

div#headerContainer {
	height: 115px;
	width: 776px;	
	float: left;
	overflow: hidden;
}

div#headerMenu {
	width: 184px;
	height: 103px;
	text-align: right;	
	background-color: transparent;
	text-align: right;
	float: left;
	padding-top: 6px;	
	}
	
div#headerMenu a {
	/*font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;*/	
	}

div#headerContainer a {
		
	}

#menuContainer #logo {
	text-align: center;
	padding-bottom: 20px;	
}

div#leftContainer {	
	float: left;
	width: 200px;
	margin: 0px 6px 6px 0px;	
}

div#rightContainer {
	float: left;
	width: 200px;
	clear: none;
	
}

div.forside-layout div#rightContainer {
	float: right;
}

#mainSpecialContainer {
	float: left;
	}

#featureContainer {
	float: left;
	margin-right: 12px;
	}

#nvcMainWrapper {
	width: 200px;
	margin-right: 12px;
	float: left;
	}

div#contentContainer {
	min-height: 500px;	
	margin: 0px 6px 6px 0px;		
	float: left;
	width: 550px;
}

div.three-column-layout div#contentContainer {
	min-height: 500px;
	margin-right: 0px;
	width: 756px;
	}

div.forside-layout div#contentContainer {
	/*margin-top: 6px;*/
	width: 756px;	
	clear: left;
	background: none;
	border: none;
	}

div#footerContainer {
	height: 48px;
	background: transparent url(/gfx/bg-footer.png) repeat-x 0px -30px;
	border: 1px solid #c6ae95;
	clear: both;
}

#footerContainer table {
	color: #c6ae95;
	margin-left: 26px;
	}

div#creditsContainer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	padding: 12px 0px 6px 0px;
	color: #999999;
}

#creditsContainer a {
	color: #666666;
	}


div.statiskSide, div.PageTop {
	padding: 12px;
	margin-bottom: 12px;			
	background: #FFFFFF url(/gfx/bg-block.png) repeat-x;
	border: 1px solid #c6ae95;
	clear: both;	
	}

body.three-column-layout div.statiskSide, body.three-column-layout div.PageTop {
	width: 730px;
	min-height: 250px;
	float: left;
	}

body.two-column-layout div.statiskSide, body.two-column-layout div.PageTop {
	width: 524px;
	float: left;
	min-height: 25px;
	}

/****************************
**
** Districts block
**
****************************/

div.districtItem {
	font-size: 1.2em;
	border-bottom: 2px solid #c8c2b0;
	padding: 4px;
	margin-bottom: 5px;
	}
	
div.districtItem a {
	color: #402900;
	}



/********************************
**
** General blocks
**
********************************/

.block {
	padding: 12px;
	margin-bottom: 6px;
	background: #FFFFFF url(/gfx/bg-block.png) repeat-x;
	border: 1px solid #c6ae95;
	}

.one-column {
	width: 236px;
	}
	
.two-column {
	width: 478px;
	}
	
.three-column {
	width: 720px;
	}

.four-column {
	width: 774px;
	}

.float-left {
	float: left;
	}

/*
.no-margin-left {
	margin-left: 0px; 
	}
	
.no-margin-right {	
	margin-right: 0px;
	}
*/

div.nvc-block ul {
	list-style-type: none;
	margin-left: 0px;
	}

div.nvc-block ul li {
	font-size: 1.2em;	
	border-bottom: 2px solid #c8c2b0;
	padding: 4px;
	margin-bottom: 5px;
	
	}
	
div.nvc-block ul li a {
	color: #402900;
	}
*/


/**************** Clearfix ***************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}