/* *********** Ahnentafel ******* */

table.tabelleAhnentafel {
	background-color: #FFFFFF;
/*	margin-left:auto;
	margin-right:auto; */
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #CDCDCD;
	width: 100%;
}


table.tabelleAhnentafel td {
	border: 1px solid #CDCDCD;
	padding: 5px;
}
table.tabelleAhnentafel td.M {
	background-color: #E8E8E8;
	vertical-align: middle;
	font-size: 9px;

}
table.tabelleAhnentafel td.F {
	background-color: #F4F4F4;
	vertical-align: middle;
	font-size: 9px;
}

table.tabelleAhnentafel td.F a,
table.tabelleAhnentafel td.M a
{
	color: #000;
}
table.tabelleAhnentafel td.F a:hover,
table.tabelleAhnentafel td.M a:hover
{
	color: #9F3207;
	text-decoration: underline;
}





table.tabelleNorm {
/*	margin-left:auto;
	margin-right:auto; */
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
	font-size:12px;
	margin-bottom:20px;
}

table.tabelleNorm td {
	background-color: #F6F6F2;
	padding: 5px;
	margin: 10px;
	border: 1px solid #DADADA;
	text-align: left;
	vertical-align: top; 
}

table.tabelleNorm tr.center td{
	text-align: center;
}

table.tabelleNorm tr td.center{
	text-align: center;
}


table.tabelleNorm td.leer {
	background-color: transparent;

	border-right: 1px solid #F9FAE8;
	border-left: 1px solid #F9FAE8;
	border: none;
}

table.tabelleNorm td .klein a {
	font-size:8px;
}


table.tabelleNorm th
{
	border: solid 1px #cdcdcd;
	background-color: #fee5b7;
	padding: 5px;
	text-align: left;
}

table.tabelleNorm th.alt
{
	background-color: #EFEDD9;
}



table.tabelleNorm th a,
table.tabelleNorm th a:visited
{
	color: #000;
}
table.tabelleNorm td a,
table.tabelleNorm td a:visited
{
	color: #9F3207;
}





table.tabelleNorm th a:hover,
table.tabelleNorm td a:hover
{
	color: #9F3207;
	text-decoration: underline;
}






table.tabelleNorm td.mark
{	background-color: #FFF;
}
table.tabelleNorm td.ue {
	font-weight:bold;
	background-image: url(/img/bg/td_ue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	border-width:0px; 
	padding: 5px;
	padding-top: 30px;
	text-align: left;
}
table.tabelleNorm td.ueRechts {
	background-color: transparent;
	padding-top: 30px;
	text-align: right;
	vertical-align: bottom;
	border: none;
}



table.tabelleNorm td.ue a,
table.tabelleNorm td.ue a:visited
 {
	color: #000000;
}



table.tabelleNorm tr.sex1,
table.tabelleNorm td.sex1,
table.tabelleDetail td.M
{
	background-color: #E8E8E8;
}
table.tabelleNorm tr.sex2,
table.tabelleNorm td.sex2,
table.tabelleDetail td.F
{
	background-color: #F4F4F4;
}










.tabelleDetail td{
	background-color: #E0E0E0;
}
.tabelleDetail {
	font-size: 9px;
	padding: 1px;
	margin: 1px;
}


table.tabelleMklein {
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #CDCDCD;
}
table.tabelleMklein th {
	background-color: #E8E8E8;
}
table.tabelleMklein td {
	background-color: #F4F4F4;
}
