/* structuur en kleur*/
body {
	background-color: #EEEEEE;
	font-family: Arial;
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
}
div {
	margin: 0;
	padding: 0;
}
div#header {
	background-image: url(../images/bb.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	margin: 0 0px 0 0px;
	/*\*/ margin: 0; /* */
	height: 100px;
	width: 100%;
}
div#content {
	background-image: url(../images/contractsigning.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
/*	background-image: url(../images/bb.gif);
	background-repeat: repeat-x;
*/
	background-attachment: fixed;
	/*\*/
	background-color: #CCCCCC;
	position: absolute;
	top: 100px;
	height: expression(document.body.clientHeight - 138 + "px");
	bottom: 34px; 
	/* Exclude all previous props for Mac IE5 */
	margin: 100px 0px 35px 0px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	width: 100%;
	overflow-x: hidden;
}
div#footer {
	/*\*/ position: absolute;  /* Exclude for Mac IE5 */
	background-image: url(../images/bb2.gif);
	background-position: top;
	background-repeat: repeat-x;
	bottom: 0;
	height: 34px;
	width: 100%;
	margin: 0 0px 0 0px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	vertical-align: bottom;
}
div#header a, div#footer a {
	font-size: 80%;
	color: #3366CC;
	text-decoration: none;
}
div#header a:link, div#header a:visited, div#footer a:link, div#footer a:visited {
	color: #3366CC;
}
div#header a:hover, div#footer a:hover {
	color: #CC6633;
}
div#footer table {
	font-size: 70%;
}

table#menu {
	border-collapse: collapse;
	z-index: 10;
}
table#boxing {
	background-color: #FFFFFF;
	width: 70%;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
 	position: relative;
	top:2px;
	left: 15%;
	right: auto;
}
table#boxing td {
	padding: 50px;
	padding-top: 10px;
	border-width: 0px;
}

table#boxing td td {
	padding: 0px;
	padding-top: 0px;
	border-width: 0px;
}

table#boxing2 {
	background-color: #FFFFFF;
	width: 92%;
	left: 4%;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
 	position: relative;
	top:2px;
}
table#boxing2 td {
	padding: 50px;
	padding-top: 10px;
	border-width: 0px;
}

div#content table {
	font-size: 90%;
}

h1, h2 {
	font-size: medium;
}

a {
	color: #3366CC;
	text-decoration: none;
}

/* kassabon */
#kassabon {
	font-family: Courier new;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	width: 255px;
}

#kassabon pre {
	font-family: Courier new;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

#kassabon table {
	border-width: 0px;
}

#kassabon table td {
	border-width: 0px;
}

#kassabon table td {
	font-family: Courier new;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
        line-height: 1.0;
        padding-bottom: 10px;
}

/* styling */
h1 { text-align: center; }
div#footer table { width: 100%; }

/* de documentlijsten */

/* the table header on the bottom of a frame */
span.tableheaderinaframe {
	bottom: 0px;
	position: absolute;
	right: 16px;
	text-align: right;
}

table#resultaattabel1 {
	border-collapse: collapse;
}

tr#docs {
	background-color: #000052;
}

tr#docs td {
	background-color: #000052;
	padding: 0px;
	color: #FFFF80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/* the table body in the lower frame */
table#resultaattabel2 {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

tbody#docs td {
	color: #000000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	border-bottom: 1px solid #0099FF;
}

.submitknop {
	border: none;
	background: #EEEEEE;
	color: #3366CC;
	font-family: Arial;
}
