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


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

* {
    margin: 0;
    padding: 0;
}

.alt {
    display: none;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background: #aca983 url(../img/background.gif) no-repeat;
    color: #666;
    width: 100%;
    height: 100%;
}

img {
    border: 0;
}

h1 {
    text-decoration: none;
    color: #1a471a;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

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

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

/*======================================================
//      Container
======================================================*/

#container {
    width: 835px;
    margin: auto;
}

#shadowTOP {
    width: 835px;
    height: 24px;   
    background: url(../img/shadowTOP.png) no-repeat;
}

#shadowBOTTOM {
    width: 835px;
    height: 25px;
    background: url(../img/shadowBOTTOM.png) no-repeat;
    clear: both;
}

#main {
    width: 835px;
    padding-left: 50px;
    min-height: 435px;
    background: url(../img/shadowMAIN.gif) repeat-y;
    overflow: hidden;
}

#middle {
    float: left;
    padding: 10px;
    width: 710px;
    text-align: left;
}

#spacer {
    height: 300px;
    width: 1px;
    float: right;
    }
/*======================================================
//      Header
======================================================*/

#header {
    height: 84px;
    width: 737px;
    clear: both;
    border-bottom: #a5a177 3px solid;
    background: url(../img/oli.gif) no-repeat 615px 11px;
}

#logo {
    background: url(../img/logo.gif) no-repeat;
    width: 197px;
    float: left;
    height: 21px;
}

/*======================================================
//      Navigtie header
======================================================*/

#navigatie {
    float: left;
    clear: both;
    margin-top: 24px;
}

#navigatie ul {
    list-style-type: none;
    font: verdana;
}

#navigatie ul li {
    display: inline;
    padding: 10 0 0 7px;
}

#navigatie ul li a {
    float: left;
    height: 21px;
    padding-right: 29px;
    width: 94px;
    margin-top: 19px;
    padding: 5px 0 0 0;
    color: #1a471a;
    font-size: 12px;
    font-weight: bold;
}

#navigatie ul li a:hover {
    color: #5e2f07;
    text-decoration: none;
}

/*======================================================
//      menu left
======================================================*/

#menuleft {
    width: 35px;
    float: left;
    position: absolute;
}

/*======================================================
//      footer
======================================================*/

#footer {
    width: 790px;
    text-align: right;
    clear: both;
}