/* CSS Document */

body {
	background-color: #6A973D;
	/*#E3F3CD oude achtergrondkleur*/
	vertical-align: middle;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	}

#total {
	background-color: #FFFFFF;
	height: 700px;
	width: 900px;
	}

#menu {
	margin-top: 0px;
	display: block;
	width: 1000px;
	height: 50px;
	background-color: #D5EDB3;
	font-family: "palatino Linotype", verdana;
	font-size: 16px;
	color: #993300;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: center;
	}

#menu a{
	font-family: "palatino Linotype", verdana;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: center;
	color: #6A973D;
	display: block;
	width: auto;
	background-color: #D5EDB3;
	vertical-align: top;
	}

#menu a:hover {
	color: #993300;
	}

#content {
	width: 550px;
	height: 500px;
	vertical-align: text-top;
	text-align: justify;
	}

#content2 {
	width: 530px;
	height: 500px;
	vertical-align: text-top;
	text-align: justify;
	}

#content a {
	color: #6A973D;
	text-decoration: none;
	}	

#content2 a {
	color: #6A973D;
	text-decoration: none;
	}	

#content a:hover {
	text-decoration: underline;
	}

#content2 a:hover {
	text-decoration: underline;
	}

#footer {
	width: 1000px;
	height: 30px;
	background-image: url(images/footer.png);
	}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
#footer a{
	color: #993300;
	text-decoration: none;
	}	

#footer a:hover {
	color: #6A973D;
	}

#rechts {
	width: 120px;
	vertical-align: top;
	}
