/* CSS Document */

BODY {
	height: 480px;
	width: 780px;
	background-image: url("/images/achtergrond_main.gif");
} 
      #left {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 169px;
        height: 346px;
        top: 3px;
        left: 0px;
		overflow: hidden;
      }
      #footer {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 169px;
        height: 128px;
        top: 349px;
        left: 0px;
		overflow: hidden;
      }
      #header {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 611px;
        height: 55px;
        top: 3px;
        left: 169px;
		overflow: hidden;
      }
      #main {
	    position: fixed;
        /* commented backslash hack v2 \*/
	    position: absolute;
        /* end hack */
        width: 611px;
        height: 419px;
        top: 58px;
        left: 169px;
		overflow: auto;
      }
.leesverder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: italic;
	color: #336699;
	text-decoration: none;
	text-indent: 30px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
      