body {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 150%;
}

td.content {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	vertical-align: top;
}

td.head {
	vertical-align: top;
	text-align: left;
	padding-top: 53px;
	line-height: 150%;
}

td.foot {
	vertical-align: middle;
	text-align: center;
	color: white;
	padding-top: 2px;
}

td.menu {
	line-height: 100%;
	padding-bottom: 1px;
}

td.menutitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 100%;
}

td.steckL {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

td.steckR {
	
}

/********************[ AhnenTafeln ]**********************/

table.ahnen {
	border: 1px solid #E8E8E8;
	background-color: #A4C19A;
}
td.ahnenHead {
	border-bottom: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: center;
}
td.ahnenCell {
	text-align: center;
}
td.ahnenCellBr {
	border-right: 1px dotted #E8E8E8;
	text-align: center;
}
td.ahnenCellBt {
	border-top: 1px solid #E8E8E8;
	text-align: center;
}
td.ahnenCellBrt {
	border-right: 1px dotted #E8E8E8;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}

/********************[ Bilder Galerie ]**********************/

table.picTable {
	width: 100%;
}
td.picCell {
	width: 130px;
	height: 145px;
	text-align: center;
	vertical-align: middle;
}
table.picCell {
	width: 130px;
	height: 145px;
	border: 1px solid #E8E8E8;
	background-color: #A4C19A;
}
td.picNumber {
	padding: 5px;
	height: 20px;
	border-bottom: 1px dotted #E8E8E8;
	text-align: center;
}
td.picItself {
	padding: 5px;
	text-align: center;
	vertical-align: center;
}

p {	
	text-align: justify;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	line-height: 150%;
	padding-bottom: 3px;
}

img {
	border: 1px solid black;
}

img.noBorder {
	border: 0px;
}

img.r {
	margin-left: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom: 1px solid black;
	line-height: 100%;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom: 1px solid black;
	line-height: 100%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 100%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	text-decoration: underline;
	color: #2732BC;
}
a:link {  }
a:visited {  }
a:active {  }
a:hover { color: black; text-decoration: none; }

a.white { color: white; }
a.white:link { color: #white; }
a.white:visited { color: #white; }
a.white:active { color: #white; }
a.white:hover { color: #333333; text-decoration: none; }

a.black { color: black; text-decoration: none; }
a.black:link { color: black; }
a.black:visited { color: black; }
a.black:active { color: black; }
a.black:hover { color: #333333; text-decoration: none; }

a.button { 	
	color: black; 
	display:block; 
	margin-top:0px; 
	text-decoration:none; 
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	font-size: 11px;
	padding-left: 7px;
	padding-top: 5px;
	pading-right: 10px;
	padding-bottom: 5px;
}
a.button:link 		{ }
a.button:visited 	{ }
a.button:active 	{ }
a.button:hover 		{ color: white; background-color: #B5D1A8; }