body {
	font: 100% 'Georgia';
	line-height: 140%;
	color: #111;
}

table {
	border-collapse: collapse;
	border: 1px solid #8a7944;
}

table td, table th {
	padding: .1em .3em;
}

table th {
	background-color: #8a7944;
	color: #fff;
}

table tfoot tr {
	background-color: #eee;
	border-top: 1px solid #8a7944;
}

h1, table a {
	color: #840A2D;
}

h2 {
	border-bottom: 1px solid #8a7944;
}

div {
	border: none;
	height: 1.2em;
	width: 12em;
	display: inline;
	vertical-align: bottom;
}

div.largebid {
	display: block;
	float: right;
	margin-right: 2em;
	width: 32em;
	height: 28em;

}

input.bigbutton {
	padding: 4px;
	margin: 4px 0;
	text-align: right;
	width: 15em;
	font: 100% Georgia;
	font-weight: bold;
	color: #fff;
	background-color: #8a7944;
	cursor: pointer;
	cursor: hand;
}

input.bigbutton.disabled {
	background-color: silver;
}

input.bigbutton.cancel {
	background-color: #c7d3e0;
	text-align: left;

}

input.bigbutton.close {
	background-color: #840A2D;
}

div.user {
	font: 75% Arial;
	color: gray;
	float: right;
	margin-right: 1em;
}

div.user a {
	color: gray;
}

div.user img {
	vertical-align: bottom;
}

div.realisatie {
	text-align: center;
	clear: both;
	font: 70% Arial;
	color: gray;
	margin-top: 1em;
	float: left;
	margin-left : 0px;
//	border-top: 1px solid silver;
	padding-top: 1em;
}

div.realisatie a {
	color: gray;
}

legend {
	font-size: 120%;
	font-weight: bold;
	color: #840A2D;
}
fieldset {
	margin-top: 1em;
}

a { color: blue;}