/*	algemeen ==================== */
html { 
	min-width: 800px;
}
a:link {
	color: #004080;
	/* color: #ff9900; */
	text-decoration: underline;
	background-color: transparent;
}
a:visited {
	color: #004080;
	text-decoration: underline;
	background-color : transparent;
}
a:hover {
	color: #004080;
	text-decoration: underline;
	background-color : transparent;
}
a:active {
	color: #004080;
	text-decoration: underline;
	background-color : transparent;
}
a img {
	border: none;
}
body {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	background: transparent url(../img/bodybg.gif) 0px 0px repeat;
	/*background-color: #ffffff;*/
	/*line-height:18px;*/
}
/* vlakverdeling ================ */
#container {
	width: 800px;
	/*background-color: #F74D0F;*/
	border: 0;
	padding: 0;
	margin: 0px auto 25px auto;
}
html>body #container {
	width: 800px; /* Opera heeft extra aandacht nodig */
}
#header {
	width: 800px;
	height: 95px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: transparent url(../img/headerbg.jpg) 0px 0px no-repeat;
	/*background-color: #F74D0F;*/
}
#mainnav {
	text-align: right;
	float: right;
	margin: 73px 0 0 0;
	padding: 0;
	/*background-color: #0f0;*/
	height: 36px; /* Foutieve waarde voor IE 5.5 fout */	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 22px; /* correcte waarde voor overige browsers */
	html>body #mainnav { height: 39px; }  /* for opera */
}

#maincontent {
	float: left;
	margin: 0;
	padding: 20px 10px;
	color: #1d208d;
	
	background-color: #ffffff;
	border-bottom:1px solid #eeeeee;
	text-align: left;
	height: 30em; /* Bepalen minimale hoogte  IE */
	width: 780px; /* Foutieve waarde voor IE fout */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 780px; /* correcte waarde voor overige browsers */
}

body>div #maincontent { height: auto; min-height: 30em; } /* Bepalen minimale hoogte andere browsers dan IE */

#maincontent h1 {
	font-size: 18px;
	margin: 0;
}
#footer {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: #ffffff;
}
#disclaimer {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 10px 0 10px 10px;
}
/* styles homepage========== */

div.home {
	background: #ffffff url(../img/#bg_verloop_home.gif) 0px 0px repeat;
}

/*
#mainnav ul {
	display: inline;
	padding: 0;
	margin: 0;
}

#mainnav li {
	display: inline;
	padding: 0 0 0 2px;
	margin: 0;
}

#mainnav a:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#mainnav a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color : transparent;
}

#mainnav a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	background-color : transparent;
}

#mainnav a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color : transparent;
}*/

#mainnav ul {
	padding: 0;
	margin: 0 5px 0 0;
	list-style-type: none;
	float: right;
}
#mainnav li {
	padding: 0 0 0 2px;
	background: url("../img/tab_left.gif") no-repeat left top;
	float: left;
	margin: 0;
}
#mainnav a {
	padding: 5px 12px 3px 8px;
	display: block;
	font-weight: normal;
	background: url("../img/tab_right.gif") no-repeat right top;
	float: left;
	color: #fff;
	text-decoration: none;
}
#mainnav a {
	float: none;
}
#mainnav a:hover {
	color: #333;
}
#mainnav #current {
	background-image: url("../img/tab_left_on.gif");
}
#mainnav #current a {
	background-image: url("../img/tab_right_on.gif");
	padding-bottom: 4px;
	color: #fff;
}
/* opmaak form ========== */
/* begin opmaak form hypotheek aanvraag */
#sform label {
	width: 232px;
	float: left;
	text-align: right;
	margin-right: 6px;
	display: block;
}
#sform p, #sform p.submit {
	margin: 3px 0 0 4px;
	line-height:16px;
	/*background: #ff0;*/
}
#sform p input, #sform p select {
	margin: 0;
	font-size: 11px;
	font-family: verdana;
}
#sform p.submit input {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#sform fieldset {
	border: 0;
	border-top: 1px solid #626262;
	border-bottom: 1px solid #626262;
	padding: 0;
	margin: 0;
}
#sform legend {
	padding: 0 4px 0 0;
	_margin: 0 -7px;
	font-weight: bold;
	font-size: 14px;
	color: #626262;
}
/* einde opmaak form hypotheek aanvraag */
input, textarea {
	/*width: 120px;*/
	margin: 0 0 10px 0;
	padding: 1px;
}
select {
	margin: 0 0 10px 0;
	font-size: 12px;
}
textarea {
	width: 400px;
	/*height: 150px;*/
	margin-bottom: 5px;
}
.boxes {
	margin-right: 10px;
	width: 2em;
}
.button {
	margin-top: 10px;
	font-weight: bold;
	width: auto;
	padding: 1px;
	margin : 10px 0;
}
submit {
	margin-top: 10px;
	font-weight: bold;
}
#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
.noborder {
	border: 0;
	margin: 0;
	padding: 0 0 0 0px;
}

