* {
	letter-spacing: 0.75px;
	word-spacing: -1px;
	font: 8.5pt Verdana, "Lucida Grande", Lucida, sans-serif;
}
html,body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #cecd00;
	text-align: center;
/* Safari zuigt ook... */
}
ul {
	letter-spacing: 0.7pt;
	word-spacing: -1pt;
	line-height: 1.5;
}
li {
	line-height: 1.5;
}
sub {
	font-size: 7.5pt;
	word-spacing: -1.5pt;
}
a {
	text-decoration: none;
	color: #990033;
}
a:hover {
	color: #cecd00;
}
h1 {
	color: #990033;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #990033;
	font-weight: bold;
	line-height: 1.5;
}
i {
	color: #990033;
	font-style: italic;
}
b {
	color: #990033;
	font-weight: bold;
}
table {
	background-color: #e1e1ae;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border: 1px solid #fff;
}
#head {
	height: 160px;
	background: url(../images/kop-goedgeregeld.jpg) no-repeat; 
}
#head h2 {
	display: none;
}
#menu {
	width: 799px;
	margin-left: auto;
	margin-right: auto;
	height: 27px;
	color: #000;
	background-color: #990033;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#menu a {
	display: block;
	float: left;
	height: 27px;
	/*width: 114px;*/
	background-position: center center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #fffffe;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a:hover {
	display: block;
	float: left;
	height: 27px;
	/*width: 114px;*/
	background-position: center center;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #cecd00;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	width: 800px;
	background-color: #fff;
	background-image: url(../images/back.jpg);
	background-repeat:repeat-y;
}
#content .left {
	width: 200px;
	float: left;
	text-align: left;
	font-weight: normal;
}
#content .content {
	width: 600px;
	float: right;
	text-align: left;
	font-weight: normal;
}
#content .txt {
	text-align: left;
	font-weight: normal;
	padding: 40px;
	line-height: 1.5;
}
#content .txtbi {
	color: #990033;
	font-weight: bold;
	padding: 40px;
	line-height: 1.5;
	font-style: italic;
}
#content .photo {
	width: 199px;
	height: 300px;
	background: url(../images/inhetraam1.jpg) no-repeat;
	float: left;
}
#content .photoinfo {
	float: left;
	width: 199px;
	height: 300px;
	background-position: center right;
	background-image: url(../images/holdmyhand.jpg);
}
#content .photocontact {
	float: left;
	width: 199px;
	height: 300px;
	background-position: center right;
	background-image: url(../images/holdmyhand.jpg);
}
#content .photohoe {
	float: left;
	width: 199px;
	height: 300px;
	background-position: center right;
	background-image: url(../images/uithetraam1.jpg);
}
#content .onderphoto {
	width: 199px;
	top: 300px;
	height: 250px;
	background: url(../images/onderfoto.jpg) no-repeat;
	float: left;
}
#content .photofinancien {
	float: left;
	width: 199px;
	height: 179px;
	background-position: center right;
	background-image: url(../images/zeilen.jpg);
}
#content .photosupervisie {
	float: left;
	width: 199px;
	height: 150px;
	background-position: center right;
	background-image: url(../images/supervisie-logo.jpg);
}
#content .photovacature {
	float: left;
	width: 199px;
	height: 133px;
	background-position: center right;
	background: url(../images/hand_shake.jpg);
}
#content .photowat {
	float: left;
	width: 199px;
	height: 300px;
	background-position: center right;
	background: url(../images/troepje2.jpg);
}
#content .photodoelgroep {
	float: left;
	width: 199px;
	height: 300px;
	background-position: center right;
	background: url(../images/troepje1.jpg);
}
/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
