pre, body, th, td  {
    color: #000000;
    background: #fff0bc;
    font-family: "Bookman Old Style",  "Times New Roman", "Serif";
}

td {
	vertical-align: top;
}

p { text-align: justify; }

a:link, a:visited, a:active, a:hover { background: none; }

a:link, a:visited { color: #df3458; }

a:active, a:hover  { color: #ff0000; }

div.brown a:link, div.brown a:visited { color: #a52a2a; }
div.brown a:active, div.brown a:hover  { color: #df3458; }

div.brown, div.red { font-family: "Times New Roman", "Serif"; }

div.brown div a, div.red div a {
	display: block;
	width: 150;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}
div div a:hover, {
	background: #fff0ab;
}

h1, h2, h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
h1, .h1 {
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: bold;
}

h2, .h2 {
    font-size: 12pt;
    text-decoration: underline;
    font-weight: bold;
}

h3, .h3 {
    font-size: 12 pt;
    font-weight: normal;
    text-transform:uppercase
}

font {
    font-weight: normal;
    font-size: 12pt;
}

th.pad20 {
    padding-top: 20px;
}

th.left {
	text-align: left;
}

.left {  text-align: left}
.right {  text-align: right}

#disclaimer { font-size: 0.6em; }


.form th, .form td {background: #fff0ab;}
.form  {border: solid #df3458 1px;}

input
    color: #000000;
    font-family: "Bookman Old Style", "Times New Roman", "Serif";
    font-size: 12pt;
}

input.text {
    background: #fff0bc;
    border: solid #df3458 1px;
}

input[type="text"] {
    background: #fff0bc;
    border: solid #df3458 1px;
}


/* catalogus */

.high {color: #df3458;}
.nr { width: 3em; text-align: left;}
.desc {text-align: left;  }
.val {width: 3em; text-align: right;}

div#search {
	position: absolute;
	top: 5px;
	width: 220px;
	right: 5px;
	z-index: 10;
	float: right;
	font-family: "Times New Roman", "Serif";
}

.bold { font-weight: bold; }
.ital { font-style: italic; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }


/* orde van verkoop */
caption.orde_head { text-align: left; font-weight: bold; padding-top: 1em;}
tbody.orde_body td.start,
tbody.orde_body td.eind  { width: 3em; text-align: right;}
table.orde_verkoop {  width: 100%; }
caption span.opm { font-weight: normal;  }