/* ----------------------------------------------
	BOXES 
---------------------------------------------- */
div.box {
	border:solid 1px #acacac;
	padding:0px 5px 0px 5px;
	margin-bottom: 10px;
	float: left;
}
div.box-body {
	margin: 0;
	padding: 10px;
	/*background-color: #F74D0F;*/
}
div.box-tl, div.box-bl, div.box-tr, div.box-br {
	height:5px;
	position:relative;
	font-size:1px;
	line-height:0px;
} 
div.box-tl, div.box-bl {
	float:left;
	width:5px;
	left:-6px; 
}
div.box-tr, div.box-br {
	left:6px; 
}
div.box-tl {
	top:-1px;
	background: url("/img/box/corner_topleft.gif") top left no-repeat;
} 
div.box-bl {
	top:1px;
	background: url("/img/box/corner_bottomleft.gif") bottom left no-repeat;
}
div.box-tr {
	bottom:1px;
	background: url("/img/box/corner_topright.gif") top right no-repeat;
}
div.box-br {
	top:1px;
	background: url("/img/box/corner_bottomright.gif") bottom right no-repeat;
}
div.box form div {
	margin-top:5px;
}
div.box label {
	float: left;
	width: 90px;
	color: #F74D0F;
	margin: 0 10px 0 0;
}
div.box div span {
	width: 250px;
	display: block;
	margin: 0 0 5px 0;
	float:left;
}
div.box div span input {
	margin: 0 1px 0 0;
	width: auto;
}
div.box div span label {
	display: block;
	margin-right:5px;
}
div.box span.group {
	width: 155px;
	display: inline;
	margin: 0 0 3px 0;
}
div.box span.mediumGroup {
	width: 180px;
	display: inline;
	margin: 0 0 3px 0;
}
div.box span.bigGroup {
	width: 195px;
	display: inline;
	margin: 0 0 3px 0;
}
div.box table {
	border-collapse:collapse;
}
div.box td h3, td ul {
	margin:0 15px 5px;
	padding: 0;
}
div.box td h3 {
	border-bottom:1px solid #666666;
	text-align: left;
}
div.box td input {
	width: auto;
	margin: 6px 0 0 0;
}
div.box h1 {
	text-align: left;
	font-size: 16px;
}
div.box h3 {
	text-align: left;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #F74D0F;
}
div.box h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
div.box p {
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}
div.box img {
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #D4D7D9;
}
div.box div.price {
    position:           absolute;
	margin: 			83px 0 0 70px;
    padding:            3px 3px 4px 3px;
    background-color:   #083908;
    font-weight:        bold;
    color:              white;
    white-space:        nowrap;
	border: 			1px solid #eaeaea;
}
div.box-body ul {
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
}
div.box-body li {
	display: list-item;
	list-style-type: square;
	padding: 0;
	margin-left: 20px;
}
div.box-body ul.amenu {
	display: block;
	padding: 0;
	margin: 5px 0 0 0;
}
div.box-body ul.amenu li {
	display: list-item;
	list-style-type: none;
	border: 0px solid #c0c0c0;
	/*background-color: #f2f2f2;*/
	padding: 2px 0 2px 0;
	margin: 0px;
}
div.box-body ul.amenu li a {
	/* color: #004080; */
	color: #ff6600;
	text-decoration: none;
	/*background-color: transparant;*/
}
div.box-body ul.amenu li a:hover {
	text-decoration: underline;
}
#box-right {
	float: right;
	width: 558px;
	/* background: #ff0; */
}
#box-left {
	float: left;
}
#steps li {
	background-image: url("../img/list_nrbg.gif");
	background-repeat: no-repeat;
	height: 40px;
	margin:0;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 17px;
	list-style-type: none;
}
#steps font {
	margin-right:30px;
	font-size: 20px;
	color:#fff;
}
span.stephead {
	margin:0;
	padding-left:65px;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
div.line {
	color:#F74D0F;	
	padding:5px 0 5px 0;
	border-bottom: 1px solid #005300;
}
li.left-tab {
	background-image: url("../img/tab_left.gif");
	background-position: -1px -22px;
	background-repeat: no-repeat;
	padding: 0 0 0 4px;
	height: 22px;
}
li.right-tab {
	background-image: url("../img/tab_right.gif");
	background-position: 100% -22px;
	background-repeat: no-repeat;
	padding: 0 5px 0 0;
	height: 22px;
}
li.mid-tab {
	background-image: url("../img/tab_mid.gif");
	background-position: 0 -22px;
	background-repeat: repeat-x;
	padding: 6px 12px 0;
	height: 22px;
	white-space: nowrap;
	cursor: default;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
#service-select {
	padding: 0 10px 0 10px;
}
#service-select div.selection-left, #service-select div.selection-right {
	float: left;
	display: inline;
	width: 45%;
	border: 1px dashed #c0c0c0;
	text-align: center;
	padding: 0 10px 10px 10px;
	background: #ececec;
	height: 270px;
	font-size: 11px;
}
#service-select div.selection-right {
	float: right;
}
#service-select ul {
	padding: 0;
	margin-left: 15px;
}
#service-select li {
	list-style-type: disc;
	text-align: left;
}
