* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	background-color:#fff;
	padding-top:100px;
	font-size:12pt;
	color:#a3a3a3;
}

img {
	border:0;
}

#header {
	margin-right:10px;
	height:110px;
	background-image:url(fotografie.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#top{
	height:230px;
}

h1 {
	font-size:24pt;
	width:240px;
	display:block;
	height:32px;
	float:left:
}

#name {
	font-size:24pt;
	color:#cfceca;
	width:360px;
	float:right;
	padding-left:140px;
	background-color:#a3a3a3;
	height:90px;
	padding-top:30px;
}

#banner {
	height:120px;
	background-color:#a3a3a3;
}

#banner-site {
	height:120px;
	background-color:#a3a3a3;
	padding-right:40px;
}

ul {
	height:120px;
}

li {
	padding-right:10px;
	float:left;
	display:block;
	height:120px;
}

.small {
	height: expression( this.scrollHeight > 120 ? "120px" : true );
	max-height: 120px;
	border:0;
}

#inhoud {
	color:#fff;
}

#content {
	width:345px;
	float:right;
	padding:20px 15px 0 140px;
	color:#a3a3a3;
}

#content a {
	color:#a3a3a3;
	text-decoration:none;
}

#content a:hover {
	color:#000;
}

h2 {
	font-size:12pt;
}

