/* 
    Document   : content
    Author     : Wim Thijssen
*/
.itemList{}
.item{
    float: left;
    width: 95%;
    background-image: url(img/horizon_divider_2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0 0px 10px 0;
    padding: 0px 10px 10px 0;
}
.item img, .body img{
    float: right;
    margin:0 0 10px 5px;
}

table#gallery img{
    float: none;
}
table#gallery{
    border: 2px solid gray;
    width: 100%;
    margin: 10px 0 10px 0;
}
table#gallery td{
    padding: 5px;
    border: 1px solid #BBBBBB;
    text-align: center;
    vertical-align: middle;
}
h3{
    margin: 6px 0 6px 0;;
}
h4{
    margin-top: 6px;
}
.item h4{
    font-size: 14px;
}
.item ul{
    margin-left: 15px;
}
.item ol{
    margin-left: 20px;
}
.subtitel{
    margin: 8px 0 8px 0;
    font-style: italic
}
#pagetext h4{
    color: #E7288C;
    font-size: 18px;
    margin-bottom: 5px;
}
#voorstellingen ul{
    list-style-type: none;
}
.bodytoggler{
    cursor: pointer;
    width: 40px;
}
a.leesmeer:hover{
    color: #444444;
}
div#gallery{
    clear: both;
    border-top: 1px solid #999999;
    padding: 8px 0 0 0;
}
/* ======== overzicht van items ==========*/
div.thumbnail{
    float:left;
    margin:0;
}
img.thumbnail{
    padding:1px;
    background:#fff;
    border:1px solid #033e8a;
    margin: 3px 5px 0px 0;
}
#toewijzingform legend{
    font-weight: bold;
}
form#toewijzingform label{
    font-weight: bold;
    width: 120px;
    display: inline-block;
    vertical-align: top;
}
form#toewijzingform fieldset{
    margin-bottom: 3px;
    padding: 10px;
}
form#toewijzingform select{
    width: 260px;
    margin-bottom: 2px;
}
form#toewijzingform input{
    margin-bottom: 2px;
}
form#toewijzingform td{
    padding-right: 20px;
}
form#toewijzingform .submit{
    background-color: #D92631;
    color: white;
    font-size: 16px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
}
#foutmelding{
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
}
#foutmelding ul{
    margin-left: 15px;
}
#foutmelding p{
    Color: red;
    font-weight: bold;
}
.expandable{
    cursor: pointer;
}
.expanded{
    padding-left: 20px;
    background-image: url(img/ButtonArrowOpen.gif);
    background-repeat: no-repeat;
    background-position: 5px;
}
.closed{
    padding-left: 20px;
    background-image: url(img/ButtonArrowClosed.gif);
    background-repeat: no-repeat;
    background-position: 5px;
}
.extrainfo{
    margin: 10px 0 0 0;
    
}
#contentblock{
    position: relative;
    float: left;
}
form.selector .eraser{
    border: none;
}