
body {
	background:#333 url(images/background2.jpg) repeat-x;
	font-family: "Estrangelo Edessa";
	color:#FFF;
	font-size: 16px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}
a:visited:hover {
	color: #78bddd;
	text-decoration: none;
}
a:hover {
	color: #78bddd;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* #main voor het centreren van de pagina */
#main {
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/main_bg.png) repeat-y;
}

/* Navigatie van de website */
#nav {
	height: 25px;
	width: 800px;
	margin-left:30px;
	background: url(images/nav.jpg) repeat-x;
	color: #FFF;
	font-size:16px;
	font-family: "Estrangelo Edessa";
	line-height: 25px;
	text-decoration: none;
}

/* header met logo van de site */
#header {
	height: 217px;
	width: 800px;
	margin-left:30px;
	background: url(images/header.jpg) no-repeat;
}

/* een box om de content om de tekst margin te geven */
#box {
	width: 800px;
	margin-left:30px;
	background: #033f64 url(images/content.jpg) repeat-x;
}

/* Content voor alle tekst en informatie. */
#content {
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	font-family: "Estrangelo Edessa";
	color: #FFF;
}
#content a:link {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
}
/* Footer voor Copyright tekst */
#footer {
	width: 800px;
	margin-left:30px;
	background: #337c9d;
	font-family: "Estrangelo Edessa";
	font-size:12px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* end of the website page/end-shadow */
#end {
	background:url(images/footer_end.png) no-repeat;
	width: 860px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
}

/* Pagina titels en speciale weergaves (schuin/dik.. etc..) */
.ctitle {
	font-family: "Estrangelo Edessa";
	font-size:18px;
	font-weight:bold;
	color: #FFF;
}

.error {
	text-align:center;
	border: #F90 1px;
	background:#FC6;
	width: 800px;
	height: 25px;
	color:#069;
}
.pdpstabel {
	border-bottom: 1px solid #6CF;
}
