﻿@charset "utf-8";
/*
Description:  Conta Inkasso - Egeninkasso - Den raskeste og billigste måten å få inn pengene på.
Version: 1.1
Design: Atle Hansson @ Undodo ANS
Author URI: http://www.undodo.com/
Copyright 2009 Conta Systemer AS og Undodo ANS. All Rights Reserved.
*/

/* RESETS */
/* ----------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, ol, ul, li, fieldset, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

/* Sitewide classes */
/*------------------------------------------ */

#header_nav ul li a.active{
	height:23px;
	background-color:#005b7d;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Wrap */
/* ----------------------------------------- */
html, body{
	height:100%;
}

body{
	background:#e9ecd7 url(../images/header_bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}
body a, a:active, a:visited{
	color:#FF5400;
	text-decoration: none;
}
body a:hover{
	text-decoration: underline;
}
#headerwrap{
	width: 1024px;
	height: 83px;
	margin: 0 auto;
	}
#posterwrap {
	background:transparent url(../images/mid_sides.jpg) repeat-x;
	}

#wrap{
	width:1024px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto;
	padding-bottom:50px;
}


/* Header */
/* ----------------------------------------- */
#header{
	width:100%;
	height: auto;
	position:relative;
	float:left;
}

#logo{
	margin-top: 36px;
	float:left;
}

#toplogin{
	float: right;
}
#toplogin p{
	float: left;
	font-size: 12px;
	color: #959595;
	margin: 9px 10px 0 0;
}
#toplogin a {
	margin-left: 5px;
	font-weight: bold;
}
#toplogin img {
	margin-left: 6px;
}

#header_nav ul{
float:right;
height:23px;
margin:40px -191px 0 0;
width:auto;

}

#header_nav ul li{
	display:inline;
	margin-left:22px;
	float:left;
}

#header_nav ul li a{
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#005b7e;
	text-decoration:none;
	padding:3px 7px;
}


#header_nav ul li a:hover{
	background-color:#005b7d;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#sublink{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding-top:12px;
	background:url(../images/header_line.jpg) no-repeat top;
	float:left;
	height:23px;
}

#sublink ul li{
	display:inline;	
	float:left;
}

#sublink ul li img{
	float:left;
	padding:5px 20px 0 20px;	
}

#sublink ul li a{
	font-size:14px;
	text-decoration:none;
	color:#fee9c5;
}

/* Content */
/* ----------------------------------------- */
#content{
	width:auto;
	height:342px;
	padding-top:13px;	
}

#poster {
	width:1024px;
	height:342px;
	background: transparent url(../images/mid_bg.jpg) no-repeat;
	margin:0 auto;	
}

#postertext {
	width:455px;
	height:auto;
	margin: 50px 0 0 16px;	
	float: left;
}
#graphic {
	background: url(../images/postergraphic.png) no-repeat;
	float: left;
	height:330px;
	width: 528px;
	margin: 30px 0 0 25px;
}
	
#graphic p {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 160px;
	
}
#graphic img {
	margin-left: 10px;
	
}
#ordernow {
	margin: -25px 0 0 -488px
}

#presentasjon {
	}
#presentasjon img {
	height: 200px;
	width: 318px;
	margin:20px 0 0 142px;
	}

#pagewrap{
    height: auto !important;
    height: 100%;
}
#page{
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;

}
#quotediv{
	width: 1024px;
	height: 135px;
	}
#quotediv p{
	font-size: 12px;
	color: #666;
	margin: 3px 0 0 12px;
	text-shadow: 1px 1px #fff;
	}
#quote{
	float: left;
	border-bottom: 1px solid #CCC;
	}
#contafonen{
	float: left;
	margin: 24px 0 0 80px;
	height: 80px;
	line-height: 22px;
	padding-left: 15px;
	border-left: 1px solid #ccc;
	}
#contafonen h3{
	font-weight: bold;
	font-size: 14px;
	color:#6B6C61;
	margin-bottom: 3px;
	margin-left:-4px;
	line-height:15px;
	}
#contafonen li{
	font-weight: normal;
	font-size: 12px;
}

#contafonen a{
	margin-left: 15px;
}

