/* pagelay-out fix */
#hd{
    height:61px;

}
.logo img {
    max-height:60px;
    width:auto;
}

#leftcol {
    margin-top: -18px;
}

div.topsubmenu{
    float: right;
    margin-right: 20px;
    color: #666666;
    margin-top: 20px;
    color:gray;
    text-decoration: none;
    font-size: 10pt;
    
    
}
/* vragen */
.mypets{ /*header of 1st demo*/
    cursor: hand;
    cursor: pointer;
    padding: 2px 5px;
    border: 1px solid gray;
    background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
    background: yellow;
}

.vraag{ /*header of 2nd demo*/
    cursor: hand;
    cursor: pointer;
    font: 14px Verdana;
    margin: 10px 0px;
    padding: 2px 5px;
}
.antwoord{ /*header of 2nd demo*/

    margin: 0px 0px;
    padding: 0px 30px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
    color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
    color: blue;
}