@charset "utf-8";

.width100 { 
	width: 100%;
	float: left;
}
.width75 { 
	width: 75%;
	float: left; 
}
.width68 { 
	width: 68%; 
	float: left;
}
.width50 { 
	width: 50%; 
	float: left;
}
.width40 { 
	width: 40%; 
	float: left;
}
.width25 { 
	width: 25%; 
	float: left;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.floatRightImage { 
	margin: 0 0 10px 20px;
	float: right; 
}
body.contact img.contentImageExtra { 
	margin: -60px 70px 10px 20px;
	float: right; 
}
.floatNone { float: none; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.alignJustify { text-align: justify; }
.spriteSearchSiteForm {
	background-image: url(../../images/design/searchSiteForm.png);
	background-repeat: no-repeat;
}
.spriteTip {
	background-image: url(../../images/design/bg-tip.png);
	background-repeat: no-repeat;
	background-color: #006bb7;
}
.spriteTipHome {
	background-image: url(../../images/design/bg-tipHome.png);
	background-repeat: no-repeat;
	background-color: #006bb7;
}
.spriteHomeBlok {
	background-image: url(../../images/design/bg-homeBlok.png);
	background-repeat: repeat-x;
}
.spritePlain {
	background-image: url(../../images/design/bg-plain.png);
	background-repeat: no-repeat;
}
.spriteWoningZoeken {
	background-image: url(../../images/design/bg-woningZoeken.png);
	background-repeat: no-repeat;
	background-color: #d6dbea;
}
.spriteStappenplan {
	background-image: url(../../images/design/bg-stappenplan.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.zoekexample {
	color: #666;
	font-style: italic;
}