/* raamwerk */
body
{
    margin: 0;
    background-color: #FFF;
}

#center
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#bg
{
    width: 950px;
    height: 750px;
    background-color: #FFF;
    background-image: url('../images/schuinedriehoek.gif' );
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* collinks */
#collinks
{
    float: left;
    width: 210px;
    height: 700px;
    background-color: #FFF;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
}

#logo
{
    background-image: url( '../images/logo.gif' );
    background-repeat: no-repeat;
    height: 120px;
    width: 210px;
}

#mail
{
    background-image: url( '../images/mail.gif' );
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
}

#tel
{
    background-image: url( '../images/tel.gif' );
    background-repeat: no-repeat;
    margin-top: 40px;
    width: 23px;
    height: 11px;
}

#menulinks
{
    font-family: Arial;
    font-size: 12px;
    color: #000066;
}

#menulinks a, a:visited
{
    color: #000066;
    text-decoration: none;
}

#menuitem
{
    background-image: url('../images/knop.gif' );
    height: 25px;
    width: 193px;
    text-align: center;
    padding-top: 6px;
    color: #000066;
    margin-bottom: 5px;
}

#menuitem a, a:visited
{
    color: #000066;
    text-decoration: none;
}

#colmidden a:hover
{
    color: #FF0000;
}

#adres
{
    font-family: Arial;
    font-size: 12px;
    color: #000066;
    background-color: #ebf4fa;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 25px;
    width: 173px;
}

#fotoonder
{
    float: left;
    background-image: url('../images/fotoonder.jpg' );
    background-repeat: no-repeat;
    height: 162px;
    width: 193px;
}

/* colmidden */
#colmidden
{
    float: left;
    width: 590px;
    height: 550px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

#colmidden a, a:visited
{
    text-decoration: none;
    color: #000;
}
#colmidden a:hover
{
    color: #FF0000;
}

#driehoek
{
    float: left;
    background-image: url( '../images/driehoek_geel.gif' );
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    height: 38px;
    width: 42px;
}

#driehoek_groen
{
    float: left;
    background-image: url( '../images/driehoek_groen.gif' );
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    height: 38px;
    width: 42px;
}

#driehoek_blauw
{
    float: left;
    background-image: url( '../images/driehoek_blauw.gif' );
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    height: 38px;
    width: 42px;
}


#blokgeel
{
    clear: left;
    width: 565px;
    line-height: 150%;
    padding: 5px;
    background-color: #feefdd;
    height: auto;
    margin-left: 5px;
    margin-bottom: 15px;
}

#blokgroen
{
    clear: left;
    width: 565px;
    line-height: 150%;
    padding: 5px;
    background-color: #e8f4d9;
    height: auto;
    margin-left: 5px;
    margin-bottom: 15px;
}

#blokblauw
{
    clear: left;
    width: 565px;
    line-height: 150%;
    padding: 5px;
    background-color: #ebf4fa;
    height: auto;
    margin-left: 5px;
    margin-bottom: 15px;
}

#blokfoto
{
    clear: left;
    width: 575px;
    line-height: 150%;
    padding: 5px;
    height: auto;
    margin-left: 5px;
    margin-bottom: 15px;
}

#foto
{
    float: left;
    width: 130px;
    height: 125px;
    padding-right: 8px;    
}

#foto img
{
    border : 1px solid #808080;
    padding : 4px;
}

#foto2
{
    float: left;
    width: 567px;
    height: 359px;
}

#foto2 img
{
    border : 1px solid #808080;
    padding : 4px;
}


#titel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000066;
    padding-top: 12px;
}

/* colrechts */
#colrechts
{
    float: right;
    font-family: Arial;
    font-size: 12px;
    color: Black;
    width: 150px;
    height: 750px;
    background-image: url( '../images/balkenrechts.gif' );
    background-position: top right;
    background-repeat: no-repeat;
}

#balk
{
    padding-top: 10px;
    float: left;
    width: 50px;
    height: 250px;    
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center; 
}

#onder
{
    clear: left;
    width:950px;
    height: 32px;
}

#onderlinks
{
    clear: both;
    float: left;
    width: 100px;
    height: 32px;
}

#onderrechts
{
    float: left;
    width: 850px;
    height: 32px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.blokje
{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #f18e00;
    margin-top: 2px;
    font-size: 1px;
    margin-bottom: 10px;
}

