@charset "UTF-8";

/* $Id: day_pages.css 1231 2010-01-28 12:23:01Z mariusvw $ */

/*
Controller: pages
*/

#page_top_left {
    margin-left: 60px;
    float: left;
    width: 305px;
    height: 205px;
}
#page_top_right {
    float: left;
    height: 205px;
    width: 502px;
    margin-left: 20px;
}
#page_content {
    padding-top: 50px;
    padding-right: 100px;
}
#page_bottom {
    clear: both;
    width: 887px;
    height: 180px;
    padding-left: 100px;
}
#page_bottom a {
    color: #2d3375;
    font-size: 200%;
    text-decoration: underline;
}
#page_footer {
    padding-top: 8px;
    text-align: right;
}

#avatar td, #gender td {
    text-align: center;
}


h3 {
    color: #ee7f00;
    padding-bottom: 5px;
    font-size: 200%;
}
a.adviesdaantje {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 142px;
    margin-left: -140px;
    display: block;
    width: 74px;
    height: 34px;
    background-image: url(../img/all/button/verder.png);
    background-position: right;
}

a.adviesdaantje:hover {
    background-position: left;
}

#poster {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    margin-left: 200px;
    text-align: center;
    z-index: 10;
}
#poster span {
    display: none;
}
#poster #poster_banner {
    display: block;
    background-image: url(../img/poster.jpg);
    width: 145px;
    height: 200px;
    border: 1px solid #000;
}

#koopsubsidie {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    text-align: center;
    z-index: 10;
}
#koopsubsidie span {
    display: none;
}

#koopsubsidie a {
    display: block;
    background-image: url(../img/koopsubsidie.jpg);
    width: 145px;
    height: 200px;
    border: 1px solid #000;
}

