/*======================================================
        www.releaz.nl - ontwerpbureau releaz
======================================================*/


/*======================================================
//      Algemeen
======================================================*/

* {

    padding: 0;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: auto auto;
}

img {
    border: 0;
}

h1 {
    text-decoration: none;
    color: #39b54a;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

/*======================================================
//      Header
======================================================*/

#header {
    width: 876px;
    height: 220px;
    margin: auto auto;
    background: url(../img/bg_header.gif) no-repeat;
}

#header_pic {
    background: url(../img/pic_header.jpg) no-repeat;
    height: 105px;
    width: 876px;
    clear: both;
}

#logo {
    width: 158px;
    height: 100px;
    float: left;
    margin: 10px 0 0 15px;
}

/*======================================================
//      Menu
======================================================*/

#menu {
    float: right;
    margin-top: 70px;
}

/*======================================================
//      Main
======================================================*/

#main {
    width: 876px;
    margin: auto auto;
}

#main_left {
    width: 187px;
    float: left;
}

#main_center {
    width: 490px;
    padding: 14px 10px 10px 10px;
    background: url(../img/bg_main.gif) no-repeat;
    float: left;
    min-height: 350px;
}

#main_right {
    width: 179px;
    float: right;
}

#boek {
    width: 179px;
    height: 62px;
    background: #4c9756;
}

#boekboek {
    position: absolute;
    margin-top: -25px;
}

#nieuws {
    width: 159px;
    padding: 10px;
}

/* bar */

.barmain {
    background: url(../img/bg_barmain.gif) no-repeat;
    height: 244px;
    width: 176px;
}

/*======================================================
//      Footer
======================================================*/

#footer {
    background: url(../img/bg_footer.jpg) no-repeat;
    width: 876px;
    height: 76px;
    margin: auto auto;
    clear: both;
}

#footer_text {
    height: 13px;
    width: 876px;
    margin: 5px auto auto;
    text-align: right;
}