#arguments{
	width: auto;
	height: auto;
	position: static;
	margin-bottom: 20px;
}
#arguments p{
	font-size: 14px;
	color: #666;
	margin: 10px 0 0 0;
	line-height: 19px;
}
#arguments h1{
	font-size: 20px;
	color: #00587A;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 2px 0 0 0;
	border-top: 2px solid #fff;
	float: left;
}
#arguments img{
	float: left;
}
.argumentbox{
	width: 292px;
	height: 130px;
	margin: 0 40px 30px 0;
	float: left;
}
.argumentboxRight{
	margin: 0 0 30px 0;
	width: 292px;
	height: 130px;
	float: left;
}
.argumentboxTop{
	width: 299px;
	height: 60px;
}	

.whitefield {
	height: 6px;
	background: #fff url(../images/input_bg_txtarea.jpg) repeat-x top;
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	border-top: 1px solid #bbb;
	width: auto;
	}
.whitefieldShadow {
	background: #fff;
	height: 300px;
	padding: 30px 20px 25px 35px;
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	width: auto;
	}
.whitefieldShadowB {
	background: #fff url(../images/input_bg_txtarea_b.gif) repeat-x bottom;
	height: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #ccc;
	border-right: 1px solid #fff;
	width: auto;
	}
#convinced{
	width: 1000px;
	margin: 5px auto;
	height: 60px;
	text-align: center;
}
#convinced h1{
	font-size: 23px;
	color: #00587A;
	letter-spacing: -0.02em;
	font-weight: normal;	
	float:right;
	text-shadow: 1px 1px #fff;
}
#convinced p{
	font-size: 12px;
	color: #666;
	float: left;
	margin:10px 0 0 -12px;
	text-shadow: 1px 1px #fff;
}
	
	
.date{
	font-size:10px;
	color:#898a7f;
	float:right;
}
.content_item{
	float:left;
	width:670px;
	position:relative;
	padding:10px;
	margin-bottom:30px;
	padding-bottom:15px;
	background:url(../images/line-repeat.jpg) repeat-x bottom;
}
.category01, .category02{
	width:680px;
	float:left;
	position:relative;
}
.cat, .cat02{
	position:absolute;
	top:26px;
}
.content_ttl{
	width:670px;
	font-size:30px;
	font-weight:bold;
	color:#3a3731;
	float:left;
	padding-bottom:15px;
	background:url(../images/line-repeat.jpg) repeat-x bottom;
}
.auth{
	font-size:12px;
	color:#727272;
	float:left;
	padding:5px 0;
}
.auth span{
	color:#ff5400;	
}
.content_item p{
	float:left;
	font-size:14px;
	color:#414141;	
	padding:10px 0;
}
.content_item p a{
	color:#ff5400;	
}
.content_item h3{
	font-size:22px;
	font-weight:bold;
	color:#5c584f;
	padding:10px 0;
}
.content_item h2{
	font-size:20px;
	font-weight:normal;
	color:#5c584f;
}
.readmore, .readmore a{
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#005b7c;
	text-decoration:none;
}
.readmore img{
	margin-right:3px;	
	float:left;
}

.credit{
	width:102px;
	height:12px;
	position:absolute;
	bottom:22px;
	right:19px;
	z-index:100;
}
.say{
	width:510px;
	margin:0 auto;
}

.qout{
	width:460px;
	font-size:16px;
	font-weight:bold;
	color:#636363;
	padding-left:5px;
	border-left:#989a8c 1px solid;
	float:left;
}

.img_quote{
	float:left;	
	padding-right:10px;
}

.author{
	font-size:14px;
	font-style:italic;
	color:#636363;
	font-weight:normal;
}
/* Price page */
/* ----------------------------------------- */
#prices{
	width:1024px;
	position: absolute;
	margin: 30px 0 0 0;
}

#priceList {
	background: white;
	padding: 15px;
	margin: 0 auto;
	position:relative;
	border: 1px solid #888;
	width: 900px;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px; 	
	-khtml-border-radius: 9px;	
	}
	
#priceTable {
	border: 1px dashed #bbb;
	background:#EFFEFF url(../images/tablebg.jpg) bottom repeat-x;
	overflow:hidden;
	line-height: 35px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px; 	
	-khtml-border-radius: 6px;	
	}
	
table.pricelist tbody {
	border-right: 2px solid #fff;
	font-size: 17px;
	color: #00587A;
}

table.pricelist thead {

}

