* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 12px;
	color: #3F3F3F;
}
body {
	margin: 0 auto;
}
.clear {
	clear: both;
}
.txtGreen {
	color: #77b32e;
}
a {
	color: #3F3F3F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* HEADER */
#containerHeader {
	height: 89px;
	background-image: url('../images/bgMenu.png');
	background-repeat: repeat-x;
}
#containerHeaderCentre {
	margin: 0 auto;
	width: 1024px;
}
#containerHeaderCentre .headerLogo {
	margin-left: 85px;
	margin-top: 10px;
	float: left;
	border: 0px solid white;
}

/* MENU */
#containerHeaderCentre #containerMenu {
	width: 650px;
	height: 42px;
	
	margin-left: 75px;
	margin-top: 45px;
	float: left;
}

/* home */
#containerHeaderCentre #containerMenu #menuHome {
	width: 118px;
	height: 20px;
	position: absolute;
	background-image: url('../images/menu/btHome.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}
#containerHeaderCentre #containerMenu #menuHome:hover {
	background-image: url('../images/menu/btHomeCurr.png');
}
/*Current*/
#containerHeaderCentre #containerMenu #menuHome_2 {
	width: 118px;
	height: 20px;
	position: absolute;
	background-image: url('../images/menu/btHomeCurr.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}


/* werkwijze */
#containerHeaderCentre #containerMenu #menuDiensten {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 150px;
	
	background-image: url('../images/menu/btDiensten.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}
#containerHeaderCentre #containerMenu #menuDiensten:hover {
	background-image: url('../images/menu/btDienstenCurr.png');
}
/*Current*/
#containerHeaderCentre #containerMenu #menuDiensten_2 {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 150px;
	
	background-image: url('../images/menu/btDienstenCurr.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}

/* diensten */
#containerHeaderCentre #containerMenu #menuWerkwijze {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 275px;
	
	background-image: url('../images/menu/btWerkwijze.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}
#containerHeaderCentre #containerMenu #menuWerkwijze:hover {
	background-image: url('../images/menu/btWerkwijzeCurr.png');
}
/*Current*/
#containerHeaderCentre #containerMenu #menuWerkwijze_2 {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 275px;
	
	background-image: url('../images/menu/btWerkwijzeCurr.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}


/* contact */
#containerHeaderCentre #containerMenu #menuContact {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 410px;
	
	background-image: url('../images/menu/btContact.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}
#containerHeaderCentre #containerMenu #menuContact:hover {
	background-image: url("../images/menu/btContactCurr.png");
}
/*Current*/
#containerHeaderCentre #containerMenu #menuContact_2 {
	width: 118px;
	height: 18px;
	position: absolute;
	
	margin-left: 410px;
	
	background-image: url('../images/menu/btContactCurr.png');
	background-repeat: no-repeat;
	margin-right: 45px;
}


/* CONTENT */
#containerContent {
	width: 850px;
	height: 350px;
	
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	
	border-bottom: 1px dotted #ccc;
}
/*left*/
#containerContent #contentLeft {
	height: 334px;
	width: 60%;
	
	float: left;
}
#containerContent #contentLeft #txtWelcome {
	margin-bottom: 8px;
}
#containerContent #contentLeft p {
	font-size: 12px;
	color: #5A5A5A;
}
#containerContent #contentLeft #powerWords {
	width: 510px;
	margin-top: 35px;
	font-weight: bold;
	color: #474747;
}
#containerContent #contentLeft #powerWords #powerWords_1 {
	float: left;
}
#containerContent #contentLeft #powerWords #powerWords_1 .words {
	width: 180px;
	padding-left: 10px;
	line-height: 35px;
}
#containerContent #contentLeft #powerWords #powerWords_2 {
	float: left;
}
#containerContent #contentLeft #powerWords #powerWords_2 .words {
	width: 180px;
	padding-left: 10px;
	line-height: 35px;
}
/*right*/
#containerContent #contentRight {
	height: 334px;
	width: 36%;
	
	float: left;	
}
#containerContent #contentRight img {
	margin-left: 35px;
}

/* CONTACT FORMULIER */
form {
	margin-top: 45px;
}
th {
	text-align: right;
	padding-right: 5px;
	width: 160px;
	vertical-align: middle;
}
td {
	margin-left: 5px;
}
input {
	height: 24px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	
	padding-top: 5px;
	padding-left: 3px;
}
.message {
	height: 150px;
	vertical-align: top;
}
.btSubmit {
	float: right;
	padding: 0px;
	border: 0px solid white;
}

/* FOOTER */
#containerFooter {
	width: 850px;
	height: 300px;
	
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 15px;
}
#containerFooter #containerBlock_1 {
	width: 275px;
	height: 250px;
	
	margin-right: 9px;
	
	border-right: 1px dotted #ccc;
	float: left;
}
#containerFooter #containerBlock_1 p {
	margin-right: 2px;
}
#containerFooter #containerBlock_2 {
	width: 275px;
	height: 250px;
	float: left;
}
#containerFooter #containerBlock_3 {
	width: 270px;
	height: 250px;
	
	padding-left: 8px;
	margin-left: 9px;
	
	border-left: 1px dotted #ccc;
	float: left;
}
#containerFooter p {
	margin-top: 9px;
}
#containerFooter .goToPage_1 {
	margin-top: 50px;
}
#containerFooter .goToPage_2 {
		margin-top: 34px;
}
#containerFooter .goToPage_3 {
		margin-top: 25px;
}

/* FOOTER 2 */
#footer2 {
	width: 850px;
	height: 100px;
	
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 125px;
	
	border-top: 1px solid #ccc;
}
#footer2 p {
	color: #B2B2B2;
}
#footer2 a {
	color: #B2B2B2;
	text-decoration: none;
}
#footer2 a:hover {
	color: #B2B2B2;
	text-decoration: underline;
}
#leftFooter2 {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}
#rightFooter2 {
	float: left;
	margin-top: 10px;	
}


#footer3 {
	width: 850px;
	height: 100px;
	
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 300px;
	
	border-top: 1px solid #ccc;
}
#footer3 p {
	color: #B2B2B2;
}
#footer3 a {
	color: #B2B2B2;
	text-decoration: none;
}
#footer3 a:hover {
	color: #B2B2B2;
	text-decoration: underline;
}
#leftFooter3 {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}
#rightFooter3 {
	float: left;
	margin-top: 10px;	
}


#footer4 {
	width: 850px;
	height: 100px;
	
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -15px;
	
	border-top: 1px solid #ccc;
}
#footer4 p {
	color: #B2B2B2;
}
#footer4 a {
	color: #B2B2B2;
	text-decoration: none;
}
#footer4 a:hover {
	color: #B2B2B2;
	text-decoration: underline;
}
#leftFooter4 {
	width: 400px;
	float: left;
	margin-top: 10px;
	margin-left: 6px;
}
#rightFooter4 {
	float: left;
	margin-top: 10px;	
}


#tableHome th {
	width: 60px;
	text-align: left;
}





