@charset "utf-8";
/* CSS Document */

html, body, p, h5, h4, h3, h2, h1
{	
	margin: 0px;
	padding: 0px;
}

html, body
{
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 100.01%;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
}

a
{
	font-size: 1em;
	color: #663d00;
}

a:hover
{
	color: #B37212;
}

p
{
	font-size: 0.8em;
	color: #663d00;
}

h3
{
	font-size: 0.8em;
	color: #663d00;
	font-weight: bold;
	margin: 1em 0em 0em 0em;
}

table, tr, td
{
	table-layout: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	position: relative;
}

.arrow
{
	background: url(images/arrow.gif) no-repeat left 2px;
	padding: 0em 0em 0em 10px;
	margin-top: 1em;
}

#root
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: scroll;
	background: url(images/topbak.jpg) repeat-x;
}

.top
{
	height: 50px;
	padding: 0px 0px 0px 20px;
	width: 300px;
}

#ahnentafel
{

	table-layout: fixed;
	vertical-align: top;
}

#ahnentafel td
{
	width: 25%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}


.box
{
	width: 100%;	
	margin: 20px 0px auto 0px;
	background: #FFFFFF;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

.innerbox
{
	margin: 0px 10px 0px 10px;
	background: url(images/verlauf.jpg) repeat-x #ecdcc4;
	position: relative;
}

.center
{
	margin: 0px auto 0px auto;
}

.dotted
{
	background: url(images/solid.gif) repeat-y;
}

.fulldotted
{
	background: url(images/solid.gif) repeat-y center;
}

.fullsolid
{
	background: url(images/solid.gif) repeat-y center;
}

.header
{
	padding: 10px;
	background: url(images/ornament.jpg) no-repeat center top;	
}

.header .title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #663d00;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	text-align: center;
	white-space: nowrap;
}

.header .date
{
	text-align: center;	
	color: #663d00;
}

.blending
{
	padding: 0px;
}

.blending .title
{
	display: block;
	background: url(images/menu_back.gif) repeat-x #663d00;
	cursor: pointer;
	text-decoration: none;
	height: 22px;
	overflow: hidden;
	color: #663d00;
	font-weight: normal;
	padding: 3px 10px 0px 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #D9B888;
}

.blending .full
{
	padding: 10px;
}


/* -------------------------------- */
/* Footer */
/* -------------------------------- */
/* -------------------------------- */

#footer
{
	clear:both;
	vertical-align:top;
	padding: 100px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
	text-align: center;
}

#footer p
{
	font-size: 0.7em
}

#footer a
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}