@charset "utf-8";
/* CSS Document */
.div_body {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:969px;
	height:570px;
}
.div_subbody {
	width:963px;
	height:550px;
	overflow:auto;
	position:absolute;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	left: 0px;
	top:10px;
}
.body_lefttext{
	position:absolute;
	width: 370px;
	left: 40px;
	top: 40px;
	height:460px;
}
.body_righttext{
	position:absolute;
	width: 370px;
	right: 40px;
	top: 40px;
	height:460px;
}
.body_rightsmallpictures{
	position:absolute;
	width: 515px;
	right: 0px;
	top: 40px;
	height:510px;
}
.body_rightsmallpicture{
	position:relative;
	width:215px;
	height:215px;
	float:left;
	margin-right:38px;
	margin-bottom: 38px;
}
.body_rightsmallpicture_border{
	border:1px solid #808080;
}
.body_rightsmallpicture_border:hover{
	border:1px solid #008080;
}
.body_rightpicture{
	position:absolute;
	right: 40px;
	top: 40px;
	width:470px;
	height:470px;
	border:1px solid #808080;
}
.body_rightpicture_gallery{
	position:absolute;
	right: 40px;
	bottom: 40px;
	border:1px solid #808080;
}

.body_leftpicture{
	position:absolute;
	left: 40px;
	top: 40px;
	width:470px;
	height:470px;
	border:1px solid #808080;
}
.body_paginanummer{
	position:absolute;
	left: 40px;
	bottom: 40px;
	width:300px;
}
.body_paginanummer a{
	display:inline;
	color:#808080;
}
.body_leftsmallpictures{
	position:absolute;
	left: 40px;
	bottom: 40px;
	width:450px;
	height:100px;
}
.body_leftsmallpicture{
	position:relative;
	float:left;
	margin-right:28px;
	width:100px;
	height:100px;
	cursor:pointer;
	border:1px solid #808080;
}
.body_leftsmallpicture:hover{
	border:1px solid #008080;
}
.body_offerte_left {
	position:absolute;
	width: 440px;
	left: 40px;
	top: 20px;
	height:460px;
}
.body_offerte_right {
	position:absolute;
	width: 440px;
	right: 10px;
	top: 20px;
	height:460px;
}
.body_offerte_element {
	position: relative;
	padding-bottom:14px;
	float:left;
	width: 440px;
}
.body_offerte_text {
	position: relative;
	float:left;
	width:160px;
}
.body_offerte_verplicht {
	position: relative;
	float:left;
	width:220px;
	padding-top:40px;
}
.body_offerte_input {
	position: relative;
	float:right;
	width:280px;
}
.body_offerte_input_text {
	width:240px;
	border:0px;
	background:#dddddd;
}
.body_offerte_input_text_short {
	width:140px;
	border:0px;
	background:#dddddd;
}
.body_offerte_input_textarea {
	width:240px;
	height:80px;
	border:0px;
	background:#dddddd;
}
.body_offerte_input_textarea_short {
	width:240px;
	height:35px;
	border:0px;
	background:#dddddd;
}
.body_offerte_input_submit {
	width:140px;
	border:1px solid #808080;
	background:#dddddd;
}
.body_offerte_input_submit:hover {
	border:1px solid #808080;
	background:#808080;
}
.body_valid {
	background:#dddddd;
}
.body_invalid {
	background:#e8afaf;
}
