@charset "UTF-8";
.mycss {
}

#header {
	width: 800px;
	height: 85px;
	text-align: left;
	border: 1px solid #000;
	background-color: #000000;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */
	}
#menu {
	width: 800px;
	height: 25px;
	text-align: left;
	border: 1px solid #000;
	background-color: #000000;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: -400px; 
	margin-top:100px;
	/* Half the width of the DIV tag which is 50 pixels */
	}
	
#contentvlak {
	width: 800px;
	height: 600px;
	text-align: left;
	border: 1px solid #000;
	background-color: #000000;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;	/* Half the width of the DIV tag which is 50 pixels */
	margin-left: -400px;
	margin-top:130px;
	}
	
#achtergrond {
	background-color: #000000;	
	}

#textvlaklinks {
	width: 390px;
	height: 585px;
	text-align: left;
	border: 1px solid #000;
	background-color: #1B1B1B;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: -395px;
	margin-top:5px;
	
	
	}
	
#textvlakrechts {
	width: 390px;
	height: 585px;
	text-align: left;
	border: 1px solid #000;
	background-color: #1B1B1B;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: 3px;
	margin-top:5px;	/* Half the width of the DIV tag which is 50 pixels */
	}

#text {
	width: 360px;
	height: 585px;
	text-align: left;
	color: #fff;
	position: absolute;
	left: 15px;
	top:10px;
	margin-left: 0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 15px;
	}
	
.texttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
}
#textvlakcontact {
	width: 460px;
	height: 450px;
	text-align: left;
	border: 1px solid #000;
	background-color: #1B1B1B;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: -395px;
	margin-top:5px;
}

#textvlaknaastcontact {
	width: 320px;
	height: 450px;
	text-align: left;
	border: 1px solid #000;
	background-color: #1B1B1B;
	color: #fff;
	position: absolute;
	left: 50%;
	top:0%;
	margin-left: 75px;
	margin-top:5px;
}

