/*
    Theme Name: Dip en Dap 
    Theme URI: http://www.dipendap.eu
    Description: Dip en Dap 
    Version: 1.0
    Author: Bart Volbeda
    Author URI: http://www.vlbd.nl/
    */
    

    * {
    margin:0;
    padding:0;
    }

    html {
    height:100%;
    }
	 
    body {
    background-image:url('../images/bground.jpg');
    background-repeat: repeat-x;
    text-align: justify;
	font-family: verdana, tahoma, arial, sans-serif;
    font-size: 8pt;
	margin:0; 
	padding:0;
	}
    
    #bg {
	position: absolute;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
    z-index:0;
    }
    
    #wrapper {
	position: absolute;
	width: 800px;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 4% ;
	z-index:1;
	display:block;
    }
    
    #wrapper_kids {
	position: absolute;
	width: 800px;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 8% ;
	z-index:1;
    }
    
    #wrapper_puzzel {
	position: absolute;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 8% ;
	z-index:1;
    }
    
    #kids {
    float:left;
    background-repeat: no-repeat;
    width: 400px;
    height: 363px;
    } 
    
    #parents {
    float:right;
    background-repeat: no-repeat;
    width: 400px;
    height: 363px;
    }
    
    #menu_kids_links {
    float:left;
    }
    
    #menu_puzzel {

    float:left;
    width: 200px;
    height: 200px;    
    }
    #menu_filmpjes {

    float:right;
    width: 200px;
    height: 200px;    
    }	
    
    #menu_kids_rechts {
    float:right;
    }
    
     #menu_kleurplaten {

    float:left;
    width: 200px;
    height: 200px;    
    }	
 	#menu_prijsvraag {

    float:right;
    width: 200px;
    height: 200px;    
    } 	
    #index_links {
    float:left;
    left: 50% ;
	margin-left: 0px ;
	width: 400px;
    }
    #index_rechts {
    float:rechts;
    left: 50% ;
    }
    #menu_prijsvraag_main {
    display: inline;
    float:left;
    width: 200px;
    height: 200px;    
    }
    
    #menu_webshop_main {
    float:right;
    width: 200px;
    height: 200px;    
    }
    
    #menu_theatershows_main {
    float:left;
    width: 200px;
    height: 200px;    
    }
        #menu_contact_main {
    display: inline;
    float:right;
    width: 200px;
    height: 200px;    
    }
    #wrapper_kp {
    	overflow:hidden;
    position: absolute;
       	width: 800px;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 100px ;
	z-index:1;
    }
    #wrapper_filmpjes {
    position: absolute;
   	width: 800px;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 100px ;
	z-index:1;
    }
      #wrapper_pv {
    background-color: #8dc148;
    color:#ffffff;
    padding: 10px;
    font-size: 18pt; 
   	width: 800px;
    position: absolute;
	left: 50% ;
	margin-left: -400px ;
	margin-top: 50px ;
	z-index:1;
    }
    
    .melding{ position:relative;
    		  font-family: comic sans ms;
    		  font-style: normal;
    	      font-size:28px;
    	      display:block;
    	      color:white;
    	      padding-top:460px;
    	      margin-top:0px auto 0px auto;
    }