Body {
	background-color			: #606060;
	scrollbar-arrow-color		: #606060; 
	scrollbar-highlight-color	: #606060; 
	scrollbar-3dlight-color		: #606060; 
	scrollbar-track-color		: #606060; 
	scrollbar-face-color		: #606060; 
	scrollbar-shadow-color		: #606060; 
	scrollbar-darkshadow-color	: #606060;
}

Img {
	border-collapse				: collapse;
	border						: 0px solid #606060;
}

*: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 5px;
}

Input.Veld, TextArea {
	font-size					: 12px;
	text-align					: left; 
	font-family					: Tahoma, Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	font-weight					: normal;
	color						: #000000;
	line-height					: 20px;
	border						: 0px;
	opacity						: 0.40;
	filter						: alpha(opacity=40);
	background-color			: #f3f3f4;
}
	
Input.Veld:focus, TextArea:focus {
	background-color			: #000000;
	background					: url('images/selectedmenucube.jpg') no-repeat;
	background-position			: right 6px;
}

Input.Veld:hover, TextArea:hover {
	background-color			: #000000;
	background					: url('images/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;
}

Div {
	position					: absolute;
}

#PageHolder {
	position					: absolute;
	left						: 50%;
	top							: 50%;
	margin-left					: -500px;
	margin-top					: -350px;
	width						: 1000px;
	height						: 700px;
	overflow					: hidden;
}

#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
}