/****************************************/
/*                                      */
/*  Created by Verheul Communicatie     */
/*  www.verheulcommunicatie.com         */
/*                                      */
/****************************************/

* {
	margin:0;
	padding:0;
}

img {
 border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
	background:#eaeaea;
	font-family: Georgia, Times, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.red {
	color:#ff0000;
}

#language {
	top: 0px;
	margin-right: 16px;
	margin-top: 30px;
	right: 0px;
	text-align: right;
	vertical-align: top
	
}

#text-main {
	padding-right: 5px;
	font-size: 12px; 
	line-height: 16px; 
	margin: 20px 0 25px 25px;
	height: 350px;
	width: 410px;
	overflow: auto;
	scrollbar-arrow-color:#cd9a31;
	scrollbar-track-color:#cd9a31;
	scrollbar-face-color:#008033;
  scrollbar-highlight-color:#cd9a31;
  scrollbar-3dlight-color:#cd9a31;
  scrollbar-darkshadow-color:#cd9a31;
  scrollbar-shadow-color:#cd9a31; 
}

#menu {
	font-size: 12px; 
	line-height: 16px;
}

#container {
	position:absolute;
	width: 944px;
	height: 612px;
	left: 50%;
	top: 50%;
	margin-left: -472px; /* half of width */
	margin-top: -306px; /* half of height */
}

p { 
	margin-bottom: 15px;
}

/* heading */

.H1 { 
	color: #ffffff; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 16px; 
}

.H2 { 
	color: #000000; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	line-height: 16px; 
}

.H3 { 
	color: #000000; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 16px; 
}


/* links */

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

a.mensenlink{
	color:#000000;
	text-decoration:none;
}

a:hover.mensenlink{
	color:#008033;
	text-decoration: underline;
}

a.under{
	color:#000000;
	text-decoration:none;
}

a:hover.under{
	color:#008033;
	text-decoration: underline;
}

h1 { 
	color: #ffffff; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 16px; 
}

h2 { 
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold; 
	line-height: 16px; 
}

.underrechts { 
	position:absolute;
	bottom:9px;
	right:14px;
	font-size:10px;
}

.date { 
	position:absolute;
	bottom:9px;
	left:14px;
	font-size:10px;
}