@charset "utf-8";
/* CSS Document */
.body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.menu{
	list-style-type: none;
	list-style-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	padding-left: 15px;
	background-position: 50px;
	
	
	
}
.container{
	height: 300px;
	background-image: url(../images/achtergondmenu.jpg);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 45px;
}
.container2{
	height: 330px;
	width: 490px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 45px;
	overflow: auto;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:visited{
	color: #06C;
	text-decoration: none;
}

