
/* CONTACT */
.contact_textarea, .contact_textbox, .watermark_textbox, .watermark_textarea {
    border:solid 1px #6C4F2D;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 5px;
}
.contact_textbox, .watermark_textbox {
    width: 148px;
    height: 18px;
}
.contact_textarea, .watermark_textarea {
    width:387px;
    height:142px;
}

.watermark_textbox, .watermark_textarea {
    color: #b8b199;
}

/* AGENDA */
    .agenda_item_details {
        background-image: url(std_info.gif);
        background-repeat:no-repeat;
        height: 99px;
        list-style-type:none;
        margin: 0px;
        margin-top: -10px;
        margin-left: 10px;
        padding-left: 20px;
        padding-top: 15px;
        clear:both;
    }
        .agenda_item_details SPAN {
            color: #7f3e29;
            font-weight: bolder;
            font-variant: small-caps;
}
    .yearslist 
    {
        list-style-type:none;
        float:right;
    }
    .yearslist LI
    {
        float:left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	background-image:url(timeline.gif);
	background-repeat: repeat-x;
    }
/* FOTOS */
#large 
{
    margin-left: -2px; 
    border: solid 1px brown;
    height: 300px;
}

.thumbnaillist {
    list-style-type:none;
    height:200px;
    width:400px;
    margin: 0px;
}
    .thumbnaillist LI {
    float: left;
    padding: 3px;
    padding-top: 12px;
    margin: 2px;
    margin-left: 3px;
    width: 88px;
    height: 73px;
    background-image: url(thumb.gif);
    text-align: center;
}
    .thumbnaillist LI A IMG {
        margin-top:auto;
        margin-bottom:auto;
        /*border: white 4px solid;*/
    }

/* ALGEMEEN */
.clickbtn {
    background-image:url(menubg_hover.jpg);
    color:White;
    border:solid 1px #6C4F2D;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    height: 22px;
    width: 120px;
}

.smallright {
    float:right;
    font-size:smaller;
}

/* LINKS */
DL 
{
    margin-left: 20px;
}
DL DT 
{
    list-style-type:square;
}
DL DD 
{
    margin-left: 15px;
}