* { padding: 0px; margin: 0px; }

html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}

body {
	width: 780px;
	margin:0 auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin-top: 25px;
	margin-bottom: 25px;
}


#top {
	background-image: url(images/website-optimalisatie-1-top.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 780px;
	clear: both;
}

#header {
	background-image: url(images/header_1.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 780px;
	clear: both;
	background-color: #FCF1D6;
	
	}
h1 {
	font-size: 40px;
	padding-left: 360px;
}



#top_inhoud {
	background-image: url(images/header_2.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 780px;
	clear: both;
	background-color: #FCF1D6;
	background-position: top;
	text-align: right;
	font-size: 18px;
}

#top_inhoud p, #top_inhoud h2 {
padding-right: 50px;
}

#inhoud {
	width: 780px;
	background-color: #FCF1D6;
	background-image: url(images/website-optimalisatie-5-onder.jpg);
	background-repeat: repeat-y;
}

#inhoud p, #inhoud h2, #inhoud h3 {
padding-left: 50px;
padding-right: 50px;
padding-top: 20px;
}

.links {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ff0000;
}

a {
	color: #FF0000;
}

.footer {
	font-size: 9px;
	text-align: right;

}