﻿

body { background: #838383; font-family: 'Open Sans', Arial, sans-serif; font-size: 12px; font-weight: 400; }
.sheet { width: 960px; margin: 0 auto; padding: 30px 0; }
.sheetblank { background: #eee; box-shadow: 2px 2px 4px #000; padding: 30px; width: 900px; float: left; }
    .sheetblank .header { clear: both; float: left; width: 100%; border-bottom: 2px solid #838383; padding-bottom: 10px; font-family: Arial,Verdana,Sans-Serif; font-size: 14px; }
        .sheetblank .header img { float: left; width: 30%; }
            .sheetblank .header img.logoheader { margin-top: 30px; }
        .sheetblank .header .headerinfo { float: right; width: 70%; }
            .sheetblank .header .headerinfo .headerinfoleft { float: left; width: 65%; text-align: center; margin-top: 10px; }
            .sheetblank .header .headerinfo .headerinforight { float: right; text-align: right; margin-top: 10px; }
                .sheetblank .header .headerinfo .headerinforight img { width: 100px; height: 100px; }
    .sheetblank .content { clear: both; float: left; width: 100%; }
        .sheetblank .content .contenttop { text-align: center; }
            .sheetblank .content .contenttop .contenttopleft { float: left; width: 61%; margin-left: 3%; }
                .sheetblank .content .contenttop .contenttopleft img { width: 100%; }
            .sheetblank .content .contenttop .contenttopright { float: left; width: 30%; margin-left: 1%; }
                .sheetblank .content .contenttop .contenttopright img { width: 100%; margin-bottom: 2px; }
        .sheetblank .content .contentinfo { clear: both; width: 90%; margin: 20px auto 0; }
            .sheetblank .content .contentinfo h2 { clear: both; float: left; width: 100%; }
            .sheetblank .content .contentinfo .beschrijving { font-family: Arial,Verdana,Sans-Serif; font-size: 14px; height: 30px; }
            .sheetblank .content .contentinfo table { clear: both; float: left; width: 100%; border: 1px solid #ddd; padding: 2px; }
                .sheetblank .content .contentinfo table td { font-family: Arial,Verdana,Sans-Serif; font-size: 14px; height: 30px; }
                .sheetblank .content .contentinfo table .gridview-row:nth-child(even) { background-color: #fff; }
                .sheetblank .content .contentinfo table .gridview-row:nth-child(odd) { background-color: #f7f7f7; }
                .sheetblank .content .contentinfo table .table_col2 { font-weight: bold; }
    .sheetblank .footer { clear: both; float: left; width: 100%; }
