html {
	height: 100%;
}

body {
	height: 100%;
   background: #ccff99;
   background-image: url("images/leftlogo-ahnen.jpg");
   background-repeat: no-repeat;
   color: #000000;
}

#bodypic1 {
   background-image: url("images/leftlogo-1.jpg");
   background-repeat: no-repeat;
}

#bodypic2 {
   background-image: url("images/leftlogo-2.jpg");
   background-repeat: no-repeat;
}

#bodypic3 {
   background-image: url("images/leftlogo-3.jpg");
   background-repeat: no-repeat;
}

#footer {
	position: absolute;
	z-index: 2;
	left: 23px;
	height: 28px;
	top: 580px;
   background: #ccff99;
   color: #669933;
	clear: both;
}

.fullclear {
	clear: both;
}

#content {
	z-index: 4;
   font-family: Tahoma, Verdana, sans-serif;
   position: absolute;
   top: 250px;
   left: 200px;
   width: 924px;
   min-height: 618px;
   color: #336600;
   background: #eeffdd;
   padding-left: 75px;
   padding-right: 25px;
   padding-top: 10px;
}


#caption {
	z-index: 2;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 20px;
   position: absolute;
   top: 100px;
   left: 0px;
   width: 1024px;
   height: 150px;
   padding-top: 25px;
   padding-right: 20px;
	background: #ffffff;
	color: #669933;
	text-align: right;
}

#navheader {
}

.navtitle {
	z-index: 2;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 20px;
   position: absolute;
   top: 87px;
   left: 200px;
   width: 1004px;
   height: 150px;
   padding-top: 25px;
   padding-right: 20px;
	background: #ffffff;
	color: #669933;
	text-align: right;
}

.nav {
	z-index: 3;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 12px;
	position: absolute;
	top: 0px;
	left: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
   background: #ccff99;
	color: #000000;
}

.nav a {
	float: left;
	width: 107px;
	height: 18px;
	padding-top: 82px;
	padding-left: 13px;
   background: #ccff99;
	color: #ffffff;
	text-decoration: none;
}

.nav a:link {
	color: #ffffff;
   background: #ccff99;
	background: url("images/mainnav_00.gif");
	text-decoration: none;
}

.nav a:visited {
	color: #ffffff;
   background: #ccff99;
	background: url("images/mainnav_00.gif");
	text-decoration: none;
}

.nav a:hover {
	color: #000000;
   background: #ccff99;
	background: url("images/mainnav_h_00.gif");
	text-decoration: none;
}

.nav #current {
	color: #000000;
   background: #ccff99;
	background: url("images/mainnav_a_00.gif");
	text-decoration: none;
}

.nav #current:link {
	color: #000000;
   background: #ccff99;
	background: url("images/mainnav_a_00.gif");
	text-decoration: none;
}

.nav #current:hover {
	color: #000000;
   background: #ccff99;
	background: url("images/mainnav_a_00.gif");
	text-decoration: none;
}

.nav #current:visited {
	color: #000000;
   background: #ccff99;
	background: url("images/mainnav_a_00.gif");
	text-decoration: none;
}


.subnav {
	z-index: 3;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 12px;
	position: absolute;
	top: 150px;
	left: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #669933;
}

.subnav a {
	width: 107px;
	height: 18px;
	padding-left: 13px;
	background: #ffffff;
	color: #000000;
	display: block;
	text-decoration: none;
}

.subnav a:link {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	background: url("images/subnav_a_00.gif");
}

.subnav a:visited {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	background: url("images/subnav_a_00.gif");
}

.subnav a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	background: url("images/subnav_h_00.gif");
}

.subnav #current {
	width: 107px;
	height: 18px;
	padding-left: 13px;
	background: #ffffff;
	color: #663300;
	display: block;
	text-decoration: none;
}

.subnav #current:link {
	background: #ffffff;
	color: #663300;
	text-decoration: none;
	background: url("images/subnav_c_00.gif");
}

.subnav #current:visited {
	background: #ffffff;
	color: #663300;
	text-decoration: none;
	background: url("images/subnav_c_00.gif");
}

.subnav #current:hover {
	background: #ffffff;
	color: #663300	;
	text-decoration: none;
	background: url("images/subnav_c_00.gif");
}

.navbyline {
	position: absolute;
	z-index: 1;
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 8px;
	top: 540px;
	left: 0px;
	width: 160px;
   padding-left: 20px;
   padding-right: 20px;
   background: #ccff99;
	color: #669933;
}

.navbyline a:link {
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 8px;
	font-weight: bold;
   background: #ccff99;
	color: #669933;
}

.navbyline a:visited {
   font-family: Tahoma, Verdana, sans-serif;
   font-size: 8px;
	font-weight: bold;
   background: #ccff99;
	color: #669933;
}

