html {
	overflow: hidden;
	}

body         { background-color: #E2E8E2; padding: 0 }

#drager {
	height: 4000px;
	width: 4000px;
}


/** PAGINA POSITIONERING **/

.contents {
	position: absolute;
	width: 634px;
	height: 399px;
	margin-right: 0px;
	margin-left: 0px;
}
#intro { top: 0px; left: 0px; background-color: #e2e8e2;}
#techniek { top: 399px; left: 0px; background-color: #e2e8e2;}
#techniek-2 { top: 798px; left: 0px; background-color: #e2e8e2;}
#techniek-3 { top: 1197px; left: 0px; background-color: #e2e8e2;}
#techniek-4 { top: 1596px; left: 0px; background-color: #e2e8e2;}
#techniek-5 { top: 1995px; left: 0px; background-color: #e2e8e2;}
#voorbeeld { top: 2394px; left: 0px; background-color: #e2e8e2;}
#voorbeeld-2 { top: 2394px; left: 634px; background-color: #e2e8e2;}
#voorbeeld-3 { top: 2394px; left: 1268px; background-color: #e2e8e2;}
#voorbeeld-4 { top: 2394px; left: 1902px; background-color: #e2e8e2;}
#voorbeeld-5 { top: 2394px; left: 2536px; background-color: #e2e8e2;}
#contact { top: 2793px; left: 0px; background-color: #e2e8e2;}

.inside {
	margin: 0px;
	width: 634px;
}
.picture {
	position: absolute;
	width: 190px; /*190*/
	height: 399px;
	margin-left: 445px; /*445*/
	}
	
#intro .inside .header, #techniek .inside .header, #techniek-2 .inside .header, #techniek-3 .inside .header, #techniek-4 .inside .header, #techniek-5 .inside .header, #voorbeeld .inside .header, #voorbeeld-2 .inside .header, #voorbeeld-3 .inside .header, #voorbeeld-4 .inside .header, #voorbeeld-5 .inside .header, #contact .inside .header{
		font-family: "Arial Rounded MT Bold"; font-weight:bold; font-style: italic;
		font-size: 13pt;
		color: #388438;
		padding: 20px 20px 20px 0px;
		line-height: 25px;
	}

	.inside .text {
		font-family: /*"Arial Rounded MT Bold",*/ "Arial", "Serief";
		font-size: 9pt;
		color: #033103;
		text-align: justify;
		line-height: 15px;
		padding-bottom: 30px;
		margin-right: 190px;
		height: 300px;
	}
	.inside .text b{font-weight:bold;
	}
	
.warning {
	background-color: #880000;
	line-height: normal;
	padding: 15px;
}


/** MOOTOOLS **/

.navigation {
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 20px;
	display: block;
	clear: both;
	font-variant:small-caps;
	text-decoration:underline;
}

.navigation:hover {
text-transform:capitalize;
}

.button {
	float: left;
	cursor: pointer;
	margin-right: 2px;
}

.slider {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 8pt;
	cursor: pointer;
/*	margin-right: 20px; */
	text-align: center;
	color: #000;
	padding: 0px;
}

.slider img {
	border: 5px solid #FFF;
}

/** LINKS **/

a:link, a:visited {
	color: #666;
	text-decoration: underline;
	background-color: #FFF;
	padding: 1px 2px;
}
	
a:hover, a:active {
	color: #222;
	text-decoration: none;
	background-color: #E8E8CE;
	padding: 1px 2px;
}
