body { 
		font-family: helvetica, tahoma, arial; 
	 	background: #303030; 
		font-size: 12px;
		padding: 0px;
		margin: 0px;
	}

table, td { 
		text-align: normal;
		font-size: 13px; 
		padding: 15px;
		margin: 0px;
	}
	
a { 
	color: #526822;
	cursor: pointer;
}
a:hover  { 
	color: #829e42;
	cursor: pointer;
}

#mainwrapper {
	width: 1000px;
	position: relative;
	top: -12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header { 
	width: 100%;
	height: 285px;
	background: url('../img/header2000b.jpg') no-repeat scroll center top;
	position: top-center;
	border: 0px solid #e6e6e6;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 135px; 
	height: 400px; 
	color: #161616;
	float: left;
	position: relative;
	font-family: helvetica, arial, sansserif;
	font-size: 13px;
	margin-top: 10px;

}

#menu  a{
	color: #000000;
	text-decoration: none;
}

#menu-element 		{ 	
	display: block; 
	padding-left: 12px; 
	padding-top: 5px;
	height: 20px; 
	color: #1b1b1b;
}

#menu-element:hover 		{ 	
	background: url('../img/menuhover.png');
	height: 20px;	
	width: 138px;
	padding-left: 12px;	
	padding-top: 5px;
	cursor: hand;	
	display: block;
	}

#menu-element  a 	{ 	
	display: block;  
	color: #1b1b1b;
}

#menu-element  a:hover	{ 
	color: #1b1b1b;
	display: block;  
	}
	
#bg-content { 
	background: url('../img/bgside.png');
	width: 900px; 
	position: top-center;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	 
}

#content {
	width: 650px;
	min-height: 400px;
	font-family: helvetica, tahoma, arial;
	font-size: 12px;
	position: relative;
	padding: 15px;
	margin-top: 0px;
	margin-left: 175px;
	text-align: LEFT;

}

h1 {
	font-family: helvetica, tahoma, arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	color: #738f10;
	text-align: left;
	
}
.nomouse {
	background: url('../img/aanmelden1.jpg');
	border: none;
	height: 100px ;
	width: 200px;
}

.mouse {
	background: url('../img/aanmelden2.jpg');
	border: none;
	height: 100px ;
	width: 200px;
}



#footer{
	background: url('../img/footer.png');
	width: 900px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, helvetica;
	font-size: 10px;
	color: #e9e9e9;
	text-align: center;
}
