body, * {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	}

h1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #43755c;
	}

p {
	margin-bottom: 16px;
	}

.info {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	}

.info a {
	font-size: 11px;
	line-height: 14px;
	}

.white {
	background-color: #FFF;
	}

.clearAll { clear: both; }

textarea, input, select { outline: none; }

#wrapper {
	max-width: 936px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	}
	
#main {
	border: 4px solid #63b050;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	}

#top {
	margin-top: 25px;
	}

/*-------------------------------------------------------------------------------------*/
/*  SPRÅKVELGER                                                                        */
/*-------------------------------------------------------------------------------------*/

#langPicker {
	float: right;
	margin-top: 10px;
	}

.lang {
	float: left;
	width: 24px;
	height: 18px;
	margin-left: 5px;
	}

#langPicker .noSel {
	background-image: url(../img/flag_no_on.png);
	background-repeat: no-repeat;
	}

#langPicker .no {
	background-image: url(../img/flag_no_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#langPicker .no:hover {
	background-image: url(../img/flag_no_on.png);
	}

#langPicker .enSel {
	background-image: url(../img/flag_en_on.png);
	background-repeat: no-repeat;
	}

#langPicker .en {
	background-image: url(../img/flag_en_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#langPicker .en:hover {
	background-image: url(../img/flag_en_on.png);
	}

#langPicker .deSel {
	background-image: url(../img/flag_de_on.png);
	background-repeat: no-repeat;
	}

#langPicker .de {
	background-image: url(../img/flag_de_off.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#langPicker .de:hover {
	background-image: url(../img/flag_de_on.png);
	}

/*-------------------------------------------------------------------------------------*/
/*  KOLONNER                                                                           */
/*-------------------------------------------------------------------------------------*/

.col {
	width: 33.3333333333%;
	float: left;
	display: table;
	}

.fullWidth {
	margin: 0 25px 20px 25px;
	}

.firstCol {
	margin: 0 15px 0 25px;
	}

.secondCol {
	margin: 0 15px 0 10px;
	}

.thirdCol {
	margin: 18px 25px 0 10px;
	}

.fourthCol {
	
	}

.campingGuide {
	padding: 15px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.catalogue, .onlyCatalogue {
	background: transparent;
	}

.catalogue img {
	display: block;
	margin: 0 auto 15px auto;
	}

.onlyCatalogue img {
	display: block;
	margin: 0 auto;
	}

.catalogue p {
	font-size: 12px;
	line-height: 14px;
	background: transparent;
	padding: 0 5px 0 10px;
	}

.greyBox {
	padding: 15px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.greyBox p, b, div, span {
	background: transparent;
	}

.greyBox .ledetxt {
	line-height: 30px;
	float: left;
	margin-right: 20px;
	}

.rightPD {
	width: 30.5%;
	margin: 0 1% 0 2%;
	float: right;
	}

/*-------------------------------------------------------------------------------------*/
/*  KVITTERING                                                                         */
/*-------------------------------------------------------------------------------------*/

.rct_line {
	width: 100%;
	height: 30px;
	display: table;
	}

.rct_line.drk {
	background-color: #E9E9E9;
	}

.rct_leadtxt {
	float: left;
	width: 35%;
	font-size: 13px;
	line-height: 30px;
	color: #666;
	display: table;
	padding-left: 10px;
	background: transparent;
	}

.rct_data {
	width: 65%;
	font-size: 13px;
	line-height: 30px;
	color: #333;
	background: transparent;
	}

.rct_full {
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	background: transparent;
	padding: 0 0 10px 10px;
	}

/*-------------------------------------------------------------------------------------*/
/*  SKJEMA                                                                             */
/*-------------------------------------------------------------------------------------*/

.inputSpan {
	display: block;
	overflow: hidden;
	padding: 0 2px 0 0;
	}

.legend {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #43755c;
	font-size: 13px;
	margin-bottom: 3px;
	}

.black {
	color: #000;
	}

.textBox {
	width: 100%;
/*	max-width: 400px; */
	height: 30px;
	font-size: 15px;
	text-align: left;
	color: #333;
    border: 0;
    text-indent: 6px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin-bottom: 10px;
    }

#CardNum {
	width: 300px;
	}
    
.selects select {
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 30px;
    text-indent: 6px;
    border: 0;
	-webkit-appearance: none;
	background: transparent;
	
	-moz-appearance: none;
/*    text-indent: 0.01px; */
    text-overflow: '';
	}

.selects {
	width: 100%;
/*	max-width: 400px; */
	height: 30px;
	overflow: hidden;
	background: url(../img/pdpil.png) no-repeat right;
	border: 0;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin-bottom: 10px;
	}

.bDayPD {
	width: 30.5%;
	margin: 0 1% 0 2%;
	float: left;
	}

.smallButt {
	display: table;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	background-color: #63b050;
	color: #FFF;
    border: 0;
    padding: 0 15px 0 15px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
    }

.regular {
	background-color: #e5e5e5;
	}

.error {
	background-color: #ffbfbf;
	}

/*-------------------------*/

.chkBoxHolder {
	height: 35px;
	margin: 10px 0 20px 0;
	display: table;
	background: transparent;
	}

input[type=checkbox].chkBox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	}

input[type=checkbox].chkBox + label.chkBox-label {
	padding-left: 25px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #43755c;
	font-size: 13px;
	line-height: 16px;
	vertical-align: middle;
	cursor: pointer;
	}

input[type=checkbox].chkBox:checked + label.chkBox-label {
	background-position: 0 -16px;
	}

.chkBox-label {
	background: transparent url(../img/chkbox.png);
	}

.chkBox-label.whitebox {
	background: transparent url(../img/chkboxwhite.png);
	}

.chkBox-label a {
	color: #43755c;
	}

/*-------------------------------------------------------------------------------------*/
/*  FOOTER                                                                             */
/*-------------------------------------------------------------------------------------*/


.bigButt {
	display: table;
	height: 45px;
	font-size: 22px;
	line-height: 45px;
	background-color: #63b050;
	color: #FFF;
    border: 0;
    padding: 0 25px 0 25px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
    }

.bigButt.grey {
	background-color: #999;
	float: left;
	margin-right: 15px;
	}

.footLeftCol {
	float: left;
	}

.footLeftCol .ledetxt {
	display: table;
	float: left;
	display: block;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	color: #63b050;
	margin-right: 10px;
	}

#sum {
	display: table;
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
	}

.footRightCol {
	 float: right;
	 }