html {
	overflow: hidden;
}

body {
	background: #ccffcc;
	}

#intro_left {
    position: absolute; 
    left: 0px; 
    top: 0; 
    height: 100%; 
    width: 50%; 
    z-index: 1; 
	border: 0px;
	}

#intro_center {
    position: absolute; 
    left: 50%; 
    top: 0; 
    height: 100%; 
    width: 800px; 
    z-index: 2;  
	border: 0px;
    margin-left: -400px; 
	}

#intro_right {
    position: absolute; 
    top: 0; 
    right: 0px;
    height: 100%; 
    width: 50%;     
    z-index: 1;  
	border: 0px;
	}
	
#left_img_container {
    position: absolute; 
    top: 154px; 
    right: 51%;
    height: 400px;     
    width: 400px;
    z-index: 3;       
	border: 0px;
    cursor: pointer;
	}

#right_img_container {
    position: absolute;
    left: 51%; 
    top: 154px; 
    right: 25%; 
    width: 400px; 
    height: 400px; 
    z-index: 3;
	border: 0px;
    margin-right: -200px; 
    cursor: pointer;
	}
	
#img_box1 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
    z-index: 4;
	}

#img_box2 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	position: absolute;
	right: 0px;
	bottom: 100px;
	text-align: center;
    z-index: 5;
	}

#img_box3 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	position: absolute;
	left: 0px;
	bottom: 100px;
	text-align: center;
    z-index: 5;
	}

#img_box4 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
    z-index: 4;
	}

#img_box_table1 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	text-align: center;
	}

#img_box_table2 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	text-align: center;
	}

#img_box_table3 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	text-align: center;
	}

#img_box_table4 {
	border: 0px;
	width: 250px; 
    height: 200px; 
	text-align: center;
	}

.bg_intro_table1 {
	background-image: url('../Images/Intro/Intro_01.gif')
	}
	
.bg_intro_table2 {
	background-image: url('../Images/Intro/Intro_04.gif')
	}
	
.bg_intro_table3 {
	background-image: url('../Images/Intro/Intro_09.gif')
	}

.intro_keuze_table1 {
	background-image: url('../Images/Intro/Intro_05.gif')
}

.intro_keuze_table2 {
	background-image: url('../Images/Intro/Intro1_14.gif')
}
