@charset "utf-8";

/* Adres */
div#adres {
	padding-top: 8px;
	padding-left: 90px;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #808080;
	line-height: 1.5em;
}
div#adres a,
div#adres a:link,
div#adres a:active,
div#adres a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7b4812;
}
div#adres a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
div#adres div#wegbeschrijving {
	/* breedte 700px */
	width: 550px;
	padding-top: 10px;
	padding-right: 60px;
	text-align: right;
}
