/*
 * Zertifikate
 */
table
{

}
.tablehead
{
	font-weight:bold;
	padding:10px 0px 20px 0px;
}
.tablebody
{
	font-weight:normal;
	border:1px dotted #999;
	width:80%;
}
th
{
	font-size:11px;
	padding:0px 5px;
	height:80px;
}
td
{
	font-size:11px;
	padding:3px 2px;
}


