/* CSS Document */

body, html {

	background: #2F2F2F url(../images/bg.jpg) repeat-x top;
	margin: 0;
	padding: 15px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a {

	color: #96AC7a;
	text-decoration: underline;

}

a:hover {

	text-decoration: none;

}

h1 {

	color: #51643b;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;

}

h2 {

	color: black;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0 0 0;
	margin: 0;

}

p {

	margin: 0;
	padding: 10px 0 5px 0;

}

#header {

	background: url(../images/header.jpg) no-repeat;
	width: 804px;
	height: 138px;
	margin: 0 auto 0 auto;
	border-bottom: 2px solid white;

}

#headerChange {

	background-repeat: no-repeat;
	width: 804px;
	height: 138px;
	margin: 0 auto 0 auto;
	border-bottom: 2px solid white;

}

#websiteTitle {

	width: 804px;
	height: 50px;
	margin: 0 auto 0 auto;
	background: #51643b url(../images/title.jpg) no-repeat top right;

}

#menu {

	height: 21px;
	width: 784px;
	margin: 0 auto 0 auto;
	padding: 4px 0 0 20px;
	background: #96AC7A;
	border-top: 1px solid white;
	text-transform: uppercase;

}

#navigatie, #navigatie ul {

	padding: 1px 0 0 0;
	margin: 0;
	list-style: none;

}

#navigatie li {

	float: left;
	margin-right: 20px;

}

#navigatie ul {

	position: absolute;
	width: 120px;
	left: -1500px;

}

#navigatie li:hover ul, #navigatie li.ie_does_hover ul {

	left: auto;
	background-position: 0 0;

}

#navigatie a {

	display: block;
	text-decoration: none;

}

ul ul a:link, ul ul a:visited{

	font-weight: normal;
	color: #CCC;
	cursor: pointer;
	width: 140px;
	padding: 4px;	
	text-transform: none;

}

ul ul a:hover, ul ul a:active{

	font-weight: normal;
	color: #FFF;
	cursor: pointer;

}

ul li{

	background-color: #96AC7A;

}

#menu a {

	color: white;
	text-decoration: none;

}

#menu a:hover {

	color: #51643b;

}

#content {

	background: white;
	width: 764px;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;

}

#footer {

	width: 784px;
	height: 20px;
	margin: 0 auto 0 auto;
	background: #51643b;
	padding: 25px 0 5px 20px;
	border-bottom: 25px solid white;
	font-size: 11px;

}

#footer a {

	color: white;
	text-decoration: none;

}

#footer a:hover {

	text-decoration: underline;

}

