/* CSS für die Min-Height der Boxen auf der Startseite */

.RoundMeBottom {
	min-height: 502px;
	_height: 502px;
}

.RoundMeBottom div {
	min-height: 502px;
	_height: 502px;
}

.RoundMeBottom div div {
	min-height: 0;
	_height: auto;
}