/* CSS Document */
body {background-color: #e9ff28;
	}


.deel1 {
	float:left;
	width: 180px;
	background-color: #e9ff28;
	color:#000000;
	font-family: "Comic Sans MS", "Century Gothic", "Arial Narrow", "Trebuchet MS", "sans-serif";
	font-size: 12px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	line-height: 25px;
	text-align: center;
	background-attachment:scroll
	}
	
.deel2 {
    float:right
	width:auto;
	height:auto;
	background-color: #e9ff28;
	background-attachment:scroll
	color:#000000;
	font-family: "Comic Sans MS", "Century Gothic", "Arial Narrow", "Trebuchet MS";
	font-size: small;
	text-align: left;
	white-space: normal;
	padding-left: 200px;
	color: #000000;
	padding-top: 125px;
	padding-right: 10px;
	}
	
.deel3 {
    float:inherit
	width:auto;
	height:auto;
	background-color: #e9ff28;
	background-attachment:scroll
	color:#000000;
	font-family: "Comic Sans MS", "Century Gothic", "Arial Narrow", "Trebuchet MS";
	font-size: small;
	text-align: left;
	white-space: normal;
	padding-left: 200px;
	color: #000000;
	padding-top: 1px;
	padding-right: 10px;
	}