body {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 808px;
}

#nav {
	position:relative;
	margin: 80px 0 0 0;
	text-align: left;
}

#nav ul{
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0;
	white-space: nowrap;
}

#nav ul li{
	display: inline;
}

#nav ul li a{
	padding: 0 25px 0 10px;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	vertical-align: bottom;
	color: #000080;
}

#nav ul li a:hover{
	color: #F00;
}

#content {
	float: left;
	margin: 10px 0 20px 0;
	width: 808px;
	height: 100%;
	background: url(img/back.gif) repeat-y;
}

#logo {
	position: relative;
	width: 77px;
	height: 84px;
	background: url(img/logo_small.jpg);
	float: right;
	margin: 15px 20px 0 0;
	display: inline;
}

#text {
	display: inline;
	float: left;
	position: relative;
	width: 660px;
	height: 100%;
	margin: 56px 0 0 30px;
	padding: 0 0 40px 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#nav2 {
	position:relative;
	margin: 80px auto 0 auto;
	text-align: center;
}

#nav2 ul{
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0;
	white-space: nowrap;
}

#nav2 ul li{
	display: inline;
}

#nav2 ul li a{
	padding: 0 25px 0 10px;
	font-size: 14px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	vertical-align: bottom;
	color: #000080;
}

#nav2 ul li a:hover{
	color: #F00;
}


#home {
	margin: 50px auto auto auto;
	background: url(img/logo.jpg);
	width: 319px;
	height: 331px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

.txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:justify;	
}

.knop {
	background-color:#FFFFFF;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.textveld {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 150px;
	height: 14px;
}

textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 150px;
}

.error {
	color:#FF0000;
}

#pictures {
	float: right;
	margin: -580px -100px 0 0;	
}
