@charset "utf-8";
html {
overflow-y:scroll;
}
body {
	background-color:#AAAAAA;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	margin-top:10px;
}
h1 {
	font-size:18px;
}

#wrapper {
	height: auto;
	width: 900px;
	margin:0px auto;
}
#topp{
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 900px;
}
#main{
	background-image:url(../images/propell.gif);
	background-color:#F0EFE2;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: auto;
	width: 894px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main_left{
	padding: 5px;
	height: auto;
	width: 201px;
}
#main_right {
	padding: 5px;
	height: auto;
	width: 200px;
	display:none;
}
#main_content{
	padding: 5px;
/*	height: auto;
*/	width: 670px;
	min-height: 480px; /* se egen hack for IE nedenfor */

/*	background-color:#33CCCC;
	border-right-width: 3px;*/
	border-left-width: 3px;
	/*border-right-style: solid;*/
	border-left-style: solid;
	/*border-right-color: #FFFFFF;*/
	border-left-color: #FFFFFF;
}
* html #main_content { /* hack for IE, force recognize of "min-height"-command */
	height: 480px;
}
.front #main_content{
	padding: 0 0 5px 0;
	width: 680px;
}
.front #main_content h1{
	background:none repeat scroll 0 0 #797981;
	margin:0;
	padding:0 0 0 20px;
	color:#ffffff;
}
#bunn{
color:#FFFFFF;
text-align:center;
}
.left_menu {
	margin:20px 0px 10px 0px;
}
.femti {
	/*background-image: url(../images/50ars.gif);*/
	background-repeat: no-repeat;
	height: 57px;
	width: 200px;
}
.left_info {
	margin:10px 12px;
}
.adobe_reader {
	margin:32px 24px 12px;
	text-align:center;
}
.get_adobe_img {
}
.available_pos {
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.art_img_right {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.art_img_left {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.artikkel_box {
	margin-top: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom:18px;
}
.nav_info {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.tittel {
	font-size: 12px;
	font-weight: bold;
}
.ingress {
}
.read_more {
	margin-top: 14px;
}

.stilling_pdf {
	text-align: right;
	margin-top:14px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
a:link {
color:#006FAF;
font-weight:bold;
text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#006FAF;
	font-weight:bold;
	text-decoration:none;
}
a {
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
}
/* ######### N E W S ######### */
.newsArea {
	width:500px;
	padding: 0 20px;
}
.newsArea p {
	text-align:justify;
}
.newsArea h2 {
	color:#333333;
	font-size:10px;
	margin:6px 0 3px;
	padding:0;
}
ul#newsfeeds {
	display:none;
}
ul#newslist {
	padding: 0 20px;
	margin:0px;
}
.newsheight {
	min-height: 388px;
}
ul#newslist li{
	border-bottom:1px solid #CCCCCC;
	list-style:none outside none;
	padding:0 0 5px;
	text-align:justify;
}
div#newpaging {
	text-align:center;
}
span.readmore_arrows {
	/*padding-top:4px;*/
}
ul.frontHeadlines {
	margin:20px !important;
}
ul.frontHeadlines li {
	border:medium none !important;
	color:#55595A;
	list-style:disc outside none !important;
	padding:0 !important;
}
ul.frontHeadlines li h2 {
	margin:9px 0;
	*margin:0px 0;
	*padding:0px;
}
ul.frontHeadlines li h2 a{
	color:#55595A;
}
a.moreNews {
	margin:0 0 0 39px;
}

