html { 
	height: 100%;
	overflow: auto;
	}

body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

#map_canvas { 
	height: 100%;
	z-index: 0;
	}

iframe {
	width: 100%;
	height: 100%;
	border: 0;
	frameborder: 0;
	}

img{
	border: none;
	}

.scale_img { 
	height:auto;
	width: 100%;
	}

.grondleggers_img { 
	height:auto;
	width: 30%;
	padding-right: 2%;
	float: left;
	}

.logo_casa { 
	height:auto;
	width: 25%;
	}
.logo_h2a{ 
	height:auto;
	width: 50%;
	}

#wrapper-title {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:25%;
	z-index: 10;
	margin-bottom: 5%;
	}

#dto_title {
	position:relative;
	margin-top: 2%;
	left: 5%;
	width: 25%;
	float: left;
	}
	

#transitie_title {
	position:relative;
	margin-top: 2%;
	right: 5%;
	width: 20%;
	float: right;
	}


#wrapper-items {
	position:absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	height: 70%;
	z-index: 10;
	}

#dto_nav {
	position:relative;	
	margin-left: 5%;
	width: 29%;
	background-color:white;
	float: left;
	}

#dto_bar1 {
	display: none; 
	position:absolute;	
	margin-left: 35.5%;
	width: 29%;
	height:95%;
	background-color:white;
	float: left;
	}

#dto_bar2 {
	position:absolute;	
	margin-left: 66%;
	width: 29%;
	height:80%;
	background-color:white;
	float: left;
	}

#dto_content {
	overflow-x: visible;
	position:relative;	
	margin: 4% 0 0 4%;
	width: 92%;
	height:92%;
	z-index: 20;
	}

#nieuws_content {
	position:relative;	
	margin: 4% 4% 4% 4%;
	width: 92%;
	height:92%;
	z-index: 20;
	}


.text, td {
	text-align:justify;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
 	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 	white-space: pre-wrap; /* css-3 */
 	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
 	white-space: -o-pre-wrap; /* Opera 7 */
 	/* width: 99%; */
 	word-wrap: break-word; /* Internet Explorer 5.5+ */
	}

pre {
 	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 	white-space: pre-wrap; /* css-3 */
 	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
 	white-space: -o-pre-wrap; /* Opera 7 */
 	/* width: 99%; */
 	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.title {
	font-size:300%;
	font-weight: bolder;
	}


#full-page-container
{
	overflow-x: hidden;
	height:100%;
}

.close {
	float: right;
	margin-top: 2px;
	margin-right: 3.5%;
	}

.hiddenPic {
	display:none;
	}

