/* -- CSS - opmaak standaard gebruikte elementen -- */

body {
	
	
	margin:0px;
	padding:0px; 
	overflow:-moz-scrollbars-vertical;
}

/* basis */

* {
	margin:0px;
	padding:0px;
}

div, th, span {
	vertical-align:top;
	text-align:left;
	border:0px solid #ffffff;
	font-family:Agency FB, Trebuchet, Tw Cen MT, Helvetica, sans-serif;
	font-size:17px;
	line-height:18px;
	color:#7d6267;
}

td {
	font-family:Tw Cen MT, Trebuchet;
	font-size:16px;
	line-height:18px;
	color:#7d6267;
}
	

/* opsommingen */

ul,
ol {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style-type:square;
}

/* afbeeldingen */

img {
	border:none;
	
}

/* invoervelden */

input {
	width:200px;
	border:1px solid #d8ff49;
	background:none;
	color:#1b9aff;
}

textarea {
	width:200px;
	border:1px solid #1b9aff;
	color:#3a0011;
}	

button,
.button {
	width:200px;
	border:1px solid #1b9aff;
	background:none;
	background-color:#1b9aff;
	color:#3a0011;
}

/* links */


a:link { 
	color:#7d6267; 
	
}

a:visited { 
	color:#828c59;
	
}

a:hover { 
	color:#92002c;
	
}

a:active {
	color:#7d6267;
	
}

/* container */

div.container {
	width:auto;
	margin:0px auto;
}


/* header */

div.header {
	width:auto;
	height:200px;
	margin-top:0px;
	text-align:center;
	padding:10px;
	background-color:#ffffff;
}

/* leftcontent / menu */

div.leftcontent {
	position: absolute;
	top:240px;
	left: 0;
	width:130px;
	padding:10px;
	background-color:#ffffff;
}

/* rightcontent / menu */

div.rightcontent {
	position: absolute;
	top:240px;
	left:850px;
	width:150px;
	padding:0px;
	background-color:#ffffff;
	
}

/* maincontent */

div.maincontent {
	
	background-image: url('achtergrond5.jpg'); 
	width:650px;
	margin-left:165px;
	margin-right:130px;
	margin-top:50px;
	padding-top:20px;
	padding-left:10px;
	padding-right:18px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

/* opmaak */

P {
	font-family:Tw Cen MT, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#3a0011;
	margin-bottom:15px;
}

H1 {
color:#da0042;
	font-family:trebuchet, Sans-serif, Times, Helvetica;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
}

H2 {
color:#da0042;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
}

H3 {
color:#666666;
	font-family:Tw Cen MT, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
}

H4 {
color:#FF6600;
	font-family:Tw Cen MT, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

H5 {
color:#000000;
	font-family:Tw Cen MT, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}

H6 {
color:#666666;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	margin-bottom:0px;
}