/* CSS Document */
#header {
	text-align: center;
	width: 100%;
	heigth: 120px;
	margin: 0;
	background-image: url(headerbg.gif);
	background-repeat: repeat-x;
}
body {
	font-size: 12px;
	color: #993399;
	width: 770px;
	margin: 0px;
	background-color: #f39af4;
}
#midden {
	width: 770px;
	text-align: left;
}
#kolom1 {
	float: left;
	width: 160px;
	text-align: left;
}
#kolom2 {
	float: left;
	width: 600px;
	text-align: left;
	margin-left: 10px;
}
#content
{
	border: 1px solid #000000;
}
#content2
{
	overflow: scroll;
	height: 18px;
}
#footer {
	width: 100%;
	text-align: center;
	background-image: url(footerbg.gif);
	background-repeat: repeat-x;
}
a:link{
	font-size: 14px;
	color: #993399;
	text-decoration: none;
	height: 12px;
	margin: 0,3,0,3;
}
a:active{
	font-size: 14px;
	color: #993399;
	text-decoration: none;
	height: 12px;
	margin: 0,3,0,3;
}
a:visited{
	font-size: 14px;
	color: #993399;
	text-decoration: none;
	height: 12px;
	margin: 0,3,0,3;
}
a:hover{
	font-size: 14px;
	color: #993399;
	text-decoration: underline;
	background-color: #FFFFFF;
	height: 12px;
	margin: 0,3,0,3;
}
.profiel
{
}
.titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;

}
.foto
{

}
.foto img
{
	border: 1px solid #000000;
}
.tekst
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.tekst a:link,
.tekst a:active,
.tekst a:visited,
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.tekst a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}