


/*		

		Basic layout

---------------------------------------- */

html body {
	color: #444;
	background: url("images/top_bg.jpg") repeat-x top #E9E9E9;
	line-height: 1;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: url("images/page_bg.jpg") repeat-y #FFF;

	margin-top: 40px;
}

#banner {
	height: 171px;
	background:url("images/banner.jpg");
}






#centerContent {
	width: 504px;
	padding: 40px;
	padding-right: 0;
	float: left;

}

#rightContent {
	width: 292px;
	margin-right: 1px;
	background: url("images/rightC_1.jpg") right top;
	float: right;
	min-height: 380px;	
	_height: 380px;
}

#footer {
	clear: both;
	display: block;
	width: 900px;
	text-align: center;
	font-size: 11px;
	color: #888;
	background: #E9E9E9;
	border-top: 1px solid #BFBFBF;

	padding-top: 20px;
	padding-bottom: 20px;
}








/*		

		Forskjellig RightContent bilde

---------------------------------------- */

#about_us #rightContent, 
#tjenester #rightContent,
#om_oss #rightContent
{
	background: url("images/rightC_2.jpg");
}





/*		

		Navigasjon / leftContent

---------------------------------------- */

#navlist, #navlist li {
	margin: 0; padding: 0;
	list-style: none;
}

#leftContent {
	clear: both;
	height: 30px;
	background: url("images/nav_bg.jpg");
}

#navlist li {
	float: left;
}

#navcontainer {
	float: right;
	margin-right: 20px;
}

#navlist li a {
	display: block;
	height: 20px;
	width: auto;
	padding: 10px 20px 0 20px;

	/* IE6 */
	_padding: 10px 0 0 0;
	_width: 80px;

	color: #959BA5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;

	border-left: 1px solid #474747;
}

#navlist li #active {
	color: #444;
	background: #FFF;
}

#navlist li a:hover {
	color :#FFF;
}







/*		

		typografi, tekstst¿rrelser o.l.

---------------------------------------- */

.pageDescription, #pageDescription {
	font-weight: bold;
	margin-bottom: 20px;
}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}

h1,h2,h3,h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
}

a {	color: #222;}


#footer p {
	font-size: 11px;
}







 /* kontakt endring */

.form input {
	margin-bottom: 10px;
}

.form label {
	margin-bottom: 5px;
	display: block;
}




/*		

		Banner lenke

---------------------------------------- */

#banner h1 a {
	display: block;
	width: 200px;
	margin-left: 40px;
	margin-top: 40px;
	height: 90px;
	text-indent: -9999px;
	float: left;
}

#banner #langSel {
	width: 200px;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}

#banner #langSel a {
	color: #A0A0A2;
	text-decoration: none;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 20px;
}

#banner #langSel a:hover {
	color: #FFF;
}




/*		

		Mapper / Nyheter

---------------------------------------- */

.newsFolderHeader { display: none;}

div.newsItem {
	float: left;
 	width: 230px;
}

.twoColumn {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.clearer {
	display: none;
}

.newsItem h2 {
	line-height: 1;
	text-transform: none;
	font-size: 14px;
}

.newsItem p {
	margin-bottom: 5px;
	font-size: 12px;
}

.newsItem h2 a {
	text-decoration: none;
	font-weight: bold;
}

div.newsItem.odd { float: left; margin-right: 40px;}

div.newsItem.even { float: right;}


div.newsItemDate, p.newsPageDetails{ display: none;}

div.newsItem a img.newsItemImage, .newsPageDescriptionImage{
	float: left;
	margin: 0 10px 10px 0;
}

.newsItem a img.newsItemImage {
	max-width: 100px;
	_width: 100px;
}

.newsPageDescriptionImage {
	max-width: 250px;
}

div.newsItemFooter { clear: both;}






.folderList a {
	font-weight: bold;
	font-size: 14px;
}

.folderList dd {
	line-height: 1.7;
	font-size: 12px;
}

.folderList {
	margin-top: 20px;
}






/*		

		Fjerning av diverse

---------------------------------------- */

.objectDescription, .hiddenStructure, #leftContentTitle, #documentActions
{display: none;}

/* hack for removing objectPath in IE without leaving any whitespace */
.objectPath {
	text-indent: -99999px;
	height: 0px;
}










