/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,
body {
    min-height: 100%;
	height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background: #c0e96c;
	background: -moz-linear-gradient(top, #c0e96c 0%, #55ab24 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0e96c), color-stop(100%,#55ab24));
	background: -webkit-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: -o-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: -ms-linear-gradient(top, #c0e96c 0%,#55ab24 100%);
	background: linear-gradient(to bottom, #c0e96c 0%,#55ab24 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e96c', endColorstr='#55ab24',GradientType=0 );
	position: relative;
}

#wrapper {
	background: #ffffff;
	border-left: solid 8px #dfdfdf;
	border-right: solid 8px #dfdfdf;
	width: 645px;
	margin-left: 140px;
	min-height: 790px;
	height: 100%;
}

#content {
	padding: 65px 24px 65px 24px;
}

h1 {
	font-weight: normal;
	font-size: 2.8em;
	margin-bottom: 25px;
}

h2 {
	font-size: 3.3em;
	margin-bottom: 25px;
}

h3 {
	font-size: 2.2em;
	margin-bottom: 70px;
}

h2, h3 {
	text-transform: uppercase;
	color: #4e504d;
	line-height: 130%;
}

h2 a, h3 a {
	color: #55ab24;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #4e504d;
}

#logo {
	margin-bottom: 25px;
}

#adresgegevens p {
	color: #4e504d;
	font-size: 1.2em;
	line-height: 170%;
}

#adresgegevens a {
	color: #4e504d;
}

