Body {
	background-color	: #e3ddd5;
}

*:link, *:visited, *:hover, *:active, *:focus, area, map, div, img {
	outline				: 0 none;
	outline-style		: none;
	outline-color		: #FFFFFF;
}

A.Menu:hover {
	background			: url('../images/selectedmenucube.jpg') no-repeat;
	background-position	: left 0px -4px;
}

Input.Veld, TextArea {
	font-size			: 12px;
	text-align			: left; 
	font-family			: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica;
	font-weight			: normal;
	color				: #000000;
	line-height			: 20px;
	border				: 0px;
	opacity				: 0.40;
	filter				: alpha(opacity=40);
	background-color	: #FFFFFF;
}
	
Input.Veld:focus, TextArea:focus {
	background-color	: #000000;
	background			: url('../images-r/selectedmenucube.jpg') no-repeat;
	background-position	: right 6px;
}

Input.Veld:hover, TextArea:hover {
	background-color	: #000000;
	background			: url('../images-r/hovercube.jpg') no-repeat;
	background-position	: right 6px;
}

Input.Knop {
	background-color	: #F3F3F3;
	border				: solid 1px #DDDDDD;
	color				: #666666;
	font-size			: 9px;
	font-family			: Arial; 
}

Input.Knop:hover {
	background-color	: #E9E9E9;
	border				: solid 1px #CCCCCC;
}

#PageHolder {
	position			: absolute;
	left				: 50%;
	margin-left			: -473px;
	margin-top			: -10px;
	width				: 946px;
	height				: 100%;
}

#TextLayer {
	position			: absolute;
 	left				: 140px;
 	top					: 130px;
 	width				: 860px;
 	color				: #BBBBBB;
	z-index				: -1
}

#Footer {
	position			: absolute;
	left				: 303px;
	width				: 618px;
	height				: 24px;
}

#BotVanger {			/*	Gebruikt om een TextArea onzichtbaar te maken. Als bij het checken de area toch text bevat, dan was t bot/spam want onzichtbaar voor mensen */
	display				: none
}