/* ----------------------------- General ----------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #252223;
}

.clearer {
 	line-height: 0 !important;
    clear: both;
    margin : 0 !important;
    padding: 0 !important;
    border: 0 !important;
	font-size: 0 !important;
	height: 0 !important;
}

.spacer {
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.blue {
	color: #02448c;
}

p {
	padding-bottom: 10px;
}

ul {
	list-style-position: inside;
	margin: 0 0 17px 20px;
}

h1, h2 {
	font-size: 20px;
	font-weight: normal;
	color: #02448c;
	letter-spacing: -1px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 11px;
	font-weight: bold;	
	letter-spacing: 0;
	color: #02448c;
}
h4, h4 a {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

a { text-decoration: none; color: #02448c; }
a:hover { text-decoration: underline; } 
a img { border: 0 !important; }

hr {
	border: 0;
}

hr.bold_grey {
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 6px;
	margin-bottom: 6px;
}

hr.thin_grey {
	margin: 10px 0 10px 0;
	color: #f2f2f2;
	background-color: #f2f2f2;
	height: 1px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/* ----------------------------- Header ----------------------------- */
#logo {
	margin-top: 15px;
}

#header {
	margin-top: 25px;
	height: 22px;
	vertical-align: top;
}

/* Menu */
#menu {
	width: 900px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}

#menu ul {
	margin-left: 0px;
}

#menu ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #02448c;
}

#menu ul li#first  {
	padding-left: 0;
	border: none;
}

#menu ul li a {
	color: #3F3F3F;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #02448c;
	text-decoration: none;
}

#menu .active {
	color: #02448c !important;
	font-weight: bold !important;
}

/* Submenu dropdown */
#dropdown {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#dropdown li a {
	display: block;
}

#dropdown div {	
	position: absolute;
	margin-top: 3px;
	visibility: hidden;
	background: #f2f2f2;
	min-width: 125px;
}

#dropdown div a {
	position: relative;
	display: block;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-transform: none;
	color: #252223;
	border-top: 1px solid #ffffff;
}

#dropdown div a:hover {
	color: #02448c;
}


/* Language flags */
#language {
	float: right;
	width: 40px;
	padding-top: 1px;
}


/* ----------------------------- Frontpage ----------------------------- */
#flash {
	width: 950px;
	height: 407px;
	background-color: #CCCCCC;
}

#main_front #content {
	margin-top: 25px;
	font-size: 10px;
}

#main_front #content #left, #main_front #content #right {
	width: 303px;
	position: relative;
}
#main_front #content #middle {
	width: 230px;
	margin-left: 40px;
}

#main_front #content #left { padding-right: 20px; }
#main_front #content #middle { padding-right: 20px; }
#main_front #content #right {  }

.news {
	margin-bottom: 10px;
}

/* NE nyheter */
.date {
	width: 100px;
	color: #02448c;
	text-transform: lowercase;
}

#left .entry {
	width: 203px;
}

/* Selection list */
.selection {
	position: relative;
	height: 15px;
	width: 302px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 55px;
	padding: 2px 0 6px 0;
}

#selection_last {
	margin-bottom: 0;
}

.selection ul {
	list-style-image: url(images/bullet.gif);
	display: inline;
}

.selection ul li {
	padding-left: 5px;
}

.selection ul li a {
	font-size: 20px;
	font-weight: normal;
	color: #02448c;
	letter-spacing: -1px;
}

img.selection_image {
	display: block;
	right: 0;
	top: -48px;
	border: 1px solid #f2f2f2 !important;
	position: absolute;
}

/* ----------------------------- Subpage ----------------------------- */
#main_sub {
	margin: 30px 0 30px 0;
}

/* Submenu */
#main_sub #submenu, #main_sub .news {
	width: 250px;
	float: left;
	font-size: 11px;
}

#main_sub .news .date {
	margin-top: 10px;
	width: 220px;

}

#submenu ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

#submenu ul li {
	padding-left: 5px;
}

#submenu ul li a {
	color: #252223;
	padding: 7px 0 7px 0;
	display: block;
}

#submenu ul li a:hover {
	color: #02448c;
	font-weight: normal;
	text-decoration: none;
}

#submenu ul li a#active {
	color: #02448c;
	font-weight: bold;
}

/* Content */
#main_sub #content, #main_sub .entry {
	width: 640px;
	padding: 7px 50px 0 10px;
	float: right;
	font-size: 11px;
	line-height: 19px;
}

#main_sub .entry {
	margin-bottom: 20px;
}

#main_sub #content h1, #main_sub .entry h1 {
	margin-bottom: 20px;
}

#main_sub #content p, #main_sub .entry p {
	margin-bottom: 8px;
}

#main_sub #content img, #main_sub .entry img {
	margin: 5px;
}

/* Finn property lists */
#finn_header {
	position: relative;
	left: -111px;
}

#finn_menu {
	position: relative;
	left: -111px;
	margin-bottom: 10px;
}
#finn_menu a h3 {
	font-weight: normal !important;
	color: #252223 !important;
}
#finn_menu a:hover h3, #finn_menu a:hover {
	color: #02448c !important;
	text-decoration: none !important;
}
#finn_menu a#active h3 {
	font-weight: bold !important;
	color: #02448c !important;
}
#finn_menu h3 {
	display: inline;
}

#finn_content {
	border: none;
	position:relative;
	left: -111px;
}

/* ----------------------------- Footer ----------------------------- */
#footer {
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #f2f2f2;
	color: #9b9b9b;
	font-size: 10px;
}
