@charset "utf-8";
/* CSS Document */

.ImgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ImgRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ImgLeftHome {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 370px;
	margin-left: 10px;
}
.ImgLeftVerbouwing {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 580px;
	margin-left: 10px;
}
.HomeLijnBottItems {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	margin-top: 10px;
	padding-top: 5px;
	text-align: left;
}

