/* CSS Document */

body {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #BCD169;
	font-family: "Trebuchet MS";
	color: #003985;
	font-size: 13px;
}
a:link {
	color: #003985;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #003985;
	text-decoration: underline;
}
a:visited {
	color: #003985;
	text-decoration: underline;
}
#inhoud {
	margin-top: 35px;
	background-color: #FFFFFF;
	height: 502px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

.logo {
	height: 30px;
	width: 138px;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}.visual {
	height: 356px;
	width: 264px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.main {
	float: right;
	width: 660px;
	padding-top: 100px;
}
.content {
	float: left;
	width: 300px;
	margin-right: 25px;
}
#inhoud .main .content h1 {
	font-size: 40px;
	font-weight: normal;
}

#footer {
	height: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Trebuchet MS;
	font-size: 10px;
	margin-top: 10px;
}

