@charset "UTF-8";

html {
	background-color: rgb(255,255,240);
	color: rgb(139,71,38);
	
}

td{
	text-align: center;
}

.container {
	box-sizing: content-box;
    width: 100%;
    }

p#introtekst {
	margin-left: 300px;
	margin-right: 300px;
	font-family: 'Times New Roman';
	font-size: 1.25em;
}

div > div {
    margin: 0;
    padding: 0.5em;
    border: 0.1em double;
    float: left;
    text-align: center;
    }

.titel {
	font-family: 'Times New Roman';
	font-size: 1.5em;
	box-sizing: border-box;
    width: 100%;
    height: 20%;
    background-image: url('Gezicht_op_Brielle_Ao_1665.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }

.col2 {
    box-sizing: border-box;
    width: 12%;
    height: 550px;
    text-align: left;
    }
    
.midden_frame {
	border: none;
	width: 1000px;
	height: 530px
	
}

.col3 {
    box-sizing: border-box;
    width: 88%;
    height: 75%;
    }

.col4 {
	font-family: 'Times New Roman';
	font-size: 0.5em;
	box-sizing: border-box;
    width: 100%;
    height: 5%;
    }
    