body
{
	margin-left:				0px;
	margin-right:				0px;
	margin-top:					15px;
	font-family:				Arial, Verdana, Tahoma, Helvetica; 
	font-size:					12px;
	color:						#000000; 
}

h1,h2,h3,h4,h5,h6,h7
{
	margin-bottom:				8px;
	color:						#1d5600;
	margin-top:					0px;
}

h5
{
	font-size:					14px;
}

h4
{
	font-size:					16px;
}

h3
{
	font-size:					18px;
}

h3
{
	font-size:					20px;
}

p
{
	margin:						12px;
	margin-left:				0px;
	margin-top:					0px;
}

input[type=text]
{
	border:						solid 1px;
	width:						180px;
	height:						18px;
	margin-bottom:				5px;
}

input[type=password]
{
	border:						solid 1px;
	width:						180px;
	height:						18px;
	margin-bottom:				5px;
}


input[type=submit]
{
	border:						solid 1px;
	width:						184px;
	height:						24px;
	margin-bottom:				5px;
	padding:					2px;
}

label
{
	display:					block;
	font-size:					13px;
	margin-bottom:				5px;
}


a
{
	text-decoration:			none;
}

#header
{
	position:				absolute;
	top:					15px;
	left:					0px;
	width:					100%;
	height:					100px;
	text-align:				center;
}

#menu
{
	position:			absolute;
	width:				100%;
	left:				0px;
	top:				120px;
	height:				48px;

	background-color:		#052b00;
	background-image:		url('images/menuAchtergrond.png');
}

#menuItems
{
	position:			relative;
	margin: 				0px auto -1px auto; /* Centreren Firefox */
	width:				900px;
	height:				48px;
	padding-left:			12px;
	/*background-image:		url('images/menuItemsAchtergrond.png');*/
	text-align:			center;
}

.menuItem
{
	float:						left;
	color:						#ffffff;
	line-height:				50px;
	font-size:					15px;
	background-position:		bottom center;
	font-variant: 				small-caps;
	background-repeat:			no-repeat;
	padding-left:				14px;
	padding-right:				14px;
	height:						48px;
}

#menuItemNieuw
{
	float:						left;
	color:						#ffffff;
	line-height:				50px;
	font-size:					12px;
	background-position:		bottom center;
	font-variant: 				small-caps;
	background-repeat:			no-repeat;
	padding-left:				14px;
	padding-right:				14px;
	height:						48px;
}

#menuItemNieuwForm
{
	position:					absolute;
	top:						-2px;
	left:						670px;
	width:						185px;
	height:						118px;
	padding:					12px;
	border:						solid 1px;
	background-color:			#ffffff;
	display:					none;
}



#content
{
	position:			relative;
	margin: 				0px auto -1px auto; /* Centreren Firefox */
	padding:			20px;
	width:				860px;
	top:				154px;
	min-height:				520px;
	background-color:		#e6e6e6;
}