.centered {
	text-align: center;
	background: white;
	border-bottom: 1px dashed #BDF3F4;
	border-right: 1px dashed #91D3D5;
}
.centeredB {
	text-align: center;
	background: white;
	border-bottom: 1px dashed #91D3D5;
	border-right: 1px dashed #91D3D5;
}
.centeredTotal {
	border-left:1px dashed #E4C982;
	border-right:1px dashed #E4C982;
	border-bottom: 1px dashed #fff;	
	background: #FFF4AC;
	text-align: center;
}
.centeredTotalB {
	border-left:1px dashed #E4C982;
	border-right:1px dashed #E4C982;
	border-bottom: 1px dashed #E4C982;	
	background: #FFF4AC;
	text-align: center;
}
.pricelistMargin {
	padding: 0;
	width: 19px;
	border-bottom: 1px dashed #91D3D5;
}

table.pricelist img { 
	margin-right: 2px;
	margin-top: 6px; 
	margin-bottom: -6px;
}

.pricelisthead {
	background: #B0EEF0;
}
.hlseparator { 
	border-right: 1px dashed #91D3D5;
	border-bottom: 1px dashed #91D3D5;
	padding-left: 20px;
}
.hlseparatorH { 
	border-right: 1px solid #91D3D5;
	border-bottom: 3px solid #CBFAFA;
}
.valg {
	margin-left: 7px;
	font-size: 12px;
	color: #ff5400;
}

.bigprice {
	font-size: 22px;
	font-weight: bold;
	margin-right: 4px;
}
.standardHeadline, .totalHeadline {
	text-transform:uppercase;
	font-size: 24px;
	font-weight: bold;
	background: #00587A;
	color: #fff;
	text-align:center;
	border-left: 1px dashed #fff;
	border-bottom: 3px solid #CBFAFA;
	border-right: 1px dashed #fff;
}

#buyButtons {
	position: relative;
	background:#D6FDFE;
	padding: 5px 0;
	margin-top: 8px;
	border: 1px dashed #ccc;
	width: 898px;	
	-moz-border-radius: 6px;
	-webkit-border-radius:6px; 	
	-khtml-border-radius: 6px;		
}

#buyButtons table {
	margin-left: 410px;
	
}

#buyButtons table img {
	margin-left: 20px;
}

.totalHeadline {
	color: #FFDE5B;
}
	
#poster {
	position:relative;
}

#auto {
	margin: 0 auto;
	width: 930px;
}

span.auto {
	font-size: 18px; 
	margin: 0 10px 0 0; 
	text-transform:uppercase; 
	font-weight: bold;  
	color: #fff; 
	background: #00587A; 
	padding: 3px 15px;	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px; 	
	-khtml-border-radius: 3px;
	}
.bold {
 	font-weight: bold;
}
.autoReg {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px dashed #ff5400;
}

.autoReg a:hover {
	border-bottom: none;
}

div.aboTextFrame {
	background: #fff;
	padding: 20px;
	border:1px solid #888;
	margin: 60px auto 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px; 	
	-khtml-border-radius: 9px;
	width: 890px;
}

.aboTextFrame ol {
	line-height: 22px;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
	}
.aboTextFrame p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 12px;
	
}

div.startTextFrame {
	background: #fff;
	padding: 20px;
	border:1px solid #888;
	margin: 0 auto 40px;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px; 	
	-khtml-border-radius: 9px;
	width: 890px;
}

.startTextFrame ol {
	line-height: 22px;
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
	}
.startTextFrame p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	margin-top: 12px;
	
}

p.aboTextFootnote {
	font-size: 12px;
	text-align: right;	
	border: none;
	margin-top: -40px;
	background: none;
	}
		
.noCard {
	width: 400px;
	margin: 0 auto;
}
span.gebyr {
	font-size: 12px;
	margin: -2px 0 0 5px;
	color: #638D9D;

}
/* Footer */
/* ----------------------------------------- */
#footer{
	width:100%;
	height:131px;
	background: url(../images/footer_bg.jpg) repeat-x;
	float:left;
}
#footerwrap{
	width: 1024px;
	margin: 0 auto;
}

#footer ul{
	width:1024px;
	margin:45px auto 0;
}

#footer ul li{
	display:inline;	
	padding-right:45px;
	font-size:12px;
	color:#858268;
}

#footer ul li a{
	text-decoration:none;
	color:#858268;
}
#footer ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #858268;
	}
#footerlogo {
		float: right;
		margin: -16px 70px 0 0;
		width: 80px;
		}
#footerInfo ul li {
	font-size:10px;
	color: #858268;
	padding-right:20px;
	margin-top: -30px;

}