@charset "UTF-8";
/* CSS Document */

p {
	text-align:left;
}

.horizontalelijn {
	border:thin;
	border-color:#e3e3e3;
	border-style:solid
}

.tekstklein {
	font-size:14px;
}

#nieuwsveld {
	background-color:#FFFFFF;
	position:absolute;
	left:17%;
	top:100px;
	width: 780px;
	height: 400px;
	border-bottom-style:solid;
	border:thin;
	border-color:#BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	}
	
#lijnen {
	border-style:solid;
	border-width:1px;
	border-color:#e3e3e3;
	background-color:#FFFFFF;
	
}

#teamintroductieteksten {
	padding: 5px;
	border-bottom: 1px solid #e3e3e3;
}

#centreren {
	text-align:center;
}

#lijst{
list-style-type: none;
padding: 0;
margin-left: 0;
}

