/* ALGEMEEN */
body {
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align:center;
	position:relative;
}

img {
	border:none;
}

/* LAY-OUT TEKST */

.titel {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #383838;
}

hr {
	background-color:#383838;
	color:#383838;
	height:1px;
	border:0px;
}

.ondertitel {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #383838;
}

.tekst {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #383838;
}

.link {
	font-family: sans-serif;
	font-size: 12px;
	color: #383838;
	font-weight: bold;
}

.link2 {
	font-family: sans-serif;
	font-size: 10px;
	color: #383838;
	font-weight: bold;
}

.linkmenu {
	font-family: sans-serif;
	font-size: 12px;
	color: #383838;
	font-weight: bold;
	text-align:left;
}

.opsommingmenu {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #383838;
	list-style-image: url(images/opsomming.jpg);
	text-align:left;
}

.letters {
	font-family: "Book Antiqua";
	font-size: 24px;
	color: #383838;
	font-weight: bold;
	vertical-align:top;
}


/* FOOTER: SITEMAP/ALGEMENE VOORWAARDEN/WETTELIJKE BEPALINGEN */
a:link.wit {
	font-family: sans-serif;
	color: #383838;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}

a:visited.wit { 
	font-family: sans-serif;
	color:#383838;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}

a:hover.wit {
	font-family: sans-serif;
	color:#383838;
	text-align:right;
	font-weight:bold;
	font-size:11px;
}

a:active.wit {
	font-family: sans-serif;
	color:#383838;
	text-decoration: none;
	text-align:right;
	font-weight:bold;
	font-size:11px;
} 
.foto {
	vertical-align:bottom;
}

/* DIVS */

.outerwrapper {
	position:relative;
	text-align: center;
	height:100%;
	width:100%;
	vertical-align:top;
	margin: 0 auto;
	padding:0 auto;
}

.bovenblok {
	height:25px;
}

.wrapper {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

.header {
	background-image:url(images/top_rpt.jpg);
	background-repeat: repeat-x;
	height: 150px;
	margin: 0 auto;
	position:relative;
	vertical-align:bottom;
	text-align:center;
}

.menu {
	overflow:visible;
	width: 200px;
	float:left;
	background-image:url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.content {
	text-align:left;
	width: 730px;
	float:right;
	margin-bottom:0;
	margin-left:10px;
	margin-right: 0;
	margin-top:10px;
	padding: 0 auto;
}

.landingspage {
	font-family: sans-serif;
	font-size: 12px;
	color: #383838;
	text-align:left;
	width: 730px;
	float:right;
	margin-bottom:0;
	margin-left:10px;
	margin-right: 0;
	margin-top:10px;
	padding: 0 auto;
}

.topbanner {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding: 0 auto;
	position: relative;
	top: 15px;
	right: 92px;
}


.button {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding: 0 auto;
	position: relative;
	top: 25px;
	right: 20px;	
}

.achtergrond {
	background-color:383838;
	width:100%;
	overflow:hidden;
	height:50px;
}

div {
	border: 0px coral solid;
}

.footer {
	width:100%;
	background-image:url(images/bottom_rpt.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear:left;
}

/* LINKS */

a:link {
	color: #383838;
	text-decoration: none;
}

a:visited { 
	color:#383838;
	text-decoration: none;
}

a:hover {
	color:#383838;
}

a:active {
	color:#383838;
	text-decoration: none;
} 

/*TABELLEN */

td.hoofding {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #383838;
	text-align: left;	
}

td.link {
	font-family: sans-serif;
	font-size: 12px;
	color: #383838;
	width: 300px;	
	text-align: left;
	font-weight: bold;
}

td.link2 {
	font-family: sans-serif;
	font-size: 12px;
	color: #383838;
	font-weight: bold;
}