@import url("common.css");

body {
	margin: 0px;
	background-color: #85A3C9;
}

div.footer {
	width: 960px;
	position: relative;
	margin: 20px auto 0px auto;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
}

div.footer, div.footer a {
	color: #FFFFFF;
}

div.footer a {
	text-decoration: underline;
}

div.footer div.shade {
	width: 5px;
	height: 3px;
	background-color: #85A3C9;
	position: absolute;
	margin-top: -23px;
	left: 0px;
}

table.container {
	width: 960px;
	position: relative;
	margin: auto;
	margin-top: 30px;
	background-color: #FFFFFF;
	border-right: 3px solid #6E8CB8;
	border-bottom: 3px solid #6E8CB8;
}

a.red {
	color: #990000 !important;
}

/*
	------------------
	----- HEADER -----
	------------------
*/

table.container tr.header td {
	height: 110px;
	position: relative;
	padding: 0px 15px 0px 15px;
}

table.container tr.header td.logo,
table.container tr.header td.extra,
table.container tr.page td.left,
table.container tr.page td.right {
	width: 165px;
}


table.container tr.header td.section,
table.container tr.page td.content {
	width: 567px;
}

table.container tr.header td.logo img {
	position: absolute;
	margin-left: -30px;
}

table.container tr.header td.section {
	padding: 0px;
	position: relative;
}

