HTML {

}

BODY {
    background-color: white;
    font-family: tahoma, Geneva, sans-serif;
    font-size: 12pt;
    background-repeat: repeat-x;
    background-image: url("/images/top_bkgnd.jpg");
    background-position: top;

}
H2{
    /*font-size: 12px;*/
}
h3{
    /*/font-size: 10px;*/
}


.bg-grijs-transparant {
    background-color: rgba(196, 196, 196, 0.2);
}


.dropdown-item:focus, .dropdown-item {
    transition: all 0.2s;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #345B69;
}

.maincontent IMG {
    border: 1px solid #cecece;
    background-color: #FFF;
    padding: 3px;
}

.bedrijf-input {
    position:absolute;
    left:-9999px;
}
