	body {
	padding:0px;
	margin:0px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	background:#fff;
	}
	
	img { 
		border:0px; 
	}
	
	.topbg{
		background:#fff url(/finansiering/img/bg-top.jpg) 0px 12px repeat-x;
		height:70px;
		width:100%;
	}
	
	.toplogo{
		background:#fff url(/finansiering/img/top-bg-motorbike.jpg) right top no-repeat;
		height:70px;
		width:900px;
	}
	
	/* get rid of those system borders being generated for A tags */
	a:active {
	outline:none;
	}
	
	.float_right { 
		float:right; 
	} 
	
	:focus {
	-moz-outline-style:none;
	}
	
	
	input, select, textarea {
	font-size: 1em;
	}
	
	textarea, tt, pre, code {
	font-family:		verdana;
	}
	
	
	form {
	padding:            0;
	margin:             0;
	display:            inline;
	}
	
	.search_input[type="text"]:hover, .item_input:hover, .search_input:focus, .item_input:focus {
		border-top:1px solid #888;
		border-left:1px solid #888;
		border-bottom:1px solid #bbb;
		border-right:1px solid #bbb
	}
	
	.search_input {
		border-top:1px #ccc solid;
		border-left:1px #d8dee4 solid;
		border-bottom:1px #d8dee4 solid;
		border-right:1px #d8dee4 solid;
		font:11px/14px Verdana, Arial, Helvetica, sans-serif;
		height:15px;
		padding-left:2px;
		padding-top:1px;
		margin-bottom:2px
	}
	
	
	
	.error_input{
		background:url(/finansiering/img/error_bg.png) left top no-repeat;
	}
	
	ul.checkmark, ul.spacelist{
		margin:0px;
		padding:0px;
	}
	
	ul.spacelist li{
		padding-bottom:10px;
		margin-left:20px;
	}
	
	ul.checkmark li {
    background:url(/finansiering/img/check.png) no-repeat 0 top;
    padding-left: 25px;
	margin-left:0px;
	padding-bottom:20px;
	}
	
	ul.checkmark {
		list-style-type: none;
	}
	
	input[type=password]{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
	box-shadow:0 1px 2px #ddd;
	-moz-box-shadow:0 1px 2px #ddd;
	-webkit-box-shadow:0 1px 2px #ddd;
	
	background:url(/finansiering/img/input_bg.gif);
	border:1px solid #aaa;
	color:#555555;
	padding:4px;
	margin:2px;
	
	}
	
	textarea {
	overflow:           visible;
	}
	
	fieldset {
	margin:20px 10px 10px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	border:             #eee solid 1px;
	padding:            10px;
	background:         #fff;
	-moz-box-shadow: 1px 1px 2px #fff inset;
	-webkit-box-shadow: 1px 1px 2px #fff inset;
	box-shadow: 1px 1px 2px #fff inset;
	}
	
	fieldset fieldset {
	margin:             0.8em;
	background:#fff;
	border:1px solid #f6f6f6;
	
	}
	
	fieldset legend {
	font-size:14px;
	font-weight:        bold;
	color:              #444;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	background-color:   #fff;
	-moz-box-shadow:3px 3px 15px #bbb;
	-webkit-box-shadow:3px 3px 15px #bbb;
	box-shadow:3px 3px 15px #bbb;
	}
	
	button {
	display:            inline;
	}
	
	
	select{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	-moz-box-shadow:0 1px 2px #ddd;
	-webkit-box-shadow:0 1px 2px #ddd;
	box-shadow:0 1px 2px #ddd;
	
	border:1px solid #aaa;
	color:#333333;
	padding:3px;
	background:url(/_images/input_bg.gif)
	}
	
	select[multiple] {
	background: #fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.8, #f1f1f1), to(#fbfbfb));
	background: -webkit-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb);
	background: -moz-linear-gradient(#fff, #f1f1f1 80%, #fbfbfb);
	/* none for Opera 11.10 as <option>s always have solid white background */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f2f2f2");
	}
	
	.headelement {
		clear:both;
		border-bottom:1px solid #EEE;
		padding-bottom:5px;
	}
	
	.headelement h1 {
		color:#666;
		font-size:26px;
	}
	
	/* navigation */
	#tab_nav {
	background:#fff url(/finansiering/img/gradient/h300_reverse.png);
	height:56px;
	/*width:652px;*/
	width:506px;
	
	/*top left corner*/
	/*-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;*/
	
	/*top right corner*/
	/*-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;*/
	}
	
	#tab_nav ul {
	width:504px;
	margin:0 auto;
	}
	
	#tab_nav li {
	border-right:1px solid #f0f0f0;
	float:left;
	width:146px;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
	}
	
	#tab_nav a {
	color:#333333;
	display:block;
	padding-top:20px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;
	height:122px;
	text-decoration:none;
	}
	
	#tab_nav a.current {
	background:url(/finansiering/img/down_large_2.jpg);
	}
	
	#tab_nav img {
	background-color:#fff;
	border:1px solid #ccc;
	margin:3px 0 5px 27px;
	padding:4px;
	display:block;
	}
	
	#tab_nav strong {
	display:block;
	font-size:13px;
	}
	
	/* panes */
	#panes {
	margin-left:20px;
	background:#fff;
	border-color:#fff;
	border-style:solid;
	border-width:1px 1px 0;
	width:530px;
	height:555px;
	margin-bottom:-20px;
	padding-bottom:20px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
	display:none;
	position:absolute;
	top:20px;
	left:20px;
	font-size:13px;
	color:#444;
	width:500px;
	}
	
	#panes img {
	float:left;
	margin-right:20px;
	}
	
	#panes p.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
	}
	
	#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
	}
	
	
	.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
	}
	
	#center{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
	#box{
	margin-top:4px;
	margin-right:24px;
	margin-bottom:300px;
	border:1px solid #f6f6f6;
	width:300px;
	background:#fff url(/finansiering/img/boxbg.png) bottom repeat-x;
	height:550px;
	float:left;
	display:inline-block;
	
	/*all corner*/
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadow*/
	-moz-box-shadow: 0px 2px 7px #808080;
	-webkit-box-shadow: 0px 2px 7px #808080;
	box-shadow: 0px 2px 7px #808080;
	}
	
	#box-motorcycle{
	margin-top:5px;
	border:1px solid #f6f6f6;
	width:300px;
	background:#fff url(/finansiering/img/boxbg.png) bottom repeat-x;
	height:160px;
	float:left;
	display:inline-block;
	font-size:12px;
	
	/*all corner*/
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadow*/
	-moz-box-shadow: 0px 2px 7px #808080;
	-webkit-box-shadow: 0px 2px 7px #808080;
	box-shadow: 0px 2px 7px #808080;
	}
	
	.tbl_motorcycle {
		font-size:12px;
		margin-top:10px;
		margin-left:10px;
	}
	
	.tbl_motorcycle td {
		font-size:12px;
	}
	
	#orderbox{
	margin-top:5px;
	border:1px solid #f6f6f6;
	width:880px;
	background:#fff url(/finansiering/img/boxbg.png) bottom repeat-x;
	
	/*all corner*/
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*shadow*/
	-moz-box-shadow: 0px 2px 7px #808080;
	-webkit-box-shadow: 0px 2px 7px #808080;
	box-shadow: 0px 2px 7px #808080;
	}
	
	#box p, #orderbox p{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	}
	
	/*#orderbox p{
		padding-top:3px;
		padding-bottom:3px;
		margin-top:3px;
		margin-bottom:3px;
	}*/
	
	.normalfont{
	font-size:12px;
	}
	
	#box h3, #orderbox h3 {
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	}
	
	#orderbox h2 {
	font-size:22px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	}
	
	label{
		font-size:12px;
	}
	
	.motorcycletable{
		border-bottom:1px #eee solid;
		margin-bottom:10px;
	}
	.motorcycletable tr td {
		text-align:left;
	}
	
	.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	}
	
	.footer{
	height:150px;
	}
	
	.rightBanner {
		float: right;
		width:400px;
	}
	.banner {
		margin-top:2px;
		width:400px;
		height:500px;
	}
	.bannerTopPad{
		padding-top:0px;
	}
	
	.bannerContainer{
		position:fixed; width:0px; height:0px; float:left;
	}
	.bannerAnchor{
		position:absolute; z-index:3px; width:1280px; height:0; left:-400px; top:-18px; display:inline-block; font-size:12px;
	}

	h1{
		margin:0;padding:0;border:0;outline:0;	
	}
	
	h2 { font-size:20px; font-weight:normal;}
	
	.footer_finans{
		clear:both;
		font-size:11px;		
	}
	
	.footer_tbl_background{
		border:0px;
		width:998px;
	}
	
	.footer_head_link_border{
		padding-top:120px;
	}
	
	a.footer_finans_link:link, a.footer_finans_link:visited {
	color:#999;
	text-decoration: none;
	}
	a.footer_finans_link:hover {
		color:#666666;
		text-decoration: none;
		cursor:pointer;
	}
	
	.align_right {
		text-align:right;
	}
	
	.align_center {
		text-align:center;
	}
	
	.align_left {
		text-align:left;
	}
	
	.vertical_align_middle {
		vertical-align:middle;
	}
	
	#infobox {
	
	/* overlay is hidden before loading */
	display:none;
	
	/* standard decorations */
	width:400px;
	border:10px solid #666;
	
	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);
	
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
	
	#infobox div {
	padding:10px;
	border:1px solid #ddd;
	background-color:#fff;
	}
	
	#infobox div {
	padding:10px;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:14px;
	}
	
	#infobox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#333;
	background-color:#f6f6f6;
	padding:5px 10px;
	border:1px solid #ddd;
	font-size:18px;
	}
	.closeinfo{
	color:eee;
	font-size:11px; 
	}
	.preloader{
		background:url(/forsikring/img/2.gif) center 10px no-repeat;
		height:50px; 
		width:240px;
	}


