/* CSS Document */

body{
        background-color: #F6F9F4;
        margin-left: 0px;
        margin-right: 0px;
        font-family: arial;
        font-size: 10px;
}

table, div{
        font-size: 10px;
}

a:link, a:visited, a:active{
        color: #000000;
        text-decoration: none;
}
a:hover{
        color: #333333;
}

#button_table{
        border-top: 1px solid #D0EFD0;
        border-left: 1px solid #B2D1B1;
        border-right: 1px solid #B2D1B1;
        border-bottom: 1px solid #D0EFD0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
}

#button:link, #button:active, #button:visited{
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}

#button:hover{
        color: #222222;
}

#main_table{
        border: 1px solid #79bcFF;
        padding: 5px;
        padding-top: 15px;
}

#kopje{
        background-image: url(images/kopje.jpg);
        padding-left: 4px;
        padding-top: 1px;
        padding-bottom: 4px;
        height: 10px;
        width: 140px;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        float: left;
}

#potm{
        height: auto;
        width: 200px;
        border: 1px solid #B2D1B1;
        background-color: #D5E4D4;
        float: left;
        margin-bottom: 5px;
}

#omlinks{
        height: auto;
        width: 200px;
        float: left;
}

#agenda{
        border: 1px solid #B2D1B1;
        width: 190px;
        height: auto;
        float: left;
        padding: 5px;
        font-size: 10px;
        margin-bottom: 5px;
        color: #000000;
}

#koplinks{
        font-size: 10px;
        background-color: #79BCFF;
        color: #000000;
        height: auto;
        width: 100%;
        float: none;
        padding: 2px;
        margin-bottom: 10px;
        font-weight: bold;
}

#omrechts{
        width: 575px;
        height: auto;
        float: right;
}

#rechts{
        border: 1px solid #B2D1B1;
        width: 550px;
        height: 800px;
        padding: 5px;
        height: auto;
        float: left;
}

#nieuwskop{
        background-color: #79BCFF;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 15px;
        color: #000000;
        padding: 3px;
        float: none;
}

#nieuwsbericht{
        font-size: 11px;
        margin-bottom: 10px;
}

#door{
        height: auto;
        width: auto;
        margin-bottom: 20px;
}

#door:link, #door:visited, #door:active{
        color: #666666;
        font-style: italic;
        font-size: 9px;
        text-decoration: none;
}
#door:hover{
        color: #333333;
}

#omfoto{
        height: auto;
        width: 225px;
}

#foto1{
        background-color: #B2D1B1;
        padding: 5px;
        float: left;
        height: auto;
        width: 200px;
        margin: 5px;
}

#foto2{
        background-color: #B2D1B1;
        padding: 5px;
        float: right;
        height: auto;
        width: 200px;
        margin: 5px;
}

#omtext{
        font-size: 11px;
        height: auto;
        width: 100%;
        float: none;
        background-color: none;
        margin-bottom: 10px;
}

#input{
        background-color: #79BCFF;
        border: 1px solid #B2D1B1;
}

.style1 {color: #B2D1B1}