 body{
    background-color: #FC3;
    font-family: Arial, Helvetica, sans-serif
}
.container{


	margin:auto;

    overflow: hidden;
    position: relative;

    top: 20px;

	/*max-width:1000px;*/
	width:1000px;
	
    padding: 10px 0 0px;
    font-size: 14px;
    background-color: #FFF;
	
	border-radius:5px;
    border-top: 3px solid #00A1DF;
    border-left: 3px solid #00A1DF;
    border-right: 3px solid #00A1DF;
    border-bottom: 1px solid #00A1DF;

}
.footer {
	margin-top:5px;
	left:0px;
	width:100%;
    font-size: 9pt;
    color: #FFF;
    background-color: #00A1DF;
	
}

.container2{
width:96%;
margin:auto;
 
}

.rood {
    color:#f00;
}
	
	
	.vtable {
        display:table;
        width:100%;
    }
    .vrow {
        display: table-row;
    }
    .vtd {
        display: table-cell;
    }

    .vtdLab {
        display: table-cell;
    }
    .vtdTxT {
        display: table-cell;
    }

    .bovenband {

        margin-top:50px;
        background  : #FFFFFF;
        font-size   : 10px;
        padding     : 0 2% 5px 2%;
    }
    .blauweband{
        padding     : 2%;
        min-height      : 50px;
        background	: #D2E0ED;
        color		: #398FCB;
        font-size 	: 28px;
        font-weight	: 800;

    }

    .bStart {
        display:block;
        width:100%;
        margin-top:2em;
        text-align:left;
    }



@media (max-width:480px){

    BODY {
        background-color: #FFF;
    }

    .container {
        font-size: 12pt;
        margin: 0px;
        width: 100%;
        top: 0px;
        background-color: #FFF;
    }

    .footer {
        font-size: 12pt;
    }

     .bStart,
    .vtdLab,
    .vtdTxT {
        display:block;
        width:100%;
        text-align:center;
        margin:auto;
    }

    .footer
    {
         text-align:center;
    }
    .blauweband{
        text-align:center;
        font-size 	: 1.5em;
        font-weight	: 800;

    }
        .noshowM {
        display: none;
    }

}


/*
@media (orientation: landscape) {
        .container {
        font-size: 12pt;
        margin: 0px;
        width: 100%;
        top: 0px;
    }
    */