@charset "iso-8859-1";
/* CSS Document */
html { overflow: visible; }
body {
	font-family: 'PT Sans Narrow', 'Helvetica', Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.034em;
	word-spacing: 0.006em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #002a3e;
	background: #e7e7e7; /* url('/grafikk/bg.png') top center repeat-y;*/
}

.bg {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}


a:link, a:active, a:visited, a:hover { color: #25548b; text-decoration: none; }
a.clean:link, a.clean:active, a.clean:visited, a.clean:hover { text-decoration: none; }
a.page:link, a.page:active, a.page:visited {
	padding: 3px;
}
a.page:hover, a.page_current:link, a.page_current:active, a.page_current:visited, a.page_current:hover {
	color: #fff;
	padding: 3px;
	background: #25548b;
}
a.inputbutton:link, a.inputbutton:active, a.inputbutton:visited, a.inputbutton:hover {
	background: url('/grafikk/menybar_bg.gif') #34b0e3 repeat-x top left;
	padding: 2px 5px 3px 5px;
	border: 1px solid #336587;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font: bold 12px Arial;
	color: #fff;
}

.login, .login a:link, .login a:active, .login a:visited, .login a:hover { color: #f4f7fa; }
.bottom a:link, .bottom a:active, .bottom a:visited { color: #333; font-weight: bold; text-decoration: none; }
.bottom a:hover { color: #333;}
.bottom a.clean:link, .bottom a.clean:active, .bottom a.clean:visited, .bottom a.clean:hover { text-decoration: none; }

img { text-decoration: none; border: 0px; text-align: center; vertical-align: middle; }
p { margin: 0px 0px 10px 0px; padding: 0px; font-size: 13px; }
form { margin: 0px; padding: 0px; }
div { text-align: left; font-size: 13px; }
ul { 
	list-style-type: disc;
	margin: 5px 5px 5px 15px;
	padding: 2px;
}
.time { color: #555; font-size: 11px; }
.font14 { font-size: 14px; }

h1, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover { 
	font-size: 30px; 
	font-weight: normal; 
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
	color: #333; }
h1.link, h1.link a:link, h1.link a:active, h1.link a:visited, h1.link a:hover { 
	color: #25548b; 
}

h2, h2 a:link, h2 a:active, h2 a:visited, h2 a:hover { 
	font-size: 20px; 
	font-weight: normal; 
	text-transform: uppercase; 
	letter-spacing: -0.015em; 
	word-spacing: 0.006em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	color: #333; 
}
h2.link, h2.link a:link, h2.link a:active, h2.link a:visited, h2.link a:hover { 
	text-transform: uppercase; letter-spacing: -0.015em; word-spacing: 0.006em; color: #25548b; }

h3, h3 a:link, h3 a:active, h3 a:visited, h3 a:hover { 
	font-size: 14px; 
	font-weight: normal; 
	letter-spacing: 0.025em; 
	word-spacing: 0.006em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	color: #333;
}
h3.link, h3.link a:link, h3.link a:active, h3.link a:visited, h3.link a:hover { color: #25548b; }

h4, h4 a:link, h4 a:active, h4 a:visited, h4 a:hover { 
	font-size: 13px; 
	font-weight: normal; 
	letter-spacing: 0.025em; 
	word-spacing: 0.006em; 
	margin: 0px 0px 5px 0px; 
	padding: 0px; 
	color: #333;
}
h4.link, h4.link a:link, h4.link a:active, h4.link a:visited, h4.link a:hover { color: #25548b; }

.heading { font-family: 'PT Sans Narrow', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.021em;
  word-spacing: 0.006em;
  line-height: 1.42em;
}

.teaser { font-family: Arial, Verdana, Geneva, sans-serif; font-size: 12px; margin: 0px; padding: 0px; }
.teaser_art { font-family: "Garamond"; font-size: 16px; margin-bottom: 10px; padding: 0px; font-weight: bold; line-height: 120%; color: #555; }
.reklame { font-family: Verdana, Geneva, sans-serif; font-size: 10px; color: #ccc; margin: 0px 0px 5px 0px; padding: 0px; }
.top { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: #ccc url('/grafikk/skygge_new.png') repeat-x left bottom;
}
.tekst {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}
.tekst h2 {
	line-height: 150%;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
.border_bottom {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
}
.td_left { text-align: left; }
.td_right { text-align: right; padding-right: 5px; }
.wrapper {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	position: relative;
}
.container {
	padding: 10px 15px 10px 15px;
	/*background: url('/grafikk/container_bg_new.png') no-repeat bottom right;*/
	overflow: hidden;
	/*background: #fff;
	url('/grafikk/container_bg.png');*/
	/*
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	*/
}
.search_container {
	padding: 10px 10px 10px 10px;
	background: #fff;
	/*url('/grafikk/container_bg.png');*/
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius: 5px;
	/*
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	*/
}
.bottom {
	margin: 0px 5px 0px 5px;;
	padding: 5px 0px 5px 10px;
	color: #333;
	font-size: 11px;
}
.skyskraper {
	float: right;
	width: 180px;
}
.tab_bar {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Helvetica", Arial, Tahoma;
	background: #25548b;
}
a.tab_menu {
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 5px 10px;
	text-align: center;
}
.tab_bar a.tab_menu_current, .tab_bar a.tab_menu:hover {
	background: url('/grafikk/container_bg.png');
	margin: 0px 5px 0px 5px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #fff;
}
.main {
	float: left;
	width: 468px;
	margin-bottom: 10px;
}
.menu {
	float: left;
	margin: 0px 15px 10px 15px;
	width: 280px;
}
.main2 {
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
.menu2 {
	float: left;
	margin: 0px 15px 10px 0px;
	width: 150px;
}
.menu_canvas {
	float: right;
	margin: 0px 0px 10px 00px;
	padding-left: 9px;
	border-left: 1px solid #ddd;
	width: 280px;
}
.canvas {
	float: left;
	width: 768px;
}
.right {
	float: right;
	width: 180px;
}
.menu .marg_left {
	margin-left: 14px;
}
.content { 
	margin-bottom: 10px;
}
.block_left { float: left; }
.block_right { float: right; }
.clear { clear: both; font-size: 0px; overflow: hidden; }
.marg { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #ddd; }
.marg_top { margin: 0px 0px 0px 0px; }
.img_border { border: 1px solid #000; }
.img_bg { background: #efefef; margin-bottom: 10px; }
.img_bg_text { padding: 3px; font-family:Verdana, Geneva, sans-serif; font-size: 11px; }

input, select, textarea {
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	background: #fff;
	border: 1px solid #b8b8b8;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	*/
	padding: 3px;
}
input.check {
	
}
input.inputsubmit, button.inputsubmit {
	background: url('/grafikk/bg_blue.png') #34b0e3 repeat-x center center;
	padding: 2px 5px 3px 5px;
	border: 0px solid #336587;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font: bold 12px Arial;
	color: #fff;
	cursor: pointer;
}
input.inputsubmit:hover, button.inputsubmit:hover {
	background: url('/grafikk/bg_blue_neg.png') #34b0e3 repeat-x center center;
	padding: 2px 5px 3px 5px;
	border: 0px solid #336587;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font: bold 12px Arial;
	color: #fff;
	cursor: pointer;
}
input.inputcancel {
	background: #ddd repeat-x top left;
	padding: 2px 5px 3px 5px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font: bold 12px Arial;
	color: #000;
	cursor: pointer;
}
.required {
	background: url('/grafikk/required.png') no-repeat center right;
}
input.input_email {
	background: url('/gfx/email.gif') no-repeat center left #fff;
	padding-left: 20px;
	width: 150px;
}
input.input_pass {
	background: url('/gfx/pass.gif') no-repeat center left #fff;
	padding-left: 20px;
	width: 150px;
}

.box_header {
	background: #000;
	color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	border-bottom: 0px;
	font-weight: bold;
}
.box {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 10px;
}
.box2 {
	background: #fff;
	padding: 10px;
	margin-bottom: 5px;
}
.error, .errorbox {
	background: #1c75bc;
	border-bottom: 0px solid #4b8fae;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
}
.infobox {
	background: #3fa9f5;
	border-bottom: 0px solid #4b8fae;
	padding: 10px;
	margin-bottom: 10px;
}
.response {
	margin-top: 10px;
	display: none;
}

.menubar {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'PT Sans Narrow',Arial;
	font-size: 16px;
	font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
	width: 100%;
	overflow: hidden;
	/*Ęborder-width: 1px 0;*/
	/*background: url('/grafikk/menybar.gif') center center repeat-x;*/
	font-style: inherit;
}

.menubar li{
	display: inline;
}

.menubar li a, .menubar li span{
	float: left;
	color: #fff;
	padding: 7px 0px 0px 10px;
	text-decoration: none;
	padding-bottom: 35px;
	/*border-right: 1px solid #336587;*/
}

.menubar li a:visited{
	color: #fff;
}

.menubar li a:hover, .menubar li a.menubar_current, .menubar li span.menubar_current {
	color: #fff;
	background: url('/grafikk/top_meny_bg.png') center center no-repeat; /*background: #e2001a; /* transparent url('/grafikk/blockactive.gif') center center repeat-x; */
}

.menubar2 {
	margin: 0;
	padding: 0;
	float: left;
	font-family: 'PT Sans Narrow',Arial;
	font-size: 16px;
	font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
	width: 100%;
	overflow: hidden;
	/*Ęborder-width: 1px 0;*/
	/*background: url('/grafikk/menybar.gif') center center repeat-x;*/
	font-style: inherit;
}

.menubar2 li{
	display: inline;
}

.menubar2 li a, .menubar2 li span{
	float: left;
	color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	background: #d7d7d7;
	/*border-right: 1px solid #336587;*/
}

.menubar2 li a:visited{
	color: #fff;
}

.menubar2 li a:hover, .menubar2 li a.menubar_current, .menubar2 li span.menubar_current {
	color: #fff;
	background: #e7e7e7 center center no-repeat; /*background: #e2001a; /* transparent url('/grafikk/blockactive.gif') center center repeat-x; */
}

.modal { 
	background-color:#fff; 
	display:none; 
	width:350px; 
	padding:15px; 
	text-align:left; 
	border:2px solid #333; 
	
	opacity:0.8; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-box-shadow: 0 0 50px #ccc; 
	-webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 { 
	background:url(/img/global/info.png) 0 50% no-repeat; 
	margin:0px; 
	padding:10px 0 10px 45px; 
	border-bottom:1px solid #333; 
	font-size:20px; 
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('/grafikk/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 350px;
    background: #FFF;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('/grafikk/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	z-index: 999;
	
	/* growing background image */
	background: #333;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;

	color: #fff;
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:20px;

	/* a little styling */	
	font-size:14px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(http://static.flowplayer.org/tools/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/*
BUTTONS
*/

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

