/* settings ajb wijzigen in _libs/css_settings.lib */ html { height:100%; /* hoogte zetten to 100% voor IE */ max-height:100%; /* hoogte zetten voor overige browsers */ padding:0; /*verwijder padding */ margin:0; /* verwijder margins */ border:0; /* verwijder borders */ font: 78%/1.5 'Source Sans Pro', sans-serif; /* hide overflow:hidden from IE5/Mac */ /* \*/ overflow:hidden; /*verwijder scroll bars in IE */ /* */ } body { height:100%; /* hoogte zetten to 100% voor IE */ max-height:100%; /* hoogte zetten voor overige browsers */ overflow:hidden; /*verwijder scroll bars in IE */ padding:0; /*verwijder padding */ margin:0; /* verwijder margins */ border:0; /* verwijder borders */ } /* center positionering */ #center { overflow:hidden; /* toevoegen scroll bars wanneer nodig*/ position:absolute; z-index:4; /* Indien noodzakelijk bedekken overige divs */ top:62px; bottom:20px; } * html #center { height:100%; /* full screen height */ width:100%; /* full screen width 8 */ top:0; bottom: 0; left:0; right: 0; border-top:62px solid #FFF; /*voeg border top toe voor header */ border-bottom:20px solid #FFF; /*voeg border bottom toe voor footer */ } #centercolumn { position: relative; margin: 0px 0px 0px 0px; overflow: hidden; } /*header */ #header { position:absolute; margin: 0; top: 0px; left:0px; right: 0px; display:block; width:100%; height:62px; z-index:10; overflow:hidden; } #headercolumn { position: relative; margin: 0px 0px 0px 0px; height: 62px; } /* footer */ #footer { position:absolute; margin:0; bottom:0; left:0; display:block; width:100%; height:20px; z-index:10; overflow:hidden; } #footercolumn { position: relative; margin: 0px 0px 0px 0px; height: 20px; border-top: 1px solid #35B4EB; } #photoUpload { display: none; position: absolute; top: 200px; left: 15px; height: 25px; width: 195px; z-index: 50; }