/**** LINK-tag style sheet style.css ****/

/**
**	Basis styles
**/ 
	
	h2{
    	font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 25px;
		color: #000;
		font-weight: bold;
		text-align: left;
	}		
	
	h2.inleiding{
	    font-family: Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 16px;
		color: #000;
		font-weight: bold;
		text-align: left;
	}
	

/**
 * center styles
 **/
	
	#midden{
		padding: 10px 0px 20px 15px;
		float: left;
		width: 400px;
		min-height: 550px;
  		height:auto !important;
  		height:550px;
	}
	
    #pakketten{
    	position: absolute;
    	left: 620px;
    	top: 310px;
    }
    
    #meer{
    	position: relative; 
		left: 0px; 
		top: 70px;
    }
    
    #blokjes{
        position: absolute;
    	left: 600px;
    	top: 350px;
    }
    
    #doos{
        position: absolute;
    	left: 630px;
    	top: 590px;
    }
    
    #stappen{
        position: absolute;
    	left: 600px;
    	top: 330px;
    }
    
    #fluitje{
        position: absolute;
    	left: 590px;
    	top: 460px;
    }    
    
    #paginaafbeelding{
	    position: relative;
	    top: 50px;
	    left: 10px;
    }

