/* ******************** ALGEMEEN ******************** */
html {
	overflow-y: scroll !important;
	height: 100%;
}
body {
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
	background-color: #000000;
}
td {
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a {
     outline: none;
 }





/* ******************** HOME ******************** */
.vakjes_home {

	vertical-align: bottom;
	background-image: url(../images/vierkantjes/bg_home.gif);
	background-repeat: repeat-y;
}
.home_balk {

	background-color: #2E72C2;
}
.heading_home {
	font-size: 16px;
	font-weight: bold;
	color: #2E72C2;
}






/* ******************** SERVICES ******************** */
.vakjes_services {
	vertical-align: bottom;
	background-image: url(../images/vierkantjes/bg_services.gif);
	background-repeat: repeat-y;
}
.heading_services {

	font-size: 16px;
	font-weight: bold;
	color: #2EB6C2;
}
.services_balk {
	background-color: #2EB6C2;
}






/* ******************** REFERENCES ******************** */
.vakjes_references {
	vertical-align: bottom;
	background-image: url(../images/vierkantjes/bg_references.gif);
	background-repeat: repeat-y;
}
.heading_references {

	font-size: 16px;
	font-weight: bold;
	color: #B3D633;
}
.references_balk {
	background-color: #B3D633;
}






/* ******************** CONTACT ******************** */
.vakjes_contact {
	vertical-align: bottom;
	background-image: url(../images/vierkantjes/bg_contact.gif);
	background-repeat: repeat-y;
}
.heading_contact {

	font-size: 16px;
	font-weight: bold;
	color: #E5BE37;
}
.contact_balk {
	background-color: #E5BE37;
}






/* ******************** LINKS ******************** */
.vakjes_links {
	vertical-align: bottom;
	background-image: url(../images/vierkantjes/bg_links.gif);
	background-repeat: repeat-y;
}
.heading_links {

	font-size: 16px;
	font-weight: bold;
	color: #E1363D;
}
.links_balk {
	background-color: #E1363D;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {

	color: #FFFFFF;
	text-decoration: underline;
}
a:active {

	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {

	color: #CCCCCC;
	text-decoration: underline;
}

