@charset "utf-8";
/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
}

#out{
	width: 700px;
	padding-top: 75px;
	margin: 0px auto;
	text-align: center;
}

.zone{
	clear: both;
	min-height:25px;
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
}

.adres{
	float: left;
	/*width: 174px;*/
	width: 139px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

.adres-last{
	float: left;
	width: 139px;
}

.lijn{
	clear: both;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	padding-bottom: 5px;
	margin-top: 50px;
	font-size: 10px;
}

