/* CSS Document */


body {
	background-image: url(../images/kleurverloop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	background-color:#004a80;
	margin-top:0;
	font-size:12px;
}
.style2 {
	color: #004a80;
	font-family:Arial, Helvetica, sans-serif;	 
	font-size: 12px;
	padding-bottom:7px;
	text-decoration:none;
	line-height: 10px;
}

.content {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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 */
	padding-right: 20px;
}
#Layer1 {
	position:relative;
	width:545px;;
	height:398px;
	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:12px;
	color:#000066;
	padding-top:6px;
  
}

a:menu:hover {
	background-image: url(../images/kroontje.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	color: #FF6600;
	
}

.adress {
	color:#036;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	margin-left:5px;
}

p {
	margin-left:5px;
	width:480px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index:10;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 154px;
    left: 25%;
    width: 50%;
    height: 400;
    padding: 16px;
    border: 16px solid #01334A;
    background-color: white;
    z-index:11;
    overflow: auto;
}