h1 {
   font-style: normal;
   font-size: 26px;
   font-weight: normal;
   text-decoration: none;
   background: #eeffdd;
   color: #669933;
}

h2 {
   font-style: normal;
   font-size: 20px;
   font-weight: normal;
   text-decoration: none;
   color: #669933;
   background: #eeffdd;
}

h3 {
   font-style: normal;
   font-size: 16px;
   font-weight: normal;
   text-decoration: none;
   color: #669933;
   background: #eeffdd;
}

p {
   font-style: normal;
   font-size: 15px;
   font-weight: normal;
   text-decoration: none;
   color: #336600;
   background: #eeffdd;
}

p span {
   font-style: italic;
}

a:link {
   font-style: normal;
   font-size: 100%;
   font-weight: normal;
   text-decoration: underline;
   color: #669933;
   background: #eeffdd;
}

a:visited {
   font-style: normal;
   font-size: 100%;
   font-weight: normal;
   text-decoration: underline;
   color: #669933;
   background: #eeffdd;
}

a:hover {
   font-style: normal;
   font-size: 100%;
   font-weight: normal;
   text-decoration: none;
   color: #99cc66;
   background: #eeffdd;
}

a:active {
   font-style: normal;
   font-size: 100%;
   font-weight: normal;
   text-decoration: underline;
   color: #669933;
   background: #eeffdd;
}

/* Copy-Paste aus GRAMPS-StyleSheet
 */


TABLE.infolist {
	border: 0;
	width: 80%;
	margin: 10px 10% 10px 10%;
}
TABLE.infolist TH {
/*	border-bottom: 1px solid #445544; */
	border-bottom: 1px solid #336633;
	text-align: left;
}
TABLE.infolist TH A {
	text-decoration: none;
}
TABLE.infolist TR > TD:first-child {
	min-width: 6em;
}
TD.category {
	font-weight: bold;
}
TD.field {
}
TD.data {
}
#summaryarea TABLE.infolist TR TD {
	font-weight: bold;
}
#summaryarea TABLE.infolist TR TD:first-child {
	font-weight: normal;
	font-size: 10px;
}
SPAN.grampsid {
	font-size: 9px;
	font-weight: bold;
}
/* float left and right */
.leftwrap {
	float: left;
	margin: 5px;
	margin-right: 1em;
	margin-left: 6em;
}
.rightwrap {
	float: right;
	margin: 5px;
	margin-left: 1em;
	margin-right: 6em;
}
.centered {
	text-align: center;
}

/* image display */
.img_navbar {
  	margin: 0;
  	margin-bottom: 4px;
  	padding: 10px;
	text-align: center;
}
.portrait {
	text-align: center;
	margin: 5px;
	margin-right: 20px;
	padding: 3px;
	border-color: #336633;
	border-width: 1px;
}
.snapshot P {
	text-align: center;
}
.thumbnail {
	margin: 10px 10% 10px 10%;
}
#gallery .thumbnail {
	margin: 1em;
    float:left;
    width:150px;
    height:150px;
    text-align:center;
}
.thumbnail P {
	margin: 0;
	padding: 0;
	font-size: smaller;
}
/* pedigree display */
#pedigree { }
.pedigreebox {
	margin: 5px 10px 5px 10px;
	background-color: #eeffdd;
	border: 1px solid #663300;
	padding: 5px;
	line-height: 140%;
}
.pedigreegen {
	margin-top: 5px;
	padding: 2px 0px 2px 25px;
	border-top: 1px dashed #663300;
	border-left: 1px dashed #663300;
}
#pedigree .pedigreebox .pedigreegen:first-child {
	border: none;	
}
.spouse:before {
	content: "+ ";
}
.thisperson {
	font-weight: bold;
}

#summaryarea, #events, #families, #gallery, #narrative, #parents, #pedigree, #references, #sourcerefs, #weblinks, .snapshot { 
	border: 1px dashed #663300;
	margin: 5px 5px 10px 5px;
	padding: 5px 5px 10px 5px;
}
#attributes { }
#researcher { 
	margin: 5px 50% 5px 5px;
	text-align: center;
} 

.box    { font-size: 10pt; height: 48px; padding: 5px;  vertical-align: middle;}
.bvline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; height: 1px;}
.bhline { position: absolute; background-color: #000000; font-size: 0pt; z-index: 3; width: 1px;}
.border { position: absolute; background-color: #000000; font-size: 0pt; z-index: 4; width: 160px; height: 50px; }
.boxbg  { position: absolute; background-color: #eeffdd; z-index: 5; width: 158px; height: 48px;}
.shadow { position: absolute; background-color: #999999; z-index: 1; width: 158px; height: 48px; }
.ghline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; width: 1px;}
.gvline { position: absolute; background-color: #999999; font-size: 0pt; z-index: 1; height: 1px;}

