h2 {
    margin-bottom: 5px;
}

#header
{
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 111px;
    width: 990px;
}

#bar1
{
    width: 300px;
    height: 28px;
    background-color: #AB0232;
    position: absolute;
}

#bar2
{
    width: 710px;
    height: 28px;
    background-color: #9e9ea3;
    position: absolute;
    left: 280px;
}

#content
{
    width: 995px;
    margin: 50px 10px 10px 0px;
    height: 100%;
}

#error
{
    color: #D8000C;
    background-color: #FFBABA;
    padding: 5px;
    border: 1px solid #D8000C;
    margin-bottom: 5px;
}

.error_field
{
    border: 1px solid red !important;
    color: red !important;
}

.error_span_radio
{
    border: 1px solid red !important;
    color: red !important;
    padding: 5px !important;
    padding-right: 4px !important;
    margin-right: 5px !important;
}


.textarea
{
    border-color: #03458F;
    background-color: #EEEEEE;
}

.button
{
    height: 25px;
}

.datacell
{
    background-color: #F6F6F6;
}

 /* START -- FILE UPLOAD */
.progress {
    display: none;
    position: relative;
    width: 99%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #CCCC00;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 48%;
}
/* EINDE -- FILE UPLOAD */

#bedrijfscategorie_selectie
{
    border: 3px solid #AB0232;
}

#table_aangifte_uitstel {
    width: 100%;
}