/* CSS Document */
body {
	background-color: #FFFFFF;
	background-image: url(../media/image/base_bggradient.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#empty {
	visibility:hidden;
	width:0px;
	height:0px;
}

#highlight {
	position:relative;
	top:0px;
	left:0px;
	width:185px;
	height:95px;
	clip:rect(0px, 185px, 95px, 0px);
	overflow:hidden;
}

#highmenu {
	position:relative;
	top:0px;
	left:0px;
	width:210px;
	height:50px;
	clip:rect(0px, 210px, 50px, 0px);
	overflow:hidden;
}

#inhoud{
	position:relative;
	left:0;
	top:0;
	width:300px;
	height:355;
	z-index:2;
	overflow:hidden;
}
#bord{
	position:absolute;
	left:188px;
	top:170px;
	width:112px;
	height:185px;
	z-index:1;
	overflow:visible;
}
#tekst{
	position:relative;
	left:0;
	top:0;
	width:300px;
	height:312;
	z-index:2;
	overflow:hidden;
}

#aanbodlist_verkocht {
	z-index: 1;
	position: relative;
	top: 50px;
}

#aanbodlist_afbeelding {
	z-index: 2;
}

input {
	border: 1px solid #00529c;
	background-color: #ffffff;
	width: 75%;
}

input.checkbox {
	background-color: #ffffff;
	border: 0px;
	text-align: left;
	width: 20px;
}

textarea {
	border: 1px solid #00529c;
	background-color: #ffffff;
	width: 75%;
}
.radiobut {
	background:none;
	border: 0px;
	text-align: left;
	width: 20px;
	border:none;
}
