body, a, p, td, th, div, span, h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial;
	color: #404040;
}

body {
	padding-left: .5em;
	margin: 0;
}

body, p, td, th, div, span {
	font-size: 12pt;
}

h1 {
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: lighter;
}

h2 {
	padding: .5em 0 .5em 0;
	margin: 0;
	font-size: 16pt;
	font-variant: small-caps;
}

h3 {
	padding: 1em 0 .5em 0;
	margin: 0;
	font-size: 14pt;
	font-weight: bolder;
	font-variant: small-caps;
}

h4 {
	padding: .5em 0 0 0;
	margin: 0;
	font-size: 11pt;
	font-weight: bold;
}

h5 {
	padding: .2em 0 .2em 0;
	margin: 0;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

p {
	margin-top: 0;
}

a {
	color: #0000d0;
	text-decoration: none;
	background-color: #ffffff;
}
a span {
    color: #0000d0;
}
a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a img {
	border: 1px dotted #c0c0ff;
}

.ident {
	padding: 0 0 0 1em;
}

span.naviNew {
	color:red;
	font-size: 70%;
	position:relative;
	bottom:0.5em;
	font-variant: small-caps;
}

div#top {
	height: 4em;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 1em;
}

div#navi {
	position: absolute;
	border-right: 1px dotted #e0e0e0;
	padding-top: 1em;
	padding-bottom: 10em;
	padding-right: .5em;
}

div#navi a {
	display: block;
	font-variant: small-caps;
	margin: .7em 0 0 0;
	padding: 0;
}
div#navi a.navi-small {
	padding-left: 1em;
	font-size: 9pt;
}

div#ads {
	position: absolute;
	margin: 1em 5px 0 10px;
	right: 0em;
}

div#adsTopRight {
	position: absolute;
	right: 0em;
	top: 0em;
}

div#main-left {
	position: absolute;
	width: 16em;
	margin-top: 1em;
}

div#main-right {
	position: absolute;
	margin-left: 18.5em;
	width: 16em;
	margin-top: 1em;
}

div#content h3 {
	margin-bottom: 0;
}

iframe#guestbook {
	left:0em;
	border:0;
	height:200em;
	width:50em;
	padding:0;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
}

.notes {
	border-top: 1px dotted #e0e0e0;
	margin: .5em 0 0 4em;
	padding: 0.5em 0 0 0;
	font-size: 10pt;
}
.notes table {
	border-collapse: collapse;
}
ol.notes li {
	font-size: 10pt;
}
table.notes tr td {
	font-size: 10pt;
	padding: 0 1em 0 0;
}

div#simpleImages {
	display: none;
}
div#simpleImagesMenu {
	display: block;
	clear: both;
}

div.indexBanner {
	padding: .5em 0 .5em 2em;
	margin-bottom: .5em;
	border-bottom: 1px dotted #e0e0e0;
}

p.titleimage {
	text-align: left;
	margin-right: 2em;
	margin-bottom: 1em;
	font-size:10pt;
}

p.image {
	text-align: left;
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

p.cite {
	font-style: italic;
	margin-bottom: .3em;
}

p.news-title {
	font-size: 14pt;
	font-weight: bold;
	padding-top: 2em;
	margin-bottom: 0;
}
p.news-subtitle {
	font-size: 10pt;
	font-weight: bold;
    margin-top: .4em;
    margin-bottom: .4em;
}
p.news-body {
	border-top: 1px solid #e8e8e8;
}

div.ahnentafelThumb {
	float: left;
}

div.icon-image {
	float: right;
	padding: 0 0 0 2em;
	margin: 0 1.5em 1em 0;
}
div.icon-clear {
	clear: both;
	margin: 0;
}

table.offsping-photos tr td {
	padding-right: 1em;
}

div.popup {
	position: absolute;
	z-index: 50;
	left: 1em;
	top: 450px;
	height: 25em;
	overflow-x: hidden;
	overflow-y: scroll;
	border-color: black;
	border-style: double;
	padding: 1em 1em 1em 1em;
	background-color: #ccffcc;
}
div.popup div.popup-close {
	float:right;
	padding: .5em 1em .5em 1em;
}
div.popup h1 span.emph {
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: lighter;
	color: #ff0000;
	text-decoration: none;
}
div.popup a {
	background-color: transparent;
}

@media screen {

	p#printphoto {
		display: none;
	}

	div#content {
		position: absolute;
		left: 12em;
		width: 48em;
	}

	.noscreen {
		display: none;
	}
	
	.printlink, .printlink:link {
		vertical-align: middle;
		font-size: 9pt;
		text-decoration: none;
	}
	.printlink:hover {
		text-decoration: underline;
	}
	.printlink img {
		border: 0;
	}
}

@media print {
	div#navi {
		display: none;
	}

	div#content {
		position: relative;
		margin-left: 0em;
		margin-top: -1em;
		width: auto;
	}

	div#ads {
		display: none;
	}
	
	div#adsTopRight {
		display: none;
	}
	
	body {
		padding-left: 0em;
	}
	
	iframe#webticker {
		display: none;
	}
	
	.noprint {
		display: none;
	}

	div#simpleImages {
		display: block;
	}
	div#simpleImagesMenu {
		display: none;
	}

	p#printphoto {
		display: block;
	}

	form#form-contact {
		display: none;
	}

	a, a:link, a:visited {
		color: #707070;
		text-decoration: none;
	}

	img.pageprint {
		width: 100%;
		height: 100%;
		page-break-after: always;
	}

	div.icon-image {
		display: none;
	}
	div.icon-clear {
		display: none;
	}

	div.popup {
		display: none;
	}
}
