.navigatie {
	position: absolute;
    left: 75px;
    top: 200px;
    height: 200px;
    color: white;
}
.header {
	position: absolute; top: 10px; left: 325px;
}

.logo {
	position: absolute;
	left: 0px;
	top:  0px;
	color: white;
}

.knopje {
    padding: 25px;	
}

.inhoud {
	position: absolute;
	top: 200px;
	left: 325px;
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: black;
}

body {
	background-color: #C8C8C8 ;
}

.indextable {
	margin-top:2%; 
	margin-bottom:2%; 
	height:96%;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	border-spacing:0;
	border-width: 1px; 
    border-style: solid;
    border-color: #C8C8C8;
}

.offertetable {
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	background-color: white;
	border-spacing:0;
	border-width: 0px; 
}

.contacttable {
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
	background-color: white;
	border-spacing:0;
	border-width: 0px; 
}

.contacttd {
	border-width: 0px; 
}

.offertetd {
	border-width: 0px; 
    border-style: solid;
    border-color: #C8C8C8;
}

td {
	border-width: 0px; 
    border-style: solid;
    border-color: #C8C8C8;
}

input {
	background-color : #EFC684;
}

input.submitbutton {
	background-color : white;
	border: 2px outset #d7b9c9;
}

textarea {
    background-color : #EFC684;
}

.contact {
	position: absolute;
	top: 100px;
	left: 325px;
	height: 150px;
	width: 300px;
	font-family: verdana;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	background-color: white;
	color: black;
}
