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

	BeraterTable

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


#beraterTable {
	width: 100%;
}


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


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


#beraterTable td.infoBlock {
	vertical-align: top;
	padding-right: 18px;
}


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


h2 {
	margin-bottom: 0;
}


h3 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


#beraterTable td.infoBlock p {
	margin-top: 6px;
}