body
{
background: slategrey;
color: firebrick;
text-align: center;
padding: 10px;
}
h1
{
font-size: XX-large;


}
ul#menu
{
	padding: none;
	}
	#menu li
{
	display: inline;
	list-style-type: none;
}
#midden
{
	border: double;
border-color: black;
background:Gainsboro;
float: center;
width: 97%;
	padding: 10px;
	text-align: left;
}
#kenmerken
{
	border: double;
border-color: black;
background:Gainsboro;
float: center;
width: 15%;
	padding: 5px;
	text-align: center;
}
#kenmerkenr
{
	border: double;
border-color: white;
background:Gainsboro;
float: right;
width: 22%;
	padding: 20px;
	text-align:left;

}
#blokje
{
border: double;
border-color: black;
color: b22222;
background:dcdcdc;
float: left;
width: 9%;
	padding: 2px;
	text-align: center;
	font-size: 15




}
.plaatjelinks
{
	float: center;
	width: 25%;
	height: 25%;
}
#code
{
	border: double;
	border-color: Black;
	background-color: White;
	float: center;
	width: 10%;
	padding: 2px;
	text-align: center;
	height: auto;

}
.duits
{
float: left;
}