/*
Title: Default
Author: Siv Daland
Date: 2008-09-26
*/

body {
	background: url('../images/bg.png') repeat-x #f2f2f2; /*#f2f2f2*/
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
}

a {
	color: #f45278;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

input, select, textarea {
	color: #505050;
	font-family: Verdana;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#logo {
	background: url('../images/logo.png') no-repeat;
	width: 400px;
	height: 126px;
}

#select_lang {
	color: #909090;
	float: right;
	padding-top: 100px;
	padding-right: 3px;
}



#menu {
	background: url('../images/navbg.jpg') top repeat-x;
	border-bottom: 5px solid #ffffff;
}

#menu ul {
	list-style: none;
	margin: 6px 0 0 -40px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	color: #973457;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 15px 0 15px;
	margin: 0 10px 0 0;
	height: 23px;
}

#menu ul li a:hover {
	background: url('../images/navhover.jpg') #ffffff;
	color: #202020;
	padding-top: 11px;
	margin-top: -4px;
	text-decoration: none;
}

#menu ul li a.active {
	
}


#header {
	background: #ffffff;
	height: 200px;
	padding-bottom: 0;
	overflow-y: hidden;
	margin: 0;
}

#header ul {
	margin-top: 0;
}

#header li {
	margin-left: -40px;
}

#content_wrapper {
	background: #ffffff url('../images/contentbg.jpg') no-repeat;
	background-position: top center;
}

#content {
	line-height: 18px;
	margin: 0px 25px;
	margin-left: 35%;
	padding: 15px;
	padding-top: 20px;
	min-height: 550px;
}

#content h1 {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	border-bottom: 4px solid #d3f2f6;
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

#content h1.latest_news_en {
	background: url('../images/latest_news.jpg') no-repeat;
	height: 20px;
}

#content h1.latest_news_no {
	background: url('../images/siste_nytt.jpg') no-repeat;
	height: 20px;
}

#content h2 {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

#content h2.first {
	margin-top: 0;
}

#content h2 a {
	color: #303030;
}

#content h2 a:hover {
	color: #303030;
	text-decoration: underline;
}

#content h3 {
	color: #808080;
	font-size: 16px;
	font-weight: normal;
}

#content h2.page_title {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 4px solid #d3f2f6;
}

#content .post_date {
	border-bottom: 1px dotted #dadada;
	color: #707070;
	font-size: 11px;
	margin: 5px 0 0 0;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#content .postmeta {
	/*border-top: 1px dotted #dadada;*/
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	margin-bottom: 25px;
}

#sidebar {
	background: usrl('../images/sidebarbg.png');
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;	
	font-size: 11px;
	float: left;
	margin: 0 0 7px 0;
	padding: 15px;
	width: 32%;
}

#sidebar a {
	color: #f43973;
}

#sidebar h2 {
	color: #404040;
	font-family: "Arial";
	font-weight: normal;
	margin: 0;
}

#sidebar h2 a, #sidebar h2 a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#sidebar .box {
	background: #e9f7f8;
	border-left: 5px solid #b6dfe1;
	color: #808080;
	padding: 10px;
	margin-bottom: 15px;
}

#sidebar .box p {
	margin: 5px 0;
}

#sidebar .box ul {
	list-style: none;
	margin-left: -20px;
	margin-right: 20px;
	margin-top: 5px;
}

*:first-child+html #sidebar .box ul {
	margin-top: 0;
	margin-left: 15px;
}

#sidebar .box ul li a {
	border-bottom: 1px dotted #dadada;
	display: block;
	padding: 4px 0;
}

#sidebar .box ul li a span {
	color: #404040;
}

#sidebar .box ul li a:hover {
	border-bottom: 1px solid #dadada;
	padding: 4px 0;
	text-decoration: none;
}

#footer {
	background: #f3d3da;
	color: #707070;
	clear: both;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}




/* OPERA CSS */
	
@media all and (min-width: 0px){
	#sidebar {
		width: 32%;
	}
	
	#content {
		margin-left: 34%;
	}
}

