/* -- Body --*/

Body{
	background-color	:	#000000;
	font-size			:	14px;
	color 				: 	#FFF8E6;
	font-family 		: 	Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

A{
	color				:	#7C6CAD;
	text-decoration		:	none;
	}
		
A:Hover{
	color				:	#FFF8E6;
	text-decoration		:	underline;
	}
	
A:focus{
	color				:	#FFF8E6;
	text-decoration		:	none;
	}


span.formreq{
	color				:	#AA133F;
	}
	
span.rood{
	color				:	#AA133F;
	}
	
span.menu{
	color				:	#7C6CAD;
	}
		
span.title{
	color				:	#FFF8E6;
	font-size			:	14px;
	font-weight			:	bold;
}
span.plantsoort{
	color				:	#99CC33;
	}
	
span.groen{
	color				:	#99CC33;
	}

span.centertext{
	text-align			: 	center;
	}
 		
td{
	font-size			:	14px;
	vertical-align		:	top;
	}
td.pageleft{
	width				: 	500px;
	}
td.pageright{
	width				:	150px;
	}	

	
 
textarea{
	border-color		:	#333333;
	border-style		:	solid;
	border-width		: 	1px;
	}
	
input.normal{
	border-width		: 	1px;
	width				:	50px;
	border-color 		: 	#333333;
	border-style		:	solid;	
	}

	

input.errormessage{

	width				:	50px;
	border-color		:	#AA133F;
	border-style		:	solid;
	}
textarea.errormessage{
	
	border-color		:	#AA133F;
	border-style		:	solid;
	}	
	
	
img {
	border-width		:	0px;
	}	
/* -- Div --*/

div.bgpos{
	position 			: 	absolute;
	top					: 	30px;
	width				: 	800px; 
	height 				: 	550px; 
	left 				: 	50%; 
	margin-left			: 	-400px; /* -(width / 2 ) */
	}

	
div.logo{
	z-index				:	3;
	position			: 	absolute;
	bottom				:	0px;
	left				:	20px;
	}	
div.site{
	position 			: 	absolute;
	top					: 	125px;
	left				:	50px;
	width				:	750px;
	/*height				:	300px;
	overflow			:	auto;*/
	}	

div.header{
	position			:	absolute;
	top					:	0px;
	margin-right		:	0px;
	width				:	800px;
	height				:	110px;
	color				:	#7C6CAD;
	vertical-align		:	middle;
	text-align			:	center;
	}
	
		
div.menu{
	position 			: 	absolute;
	top					: 	0px;
	color				:	#7C6CAD;

	vertical-align		:	middle;
	text-align			:	center;
	}
	
	
	

