@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#content {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menu {
	text-align:center;
}
#footer {
	text-align:center;
	color: #999999;
}
#teksten {
	background-color: #f4f6f7;
	padding: 20px;
	min-height: 700px;
}
h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 706px;
	text-indent: -9999px;
}
#content #menu ul {
	list-style-type: none;
}
#content #menu li {
	font-weight: bold;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
a:link {
	color: #618694;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #618694;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h2 {
	font-size: 24px;
	color: #779863;
}