table.container tr.header td.section div {
	width: 542px;
	height: 85px;
	position: absolute;
	padding: 55px 0px 0px 25px;
	margin-top: -30px;
	background-color: #113273;
	background-image: url(/images/header/background_section.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #6684B2;
}

table.container tr.header td.section div strong {
	display: block;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 20px;
}

table.container tr.header td.section div a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

table.container tr.header td.extra div.shade {
	width: 3px;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	background-color: #85A3C9;
	position: absolute;
	z-index: 0;
	margin-left: 180px;
}

table.container tr.header td.extra ul li.section {
	border-top: 2px solid #B8C9E0;
	font-size: 11px;
}

table.container tr.header td.extra ul li.section:first-child {
	border: none;
}

table.container tr.header td.extra ul li.section p {
	width: 100%;
	display: table;
	margin: 10px 0px 10px 0px;
}

table.container tr.header td.extra ul li.section p,
table.container tr.header td.extra ul li.section a {
	color: #123374;
}

table.container tr.header td.extra ul li.section p label {
	width: 65px;
	float: left;
}

table.container tr.header td.extra ul li.section span {
	width: 93px;
	height: 15px;
	line-height: 15px;
	float: left;
	display: block;
	background-image: url(/images/header/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 85px 5px;
	border: 1px solid #B8C9E0;
	padding-left: 5px;
	font-size: 10px;
}

table.container tr.header td.extra ul li.section span a {
	width: 100%;
	display: block;
	cursor: s-resize;
}

table.container tr.header td.extra ul li.section ul {
	width: 98px;
	position: absolute;
	float: left;
	margin: -10px 0px 0px 65px;
	background-color: #D3DFEA;
	border: 1px solid #B8C9E0;
}

table.container tr.header td.extra ul li.section ul li {
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px solid #FFFFFF;
}

table.container tr.header td.extra ul li.section p input#search_q {
	width: 94px;
	font-size: 10px;
	border: 1px solid #B8C9E0;
	background-image: url(/images/header/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 85px 4px;
	margin: 0px;
}

table.container tr.header td.extra ul li.section p input.submit {
	width: 20px;
	height: 17px;
	position: absolute;
	margin-left: -21px;
	border: none;
	background: transparent;
	cursor: pointer;
}

/*
	----------------------
	----- NAVIGATION -----
	----------------------
*/

table.container tr.navigation td ul {
	width: 930px;
	display: table;
	margin: 15px 0px 15px 15px;
	font-weight: bold;
}

table.container tr.navigation td ul li {
	width: 150px;
	float: left;
	margin-right: 6px;
	line-height: 20px;
	text-align: center;
}

table.container tr.navigation td ul li.section {
	cursor: s-resize;
	position: relative;
}

table.container tr.navigation td ul li.section.active {
	cursor: n-resize;
}

table.container tr.navigation td ul li a {
	width: 100%;
	display: block;
	color: #FFFFFF;
}

table.container tr.navigation td ul li a.link_to_sub_menu {
	cursor: e-resize;
}

table.container tr.navigation td ul li div.pages_container {
	width: 150px;
	position: absolute;
	left: 0px;
}

table.container tr.navigation td ul li ul {
	display: block;
	width: 150px;
	margin: 0px;
}

table.container tr.navigation td ul li ul li {
	float: none;
	clear: both;
	left: 0px;
	margin: 0px;
	font-size: 11px;
	position: relative;
}

table.container tr.navigation td ul li ul li a:hover {
	text-decoration: underline;
}

table.container tr.navigation td ul li.section li ul.sub_menu {
	position: absolute;
	z-index: 100;
	left: 150px;
	top: 0px;
}

table.container tr.navigation td ul li.home { background-color: #B7C42F; }
table.container tr.navigation td ul li.home:hover,
table.container tr.navigation td ul li.home ul { background-color: #8F9C07; }
table.container tr.navigation td ul li.home ul li { border-top: 1px solid #B7C42F; }

table.container tr.navigation td ul li.jongeren { background-color: #DA6324; }
table.container tr.navigation td ul li.jongeren:hover,
table.container tr.navigation td ul li.jongeren ul { background-color: #B23B00; }
table.container tr.navigation td ul li.jongeren ul li { border-top: 1px solid #DA6324; }

table.container tr.navigation td ul li.organisatie { background-color: #C7006D; }
table.container tr.navigation td ul li.organisatie:hover,
table.container tr.navigation td ul li.organisatie ul { background-color: #9F0045; }
table.container tr.navigation td ul li.organisatie ul li { border-top: 1px solid #C7006D; }
table.container tr.navigation td ul li.organisatie ul li ul.sub_menu { background-color: #C7006D; border-left: 5px solid #9F0045; border-bottom: 5px solid #9F0045; }
table.container tr.navigation td ul li.organisatie ul li ul.sub_menu li { border-top: 1px solid #9F0045; }

table.container tr.navigation td ul li.service { background-color: #6D1B51; }
table.container tr.navigation td ul li.service:hover,
table.container tr.navigation td ul li.service ul { background-color: #450029; }
table.container tr.navigation td ul li.service ul li { border-top: 1px solid #6D1B51; }
table.container tr.navigation td ul li.service ul li ul.sub_menu { background-color: #6D1B51; border-left: 5px solid #450029; border-bottom: 5px solid #450029; }
table.container tr.navigation td ul li.service ul li ul.sub_menu li { border-top: 1px solid #450029; }

table.container tr.navigation td ul li.nieuws { background-color: #0094D5; }
table.container tr.navigation td ul li.nieuws:hover,
table.container tr.navigation td ul li.nieuws ul { background-color: #006CAD; }
table.container tr.navigation td ul li.nieuws ul li { border-top: 1px solid #0094D5; }

table.container tr.navigation td ul li.downloads { background-color: #113273; margin-right: 0px; }
table.container tr.navigation td ul li.downloads:hover,
table.container tr.navigation td ul li.downloads ul { background-color: #000A4B; }
table.container tr.navigation td ul li.downloads ul li { border-top: 1px solid #113273; }

/*
	----------------------
	-------- PAGE --------
	----------------------
*/

table.container tr.page td {
	padding: 0px 15px 15px 15px;
}

/* LEFT */
table.container tr.page td.left h1 {

}

table.container tr.page td.left ul {
	display: block;
	border-bottom: 2px solid #85A3C9;
}

table.container tr.page td.left ul li {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	border-top: 2px solid #85A3C9;
}

table.container tr.page td.left ul li.section a.link {
	background-repeat: no-repeat;
	background-image: url(/images/page/left/navigation/arrow_down.gif);
	background-position: 145px center;
}

table.container tr.page td.left ul li a {
	cursor: pointer;
	display: block;
	padding: 10px 0px 10px 5px;
	color: #113273;
}

table.container tr.page td.left ul li ul {
	border: none;
}

table.container tr.page td.left ul li ul li {
	border-top: 1px solid #ECECEC;
	line-height: normal;
	padding: 0px;
}

table.container tr.page td.left ul li ul li a {
	padding: 2px 0px 2px 10px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

table.container tr.page td.left ul li ul li a:hover {
	text-decoration: underline;
}

table.container tr.page td.left ul li.section a.link:hover {
	background-color: #E0E8F1;
}

table.container tr.page td.left ul li.section.active a.link {
	background-color: #85A3C9;
	color: #FFFFFF;
}

table.container tr.page td.left ul li.section.active a.link {
	background-position: 145px center;
	background-repeat: no-repeat;
	background-image: url(/images/page/left/navigation/arrow_up.gif);
}

table.container tr.page td.left div.logos {
	margin-top: 25px;
	color: #113273;
	font-size: 9px;
	text-align: center;
}

/* RIGHT */
table.container tr.page td.right div.block {
	border-top: 2px solid #85A3C9;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	line-height: 14px;
	color: #113273;
	clear: both;
}

table.container tr.page td.right div.block a {
	color: #113273;
}

table.container tr.page td.right div.block h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #113273;
}

table.container tr.page td.right div.block.contact {
	padding: 20px 0px 20px 0px;
	border-bottom: 2px solid #85A3C9;
	background-image: url(/images/page/right/contact_picture.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

table.container tr.page td.right div.block.contact div {
	width: 95px;
	display: block;
}

table.container tr.page td.right div.block.doe_het_zelf {
	border: none;
	margin-top: 10px;
	padding: 15px;
	padding-right: 0px;
	background-color: #DA6324;
}

table.container tr.page td.right div.block.doe_het_zelf li a:hover {
	font-weight: bold;
}
table.container tr.page td.right div.block.doe_het_zelf.zakelijk {
	background-color: #B7C42F;
}

table.container tr.page td.right div.block.doe_het_zelf.particulieren,
table.container tr.page td.right div.block.doe_het_zelf.particulieren h3,
table.container tr.page td.right div.block.doe_het_zelf.particulieren a {
	color: #FFFFFF;
}

table.container tr.page td.right div.block.hypotheekrente {
	margin-top: 10px;
}

table.container tr.page td.right div.block.hypotheekrente h3 {
	background-color: #85A3C9;
	padding: 5px;
	margin-bottom: 0px;
}

table.container tr.page td.right div.block.hypotheekrente iframe {
	width: 163px;
	height: 150px;
	border: 1px solid #85A3C9;
}

table.container tr.page td.right div.block.hypotheekrente div.foot {
	text-align: center;
}


/* CONTENT */
table.container tr.page td.content {
	width: 570px;
	line-height: 16px;
	padding: 0px;
	padding-bottom: 20px;
	color: #163070;
}

table.container tr.page td.content a {
	text-decoration: underline;
	color: #006CAD;
}

table.container tr.page td.content a:hover {
	font-weight: bold;
}

table.container tr.page td.content h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

table.container tr.page td.content p {
	padding-top: 0px;
	margin-top: 0px;
}

/* FORM */
table.container tr.page td.content a.submit {
	font-weight: bold;
	font-size: 14px;
}

table.container tr.page td.content input.text {
	width: 150px;
	border: 1px solid #7D8DB1;
}

table.container tr.page td.content input.text.m {
	width: 100px;
}

/* COLUMNS */
table.columns {
	margin: 0px;
}

table.columns, table.columns td.column {
	border: none !important;
}

table.columns td.column {
	width: 275px;
	padding: 0px !important;
	padding-right: 10px !important;
}

table.columns td.column:last-child {
	padding-right: 0px !important;
	padding-left: 10px !important;
}

table.columns td.column div.block {
	margin-bottom: 20px;
	background-color: #D3DFEA;
	height: 250px;
	background-image: url(/images/page/left/block/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

table.columns td.column div.block h2 {
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	background-color: #113273;
}

table.columns td.column div.block div.block_content {
	padding: 10px;
}

table.columns td.column div.block div.block_content ul li {
	margin-bottom: 10px;
}

table.columns td.column div.block div.block_content ul li:last-child {
	margin-bottom: 0px;
}

table.columns td.column div.block div.block_content ul li a {
	text-decoration: none;
}

table.columns td.column div.block div.block_content ul li em {
	font-style: normal;
	color: #990000;
}

/* PAGE SPECIFIC */
table.container tr.page td.content div.page_header_image {
	height: 154px;
	margin-bottom: 15px;
	background-color: #ECECEC;
	background-position: bottom;
}

table.container tr.page td.content div.home ol li a.red {
	float: right;
	margin-right: 20px;
}

table.container tr.page td.content div.home table td p {
	margin: 15px 5px 0px 15px;
}

table.container tr.page td.content div.home table td .licenseplate {
	background-image:url(/images/pages/home/licenseplate.jpg);
	background-repeat: no-repeat;
	margin-left: 16px;
	width: 143px;
	height: 38px;	
}

table.container tr.page td.content div.home table td .licenseplate input {
	width: 116px;
	_margin-left:10px;
	margin-left:21px;
	height: 31px;
	font-size: 22px;
	margin-top:2px;
	_margin-top:5px;
	background: none;
	border: 0px;
}

table.container tr.page td.content div.home table td p input#autoscan_email {
	width: 204px;
	border: 2px solid #A0B8D5;
	background-color: #FFFFFF;
	font-size: 14px;
}

table.container tr.page td.content div.home table td p input.submit {
	background-color: #A0B8D5;
	border: none;
	font-size: 14px;
}

table.container tr.page td.content div.home table td div.block.top5 h2 {
	margin-bottom: 15px;
}

table.container tr.page td.content div.home table td div.block.top5 p {
	margin-top: 10px;
}

/* CONNECTIONS */
table.container tr.connections td {
	text-align: center;
	background-color: #F7F7F7;
	border-top: 1px solid #ECECEC;
}

table.container tr.connections td a img {
	margin: 15px 5px 10px 5px;
}

/* BEREKEN TABELLEN */
.berekentable input {
	width:150px;
	margin-left:0px;
}
 
.berekentable th {
	background-color: #D9652E !important;
	color: #FFFFFF  !important;
}
 
.berekentable .prefix {
	width:15px;
	margin: 3px;
	float:left;
}
 
.berekentable .total td {
	background-color: #F9E1C7;
	font-weight: bold;
}
 
.berekentable .calc td span {
	padding-left: 35px;
	color: #D9652E;
}
 
.berekentable .calc td span a {
	color: #D9652E;
}

/* TABELLEN IN TEKST */
.content table {
	border: 1px solid #86A2C6;
}
 
.content table td {
	border-bottom: 1px solid #86A2C6;
	border-right: 1px solid #86A2C6;
	padding: 2px;
}
 
.content table thead {
	background-color: #86A2C6;
	color: white;
	font-weight: bold;
	line-height: normal;
	height: 10px;
}
 
.content dl {
	color: #1F396D;
	display: table;
	width: 510px;
	margin: 0px;
}
 
.content dl input {
	width: 10px;
	height: 10px;
}
 
.content dl dt, .content dl dd, .content dl h2{
	float: left;
	margin: 0px;
	margin-bottom: 2px !important;
	padding-top: 6px;
	padding-left: 5px;
	height: 20px;
}
 
.content dl h2 {
	float: none;
	width: 505px;
	margin: 0px;
	font-size: 14px;
}
 
.content dl dt {
	width: 270px;
	background-color: #999999;
	margin: 0px;
}
 
.content dl dd {
	width: 230px;
	background-color: #CCCCCC;
	margin: 0px;
	padding-right: 0px;
}
 
.content dl dd a {
	position: absolute;
	right: 0px;
	margin-right: 39px;
	color: #1F396D;
	text-decoration: none;
}
 
.content dl input, .contacttable input {
	font-size: 9px;
	border: 1px solid #7D8DB1;
	height: 11px;
	width: 165px;
}

/* FIELDS */
table.container tr.page td.content table.fields tr td {
	vertical-align: middle;
	padding: 2px 4px 2px 4px;
	background-color: #E9EFF4;
	font-size: 11px;
}

table.container tr.page td.content table.fields tr th {
	color: #FFFFFF;
	padding: 4px;
}

table.container tr.page td.content table.fields tr td input.text {
	width: 99%;
}

table.container tr.page td.content table.fields tr td textarea.text {
	width: 99%;
	height: 100px;
}

table.container tr.page td.content table.fields tr td input.text.s {
	width: 50px;
}

table.container tr.page td.content table.fields tr.submit td {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: none;
	text-align: right;
	padding: 4px 0px 4px 2px;
}

table.container tr.page td.content table.fields tr.submit.last td {
	border-bottom: 1px solid #FFFFFF;	
}

table.container tr.page td.content table.fields tr.submit td input {
	width: 125px;
	background-color: #85A3C9;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

table.fields th {
	text-align: left;
	font-size: 12px;
}

table.fields tr.submit td {
	border: 0px;
}

/* TABLES */

table.fields.pink th,
table.fields.pink tr.submit td input {
	background-color: #B91A7B !important;
}

table.fields.purple th,
table.fields.purple tr.submit td input {
	background-color: #732F61 !important;
}

table.fields.blue th,
table.fields.blue tr.submit td input {
	background-color: #00A2D8 !important;
}

table.fields.orange th,
table.fields.orange tr.submit td input {
	background-color: #DA6324; !important;
}

table.fields.green th,
table.fields.green tr.submit td input {
	background-color: #C4CC55 !important;
	color: #2B4481 !important;
}

span.field_with_errors input {
	border-width: 2px !important;
	border-color: red !important;
}

div.fieldWithErrors  {
	color: red !important;
	font-weight: bold;
}
