﻿#wrapper  {
    position:relative;
    width:1200px;
    height:1000px;
    margin-left:auto;
    margin-right:auto;
    font-family:verdana;
    font-size:14px;
    /* background-color:rgba(250,0,0,0.2); */
}

#content {
    width: 100%;
	height: 1000px;
}

#foto {
	width: 60%;
	height: 1000px;
	float: left;
}

#tekst {
	width: 40%;
	height: 900px;
	float: left;
	font-size: 16px;
}
.homeknop {
	width: 50px;
	height: 50px;
	float: right;
}
.kleine-letters {
	font-size: x-small;
}
