/* Algemeen */

        	html, body {
        		margin: 0;
        		padding: 0;	
        		min-height: 100%;
        		font: 9pt Tahoma;
        	}
        	
        	html {
        		background: #4895c2 url(../images/bg_body_bottom.jpg) repeat-x bottom center;
        	}
        	
        	body {
        		background: url(../images/bg_body_top.png) no-repeat top center;
        	}
        	
        	a, a:link {
        		color: #399ad1;
        		font: bold 9pt Tahoma;
        		text-decoration: none;
        	}
        	
        	#container {
        		width: 778px;
        		margin: 0 auto;
        		min-height: 310px;
        	}

/* Header */

        	#header {
        		width: 778px;
        		height: 123px;
        	}
        	
        	h1, h2 {
        		margin: 0;
        		padding: 0;
        		float: left;
        	}
        	
        	h1 img, h2 img {
        		margin: 28px 0 0 30px;
        	}

/* Content */

        	#content {
        		width: 778px;
        		min-height: 35px;
        		padding: 15px 0 0 0;
        		background: url(../images/bg_content_top.png) no-repeat top;
        	}
        	
        	#content_mid {
        		width: 778px;
        		padding: 3px 0 0 19px;
        		background: url(../images/bg_content_mid.png) repeat-y;
        	}
        
        	#content_bottom {
        		width: 778px;
        		height: 16px;
        		margin: 0 0 45px 0;
        		background: url(../images/bg_content_bottom.png) no-repeat;
        	}

	/* Gekleurde frame in content */
	
        	
        	#frame {
        		width: 724px;
        		min-height: 500px;
        		padding: 8px 8px 15px 8px;
        		background: url(../images/bg_frame.gif) repeat-x bottom;
        	}
        	
        	#frame_bottom {
        		height: 5px;
        		width: 740px;
        		background: url(../images/bg_frame_bottom.gif) no-repeat;
        	}

	/* 1 t/m 5 */
	
        	table td {
        		line-height: 140%;
        		width: 360px;
        		padding: 0 0 25px 10px;
        	}

        	table td.dark, table td.light {
        		color: #fff;
        		width: 60px;
        		text-align: center;
        		vertical-align: top;
        		padding: 12px 10px 25px 0;
        		font: bold 22pt Comic Sans MS;
        		background: url(../images/bg_blokn_dark.png) no-repeat 0 5px;
        	}

        	table td.light {
        		background: url(../images/bg_blokn_light.png) no-repeat 0 5px;
        	}
        	
        	h3 {
        		margin: 0;
        		padding: 0;
        		font: bold 10pt Tahoma;
        	}
        	
        	h3.dark {
        		color: #2b4768;
        	}
        	
        	h3.light {
        		color: #2a7499;
        	}

	/* Rechter content lijst */
	
	
        	.list {
        		width: 232px;
        		margin: 10px 25px 0 0;
        	}
        	
        	.list .item {
        		width: 232px;
        		height: 26px;
        		text-align: center;
        		padding: 9px 0 0 0;
        		margin: -5px 0 9px 0;
        		background: url(../images/bg_list.png) no-repeat;
        	}
        	
        	.list .item a {
        		color: #000;
        		text-decoration: none;
        		font-weight: normal;
        	}
        	
        	/* Google ads afbeelding */
        	.google {
        		margin: 0 0 0 15px;
        	}

	/* Enquetes */
	
        	.enq_titel {
        		width: 725px;
        		height: 25px;
        		color: #fff;
        		font: bold 10pt Arial;
        		padding: 6px 0 0 5px;
        		background: url(../images/enq_bg_titel.png) no-repeat;
        	}

        	/* 2e titel */
        	.l1 {
        		color: #a9d3de;
        	}
        	
        	/* 3e titel */
        	.l2 {
        		color: #7cbccc;
        	}
        	
        /* Tabel */

        	.enqs {
        		width: 720px;
        	}

        	.enqs .dark {
        		width: 720px;
        		display: block;
        		background: url(../images/enq_bg_dark.png) repeat-y;
        	}

        	.enqs .light {
        		width: 720px;
        		display: block;
        		background: url(../images/enq_bg_light.png) repeat-y;
        	}

        	.enqs div {
        		padding: 3px 0 2px 5px;
                width: 200px;
                float: left;
        	}
        	
        	.enqs div a {
        		color: #000;
        	}

        	.enqs .t2 {
        		width: 250px;
        	}

            .enqs .t1 {
                width: 21px;
                padding: 2px 0 0 0;
            }

/* Footer */

        	#footer {
        		width: 740px;
        		text-align: center;
        		padding: 20px 0 10px 0;
        	}
        	
        	#footer a {
        		color: #000;
        	}
	
/* Overig */

			/* Tv rechtsbovenaan */
        	.tv {
        		width: 386px;
        		float: right;
        		height: 216px;
        		margin: -53px -52px 0 0;
        	}
        	
        	/* Links, rechts, midden */
        	.left {
        		float: left;
        	}
        	
        	.right {
        		float: right;
        	}
        	
        	.center {
     			margin: 0 auto;
        		text-align: center;
        	}
        	
        	/* Intro tekst */
        	.intro {
        		margin: 0;
        		padding: 0;
        		line-height: 180%;
        	}
        	
        	/* Blokken meetrekken */
        	.trek {
        		clear: both;
        	}
	
	
