﻿body 
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #002900 url('../images/body_bg.png') repeat-x top left;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #0b0b0b;
}

div#header
{
	width: 650px;
	height: 215px;
	margin: 0;
	padding: 0;
	background: #fff0c9 url('../images/header_bg.jpg') no-repeat top left;
}

div#body
{
	width: 560px;
	height: 615px;
	margin: 0;
	padding: 0 45px;
	background: #dcbb6b url('../images/body_bg.jpg') repeat-y top left;
}

div#footer
{
	width: 560px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 760px;
	left: 50px;
}

div#footer span#disclaimer a { right: 0; }

div#footer_banner
{
	width: 650px;
	height: 80px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 714px;
	left: 50px;
}

div#footer a,
div#footer_banner a 
{
	font-weight: bold;
	color: #000;		
}

div#footer_banner ul
{
	list-style: none;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}

div#footer_banner ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

div#footer_banner ul li a
{
	text-indent: -9999px;
	float: left;
	background: transparent no-repeat 0 0;
	margin: 0 23px 0 0;
}

div#footer_banner ul li a.rabobank { background-image: url('../images/footer_banner_rabo.png'); width: 34px; height: 46px; margin-top: 0;}
div#footer_banner ul li a.ingbank { background-image: url('../images/footer_banner_ing.png'); width: 57px; height: 34px; margin-top: 6px;}
div#footer_banner ul li a.abnamrobank { background-image: url('../images/footer_banner_abn.png'); width: 25px; height: 33px; margin-top: 7px;}
div#footer_banner ul li a.snsbank { background-image: url('../images/footer_banner_sns.png'); width: 35px; height: 36px; margin-top: 6px;}
div#footer_banner ul li a.fortisbank { background-image: url('../images/footer_banner_fortis.png'); width: 48px; height: 41px; margin-top: 2px;}

h1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 15px;
	color: #903717;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-size: 10px;
	font-weight: bold;
}


