div.container {
        background-color: lightyellow;
        width:996px;
        margin:0px auto;
				height:1400px;				
}

div.header {
				float:right;
        width:741px;
        height:120px;
        background-color: lightyellow;
}

div.menu {
        float:left;
				text-align: center;
        width:249px;
	    height:1400px;
        background-color: lightyellow;
				top: 10px;
				position: absolute;
}

div.schrijfvlak { 
				width: 741px;
				text-align: left; 
				background-color: gainsboro;
	      float:right;
        position: absolute;
        top: 245px;
				margin-left: 256px; 
}
