#container {
	
	position:relative;
	width: 960px;
	margin: 0 auto;
	border:#FFF 1px solid;
	overflow:hidden;
	text-align: left;
	border-top-style: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	width: 960px;
	position: relative;
	padding: 0px;
}
#menu {
	width: 960px;
	position: relative;
	background-color: #FFF;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submenulinker {
	float: left;
	width: 960px;
	position: relative;
	font-weight: normal;
}
#homebuttom {
	float: left;
	height: 45px;
	width: 120px;
	position: relative;
}
#gedichtenbuttom {
	float: left;
	height: 45px;
	width: 120px;
	position: relative;
}
body {
	background-color: #466fc1;
	color: #FFF;
}
body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.1em;
}
#tekstvak {
	
	width: 960px;
	position: relative;
}


