/* CSS for static HTML page */
/* Include this file using a template record on the desired page with page.includeCSS.{key} = ... */

table.staticRoechlingManagementBoard {
	border-collapse: collapse;
}
table.staticRoechlingManagementBoard td {
	padding: 10px 10px 0 0;
	width: 25%;
	vertical-align: top;
}
table.staticRoechlingManagementBoard tr.image img {
	width: 99px;
	height: 140px;
	padding: 1px;
	border: 1px solid #C0C0C0;
}
table.staticRoechlingManagementBoard tr.name td {
	font-weight: bold;
}
table.staticRoechlingManagementBoard tr.vita td {
	padding-bottom: 20px;
}
table.staticRoechlingManagementBoard tr.vita a {
	display: block;
	line-height: 18px;
	padding-left: 25px;
	background: url(../images/icon_pdf.jpg) no-repeat;
}
