/* This website is made by Bart Janssen and only for use with permissions from the maker */

body, h1, h2, h3, h4, form, input, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	}
	
body {
	background-color: #E3E3E3;
	}
	
/* Font eigenschappen */
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	}
	
h1, h2 {
	font-size: 24px;
	color: #336699;
	font-weight: normal;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}
	
/* div contents */


/* masthead content */

div#headwrapper {
	margin: 0 auto;
	width: 1024px;
	margin: 0 auto;
	}
	
div#masthead {
	background: url('../img/logo.png') no-repeat top left;
	width: 1024px;
	margin-top: 10px;
	margin-left: 5px;
	height: 144px;
	}
	
/* main content */

div#maincontent {
	float: left;
	width: 616px;
	background: url('../img/maincontentbg.png') repeat-y top left;
}

div#maincontent .first {
	width: 617px;
	height: 23px;
	background: url('../img/maincontent_top.png') no-repeat top left;
}

div#maincontent .last {
	width: 617px;
	height: 23px;
	background: url('../img/maincontent_bottom.png') no-repeat bottom left;
}

div#maincontent .verhaal {
	margin-left: 10px;
	margin-right: 10px;
}

div#maincontent .verhaal img {
	margin-right: 5px;
}

div#maincontent .link {
	margin-left: 10px;
	font-size: 12pt;
}

div#maincontent .link a {
	font-size: 12pt;
}

div#maincontent .inloggen {
	margin-left: 10px;
}

div#maincontent form input {
	border: 1px solid #D2D2D2;
}

div#maincontent .laatste {
	background-color: #E3E3E3;
	height: 20px;
	width: 617px;
}

/* loginfout content */

div#loginfout {
	float: left;
	width: 616px;
	background: url('../img/maincontentbg.png') repeat-y top left;
	margin-left: 12px;
	margin-top: 20px;
}

div#loginfout .first {
	width: 617px;
	height: 23px;
	background: url('../img/maincontent_top.png') no-repeat top left;
}

div#loginfout .last {
	width: 617px;
	height: 23px;
	background: url('../img/maincontent_bottom.png') no-repeat bottom left;
}

div#loginfout .laatste {
	background-color: #E3E3E3;
	height: 15px;
	width: 617px;
}

div#loginfout .tekst {
	margin-left: 10px;
	margin-right: 10px;
}

div#loginfout h3 {
	color: red;
}

/* menu content */

div#menucontent {
	float: left;
	width: 175px;
	background: url('../img/menucontentbg.png') repeat-y top left;
	margin-left: 5px;
	margin-right: 12px;
	margin-top: 20px;
}

div#menucontent .first {
	width: 175px;
	height: 22px;
	background: url('../img/menucontent_top.png') no-repeat top left;
}

div#menucontent .last {
	width: 175px;
	height: 22px;
	background: url('../img/menucontent_bottom.png') no-repeat bottom left;
}

div#menucontent .tekst {
	margin-left: 5px;
}

div#menucontent ul {
	margin-left: 5px;
	font-weight: bold;
	font-size: 10pt;
}

div#menucontent ul li {
	width: 170px;
	height: 22px;
	float: left;
	font: bold 14px 'Trebuchet MS';
	}

div#menucontent ul li a {
	float: left;
	width: 170px;
	height: 22px;
	color: #336699;
	background: url('../img/knop.png') no-repeat top left;
	display: block;
}

div#menucontent ul li a:hover {
	color: #0000FF;
	background: url('../img/knop_selected.png') no-repeat top left;
}

/* news content */

div#news {
	float: left;
	width: 170px;
	margin-left: 12px;
	margin-top: 20px;
	background: url('../img/menucontentbg.png') repeat-y top right;
}

div#news .first {
	width: 175px;
	height: 22px;
	background: url('../img/menucontent_top.png') no-repeat top right;
}

div#news .last {
	width: 175px;
	height: 22px;
	background: url('../img/menucontent_bottom.png') no-repeat bottom right;
}

div#news .tekst {
	margin-left: 5px;
}