/** link **/
a {
	color: #990000;
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #991111;
	text-decoration: underline;
}

/** navigatie menu **/
#nav {
	position:relative;
	left:15px;
	top:5px;
	padding-right:15px;
}

/** afbeeldingen **/
img {
	border: 0;
}

/** tekst **/
#tekst {
	position:static;
	text-align:left;
	left:30px;
	right:30px;
	padding-right:30px;
	padding-left:30px;
}




