﻿    
    /*********************** 
          stickyFooter
    ***********************/
    	
    .wrapper {
        margin: 0 auto -142px;
    }
	
	
	body {
		line-height:1.4em;
		background: url(images/bg2.jpg) repeat-x;		
	}
	
	
	
	/*********************** 
       Home - top + menu
    ***********************/

	div#topHome div#nav
	{
	    padding: 0px 0px 0px 13px;
	}
	
	
	/*********************** 
          Home - middle 
    ***********************/
	
	div#middleHome
	{
	    color: #ffffff;
	    background: url(images/bgHome2.jpg) top right no-repeat;
	    text-align: left;
	    padding: 40px 50px 15px 457px;
	    font: 1.1em Georgia, Times;
	    height: 226px;	
	    float: left; 
	}
	
	.btnDemo
	{
	    background: url(images/btnDemo.png) no-repeat;
	    height: 18px;
	    width: 160px;
	    float: left;
	}
	
	.btnDemo:hover
	{
	    background: url(images/btnDemoHover.png) no-repeat;
	    height: 18px;
	    cursor: pointer;
	    width: 160px;
	}

	.btnVoordelen
	{
	    background: url(images/btnVoordelen.png) no-repeat;
	    height: 18px;
	    width: 160px;
	    float: left;
	}
	
	.btnVoordelen:hover
	{
	    background: url(images/btnVoordelenHover.png) no-repeat;
	    height: 18px;
	    width: 160px;
	    cursor: pointer;
	}
	
	.space
	{
        float: left; 
        width: 20px;
	}
	
	
	/*********************** 
          Home - bottom 
    ***********************/
	
	div#bottomHome
	{
	    text-align: left;
	    margin: 0px;
	    padding: 0 0 0 57px;
	    float:left;
	    width: 950px;
	}	
	
	div#bottomHome img
	{
	    margin: 0px;
	    padding: 0px;
	}	
	
	.bottomHomeItem
	{
	    float: left;
	    width: 230px;
	    background: url(images/tussen01.gif) top right no-repeat;
	}
	
	.bottomHomeItem div.uitleg, .bottomHomeItemLast div.uitleg
	{
	    float: left;
	    width: 160px;
        text-align: left;
	    padding-top: 45px; 
	}	
	
	.bottomHomeItemLast
	{
	    float: left;
	    width: 230px;
	}
		
	div#bottomExtra
	{
	    width: 970px;
	    float: left;
	    padding-top: 21px;
	}
	
    div.bottomExtraStatistiek, div.bottomExtraPersonalisatie, div.bottomExtraAdressen, div.bottomExtraEmail
    {
        float: left;
	    padding-left: 50px;
        text-align: left;
        font-size: 0.85em;
	    padding-top: 10px; 
	    border-right: 1px dotted #ffffff;      
	    width: 160px; 	      
    }

	div.bottomExtraEmail
	{
	    padding-left: 60px;
	    /*padding-right: 34px;*/
	    /*width: 150px; */
	    padding-right: 36px;	   	    
	}

	div.bottomExtraStatistiek
	{
	    /*width: 120px; */
	    /*padding-right: 39px;	   */
	    padding-right: 36px;	   	    
	}

	div.bottomExtraPersonalisatie
	{
	    /*width: 140px; */
	    padding-right: 36px;	   	    
	}

	div.bottomExtraAdressen
	{
	    border-right: none;
	}		
	
	div#bottomHome a
	{
	    color: #000000;
	}
	
	div#bottomHome a:hover
	{
	    color: #0d5a77;
	    text-decoration: none;
	}