body {
    padding: 0;
    margin: 0;
    background-color: #F8F8F8;
}

h1, p.intro {
    color: #fff; 
    display: none;
}

#wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 584px;
    margin-left: -400px;
    margin-top: -292px;
    background: #F8F8F8 url('../img/kader.gif') no-repeat top center;
    text-align: center;
}

#wrap p {
    text-align: right;
    font: 10px arial, helvetica, sans-serif;
    color: #999;
    margin: 0;
    padding: 0;
    height: 14px;
    padding-top: 20px;
    padding-right: 25px;
}

#wrap a:link, #wrap a:visited { color: #999; text-decoration: none; }
#wrap a:hover { color: #000; text-decoration: none; }


#movie {
    padding-top: 25px;
}

#route {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 500px;
    border: 2px solid #671D16;
    background: #ffffff url('../img/route.gif') no-repeat top left;
}

#route p, address {
    padding: 10px 15px;
    margin: 0;
    font-size: 11px;
    font-family: Tahoma;
    font-style: normal;
    color: #671D16;
}

#route p.sluiten {
    text-align: right;
    padding: 10px 15px 0 0;
}

#route p.sluiten a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-family: Tahoma;
}

#route h3 {
    display: none;
}

@media print {

    #route {
        background: none;
        position: relative;
        border-style: none;
    }

    #route p {
        color: #000;
    }
    
    #wrap, #route p.sluiten {
        display: none;
    }

    #route h3 {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: Tahoma;
    }

}