/* ------------------------------------------------------------

	BeraterTable

------------------------------------------------------------ */

#beraterTable td {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	padding-bottom: 12px;
}


#beraterTable td.berater {
	vertical-align: top;
	padding-right: 24px;
}


#beraterTable td.infoBlock {
	vertical-align: top;
	padding-right: 8px;
	white-space: nowrap;
}


#beraterTable td.noRightPadding {
	padding-right: 0;
}


#beraterTable h2 {
	height: 2em;
}

#beraterTable .map {
	margin-bottom: 6px;
}


