@charset "utf-8";
/* CSS Document */

.ponyoverzicht {
	width: 145px;
	height: 225px;
	padding: 5px;
	float: left;
	overflow: hidden;
}

.ponyfoto {
	display: block;
	float: none;
}

.ponynaam {
	width: 135px;
	display: block;
	float: none;
	text-align: center;
}

.ponypagfoto {
	width: 250px;
	height: auto;
	float: left;
}

.ponypagtext {
	width: 200px;
	height: auto;
	padding: 5px;
	float: right;
}

.ponyclearer {
	clear: both;
}
