/* classes voor de homepage */

#maindiv2 {
    background-image: none;
}

#fotogroot {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 380px;
    height: 365px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 67px;
    padding-top: 52px;
    z-index: 15;
}

#navbar {
    top: 173px;
}

#hoofdmenu {
    left: 365px;
    top: 108px;
    width: 140px;
}

#hoofdmenu p {
    margin-bottom: 8px;
}

#topmenu {
    position: absolute;
    top: 9px;
    left: 507px;
    width: 160px;
    height: 180px;
    z-index: 20;
    border: 0px;
    background-color: transparant;
    padding: 0px;
    margin: 0px;
}

#topmenu p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

#backcol {
    position: relative;
    width: 392px;
    height: 194px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 380px;
}

#intro {
    position: relative;
    /*width: 772px;*/
    
    height: 207px;
    z-index: 2;
    padding-top: 10px;
    padding-left: 510px;
    font-size: .75em;
}

#intro strong {
    font-size: 1.25em;
}

#intro ul {
    margin: 0px;
    padding-top: 4px;
    padding-left: 16px;
    line-height: 1.2em;
}

#nieuws {
    position: relative;
    width: 772px;
    background-color: #F4F8FB;
    border-top: 1px #FFFFFF solid;
    border-left: 1px solid #277BB7;
    border-right: 1px solid #277BB7;   
    border-bottom: 1px solid #277BB7;   
}

#nieuws th {
    background-color: #277BB7;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 9px;
    padding-right: 9px;
}

#nieuws td {
    font-size: .60em;
    color: #385C08;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 4px;
}

#nieuws th.lijn {
    border-right: 1px solid #FFFFFF;
}

#nieuws td.lijn {
    border-right: 1px solid #277BB7;
}

#nieuws p {
    padding-top: 2px;
    padding-bottom: 4px;
}