.bluebutton {
	background-color:#007eab;
	display:block;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, #084c8d 0%, #007eab 100%);
	background-image: -o-linear-gradient(bottom, #084c8d 0%, #007eab 100%);
	background-image: -moz-linear-gradient(bottom, #084c8d 0%, #007eab 100%);
	background-image: -webkit-linear-gradient(bottom, #084c8d 0%, #007eab 100%);
	background-image: -ms-linear-gradient(bottom, #084c8d 0%, #007eab 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #084c8d),
	color-stop(1, #007eab)
	);
	-webkit-box-shadow: inset 0px 1px 0px #3ca4c9, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #3ca4c9, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #3ca4c9, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.bluebutton:active, .bluebutton:visited {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	color:#fff;
	background-image: linear-gradient(bottom, #007eab 0%, #084c8d 100%);
	background-image: -o-linear-gradient(bottom, #007eab 0%, #084c8d 100%);
	background-image: -moz-linear-gradient(bottom, #007eab 0%, #084c8d 100%);
	background-image: -webkit-linear-gradient(bottom, #007eab 0%, #084c8d 100%);
	background-image: -ms-linear-gradient(bottom, #007eab 0%, #084c8d 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #007eab),
	color-stop(1, #084c8d)
	);
}

.bluebutton:hover {
	color:#CCC;
}

.headcontactbox {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	padding-bottom:2px;
	color:#333;
}

#letter {
	background:url(/_images/email_sent_fff.jpg) no-repeat right center; 
	height:170px; 
	width:280px; 
	display:none;

}

#comment_sent {
	display:none; 
	height:250px;
}


#please_log_in {
	display:none; height:30px; padding-bottom:10px;
}

#comment_not_sent {
	display:none; height:30px; padding-bottom:10px;
}

.popup_succes, .popup_error, .popup_alert {
	margin-top:5px;
	margin-bottom:5px;
	padding:6px 2px 6px 35px;
	background-repeat:no-repeat;
	background-position:0px;
	text-transform:lowercase;
	font:11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align:left
}
.popup_succes {
	color:#4F8A10;
	background-image:url('/_images/succes.png')
}
.popup_error {
	color:#D8000C;
	background-image:url('/_images/error.png')
}
.popup_alert {
	color:#e5b957;
	background-image:url('/_images/alert.png')
}

.msg_cap{
 	font-size:11px;
	vertical-align:middle;
	text-align:left;
	margin-right:10px;
	color:#999;
}

.msg_input{
 	width:206px; margin:5px 0px 5px 0px; padding:4px 3px 4px 3px;
}

.sendmessagebox {
	margin-left:10px;
	margin-right:10px;
}

.sendmessagebox #comment {
	width:273px; margin-top:5px; font-size:12px;
}

.sendbuttonwrapper {
	padding-right:5px; margin-top:10px;
}

#sendloading {
	padding-right:20px; display:none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background:url(/_images/_content/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #f6f6f6;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:40%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	background:url(/_images/_top/nav_menu.gif) repeat-x; 
	background-position:0px 0px;
	height:34px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 40%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
