/* CSS Document */


body {
	background-image: url(images/kleurverloop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	background-color:#004a80;
	margin-top:0;
}
.style2 {
	color: #004a80;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom:7px;
	text-decoration:none;
}
.ruimteonder {
padding-left:35px;
}
.style5 {font-family: Georgia, "Times New Roman", Times, serif}

.textbox {
  width: 98%;
  height: 100%;
  overflow: auto; 
  border: 1px solid white; 
  /*position: relative; */ 
  left:60px; 
  top:20px;
  border:0px;
  word-wrap: break-word;    /* werkt in IE */
  white-space: -moz-pre-wrap;  /* werkt in mozilla/firefox */
}
#Layer1 {
	position:relative;
	width:550px;
	height:349px;
	z-index:2;
	left: 40px;
	top: 11px;
	overflow: auto; 
	  word-wrap: break-word;    /* werkt in IE */
  white-space: -moz-pre-wrap;  /* werkt in mozilla/firefox */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
#Layer2 {
	position:relative;
	width:545px;
	height:25px;
	z-index:2;
	left: 30px;
	top: 33px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000066;
	padding-top:6px;
	overflow: hidden;
  
}