a
{
	color: #81571d;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: none;
	background-image: url('../images/ruler.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
	clear: both;
}

legend
{
	display: none;
}

input
{
	display: block;
	float: left;
}

input.text, select, span.value
{
	border: 2px solid #b48a48;
	background-color: #e2cc9c;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #582d0c;
	height: 13px;
	line-height: 15px;
	width: 200px;
}

select
{
	height: auto !important;
}

input.radio, span.radio input
{
	vertical-align: middle;
	height: 30px;
	margin: 0 5px 0 0;
}

input.image
{
	margin: 0 0 0 16px;
}

input.imageCheckbox
{
	margin-left: 19px;
}

.frmRow
{
	height: 25px;
	clear: both;
}

.buttons
{
	padding: 5px 0 0 110px;	
	height: 40px !important;
}

label, span.label
{
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 120px;
}

.radioButtonList label
{
	width: auto;
	margin-right: 15px;
}

div#generalInfo
{
	float: left;
	color: #8c6023;	
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	line-height: 14px;
}

div#disclaimer
{
	height: 540px;
	overflow: auto;
}

span#disclaimer a
{
	position: absolute;
	z-index: 101;
	bottom: 0;
	right: 100px;
	display: block;
}

span.radio label
{
	clear: none;
	line-height: 30px;
}

img
{
	border: 0;
}

span.error
{
	font-weight: bold;
	line-height: 20px;
}

div.errorSummary
{
	border: 1px solid #f00;
	background-color: #f5eccf;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 20px 0;
}

div.errorSummary ul
{

}

div.hr
{
	display: block;
	width: 568px;
	height: 7px;
	margin: 0 0 10px 0;
	padding: 0;
	background-image: url('../images/ruler.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

p.info
{
	margin: 2px 0 14px 0;
	padding: 0;
}

p.info a.text
{
	color: #000;
	font-weight: normal;
}

ul.info
{
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
font-weight: bold;
}

div#totaal
{
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	width: 512px;
	padding: 3px;
	margin: 15px 0 10px 0;
	color: #81571d;
	font-weight: bold;
	text-align: right;
}

table.grid
{
	border-collapse: collapse;
	border: 1px solid #b3854a;
	width: 520px;
	margin: 0 0 10px 0;
}

table.grid tr.header th
{
	background-color: #c38a57;
	border: 1px solid #b3854a;
}

table.grid tr td
{
	color: #81571d;
	padding: 3px;
	border: 1px solid #b3854a;
}

table.grid tr td.center
{
	text-align: center;
}

table.grid tr td.prijs
{
	text-align: right;
	width: 60px;
}

table.grid tr.row td
{
	background-color: #f5eccf;
}

table.grid tr.altRow td
{
	background-color: #eee4c4;
}

div#generalInfo
{
	/*
	background-color: #f5eccf;
	border: 1px solid #b3854a;
	color: #81571d;
	padding: 3px;
*/
}

div#generalInfo span.label
{
	font-weight: bold;
	color: #8c6023;	
	display: block;
	clear: both;
}

span.message
{
	display: block;
	width: 524px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
}

div.systemError
{
	border: 1px solid #900;
	color: #900;
	background-color: #f5eccf;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	margin: 20px 0;
	background-image: url('../images/error.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

span.checkboxText
{
	float: left;
	line-height: 20px;
	width: 180px;
}

div.loading
{
	color: #8c6023;	
	border: 1px solid #b3854a;
	background-color: #f5eccf;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0;
	margin: 50px 0 0 0;
}

div.loading img
{
	clear: both;
	margin: 10px 0;
}

/* STYLES FOR IDEAL PAYMENT */



td.ncolh1			{color: #81571d;}
td.ncoltxtl			{color: #81571d; font-weight: bold; text-align: right;}
td.ncoltxtl2		{color: #81571d; font-weight: bold; text-align: right;}
td.ncoltxtr			{color: #81571d; font-weight: bold; text-align: left;}
td.ncoltxtc			{color: #81571d; font-weight: bold; text-align: center;}
td.ncollogol		{color: #81571d; font-weight: bold; text-align: right;}
td.ncollogor		{color: #81571d; font-weight: bold; text-align: left;}
td.ncollogoc		{color: #81571d; font-weight: bold; text-align: center;}
td.ncoltxtmessage	{color: #81571d; font-weight: bold;}
td.ncolinput		{color: #81571d;}
td.ncolline1		{color: #81571d;}
td.ncolline2		{color: #81571d;}
input.ncol			{background-color: #c38a57; color: #fff; font-weight: bold; font-size: 11px; border-top: 1px outset #d89e6a; border-right: 1px outset #ad7745; border-bottom: 1px outset #ad7745; border-left: 1px outset #d89e6a; }
table				{width: 520px;}
table.ncoltable1	{background-color: #f5eccf; border: 1px solid #b3854a; width: 100%; margin: 0 0 10px 0; padding: 10px;}
table.ncoltable2	{background-color: #f5eccf; border: 1px solid #b3854a; width: 100%; margin: 0 0 10px 0; padding:  10px;}
table.ncoltable3	{position: absolute; border: none; width: 620px; margin: 0 0 0 -50px; padding:  10px;}

table.ncoltable1 td {padding: 6px}
table.ncoltable2 td {padding: 6px}

table.ncoltable2 td input
{
	margin-left: 120px;
}

table.ncoltable1 form {margin: 0; padding: 0}
table.ncoltable2 form {margin: 0; padding: 0}
table.ncoltable3 form {margin: 0; padding: 0}

.DDtxt {text-align: left;margin-left:2em;font-weight: normal;margin-top:0;}
.DDlabel {text-align: left; margin-left:4em;font-weight: normal;margin-top:0;}
.DDdata {font-weight: normal;margin-top:0;}
.MKtxt {text-align: left;font-weight: bold; margin-left:2em;margin-top:0;}
.MKlabel {text-align: left; margin-left:4em;font-weight: normal;font-style:italic;margin-top:0;}
td.ncoltxtr p.MKlabel {margin-left:0;}
.MKdata {font-weight: normal;margin-top:0;}
.DDimp {font-weight: bold;margin-left:2em;text-align: left;margin-top:0;}
.DDsection {font-weight: bold;margin-left:0em;text-align: left; margin-top:1em; margin-bottom: 0em;}

#aapje { width: 310px; height: 370px; z-index: 100; background: transparent url('../images/aapje.png') no-repeat 0 0; position: absolute; top: 420px; left: 330px; }

div#scroller
{
	width: 560px;
	height: 220px;
	overflow: auto;
}
