/*---{ Imports )-------------------------------------------------------*/

@import "news.css";

/* ---{ Illustratie naast Logo }-------------------------------------- */

#HeadImg {
	float: right;
	width: 300px;
	height: 181px;
}

/* ---{ Onderkantje met logo's }-------------------------------------- */

#bottom {
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

#bottom a {
	text-decoration: none;
}

#bottom a img {
	margin: 0 4px;
	border: none;
	vertical-align: middle;
}

