/* achtergrondkleuren */
body {
	background-repeat:no-repeat;
	background-position:top center;
	color:#555555;
}

.fouteInput {
	background-color:#FF0000;
}

.tabelHeader {
	background-color:yellow;
}


/**********************************************/
/* Links */
a:link, a:visited, a:active {
	color: blue;
}
a:hover {
	color:gray;
}
/**********************************************/


/**********************************************/
/* Inputs */
input,select,textarea {
	color:#444444;
}
/**********************************************/

