* {
    margin:0px; 
    padding:0px; 
    border:0px;
    }
body {
    text-align:center;
    margin-top:4px;
    /*background:#CCCCCC no-repeat center top;*/
    background:#CCCCCC url('http://www.uitjes.nl/gfx/base/back.gif') no-repeat center top;
    /*background:#f04f24 url('../gfx/base/back.gif') no-repeat center top;*/
    }
#contain {
    width:974px;
    height:auto;
    margin:0px auto;
    text-align:left;
    font-family:verdana, "Trebuchet MS", sans-serif;
    }
            
.left {float:left; margin:0px 0px 0px 10px;}
.right {float:right; margin:0px 10px 0px 0px;}

/*  Identity
---------------*/
#identity {
    width:974px;
    height:125px;
    display:block;
    }
    #logo {
        float:left;
        margin:5px 0px 0px 40px;
        width:145px;
        height:111px;
        display:inline;
        background:#fff url('../gfx/base/logo_uitjesbureau.gif') center top no-repeat;
        }
        #logo span {
            display:none;
        }
    a:hover#logo {
        background:#fff url('../gfx/base/logo_uitjesbureau.gif') center bottom no-repeat;
    }
    #visual {
        float:right;
        margin:10px 10px 0px 0px;
        width:733px;
        height:105px;
        display:inline;
        background:url('../gfx/base/top-uitjes.jpg') no-repeat;
    }

/*  Locator
---------------*/

#locator {
    float:left;
    width:974px;
    height:30px;
    margin:5px 0px;
    display:inline;
    background-image:url('../gfx/base/background_locator.gif');
    background-repeat:no-repeat;
    }
    #locator p {
        margin-top:7px;
        margin-left:240px;
        color:#FFFFFF;
        }
        #locator a {
            text-decoration:none;
            color:#FFFFFF;
        }

/*  Main
---------------*/

#main {
    float:left;
    width:974px;
    height:auto;
    margin:0px 0px 0px 0px;
    display:inline;
    }

/*  Footer
---------------*/
#footer {
    float:left;
    width:100%;
    background:#f04f24 url('../gfx/base/background_footer.gif') center bottom no-repeat;
    text-align:center;
    }
    #footer p {
        color:#f04f24;
        text-align:center;
        margin-top:14px;
    }
    #footer a {
        color:#fff;
        text-decoration:none;
        font-weight:normal;
        }
    #footer a:hover {
        color:#ccc;
        text-decoration:underline;
    }
    #footer a.promopodium_logo {
        float:left;
        margin:5px 0px 0px 10px;
    }
    #index #footer a.promopodium_logo {
        float:right;
        margin:5px 10px 0px 0px;
    }
    #footer a.promopodium_tekst span {
        display:none;
    }


/*span {
    clear:both;
    text-align:center;
    background:url('../gfx/base/background_footer.gif') no-repeat;
    display:block;
    padding-top:7px;
    font-size:0.67em;
    font-weight:bold;
    color:#e29696;
    }
    #footer a {
        color:#fff;
        text-decoration:none;
        font-weight:normal;
        }
    #footer a:hover {
        color:#ccc;
        text-decoration:underline;
    }*/
