/*
Site:			www.flurnamenlexikon.de
Author:			Torsten Schrade
Created:
Modified:
Usage:			General print stylesheet
*/

/*####################### BASICS ############################*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10.5pt;
}

* {
	color: black !important;
	background: white !important;
	background-image: none !important;
	line-height: 1.3em !important;
	text-align: justify;
}

/* ####################### CONTENT ############################ */

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	clear: left;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1, h2, h3 {
	page-break-after: avoid;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 12pt;
	font-style: oblique;
}

h6 {
	font-size: 10pt;
	font-style: oblique;
}

p {
	orphans: 4;
	widows: 4;
	margin: 0 0 16pt 0;
	text-align: justify;
	font-size: 10.5pt;
}

em, i {
	font-style: oblique;
}

strong, b {
	font-weight: bold;
}

/* HYPERLINKS */

#container a:link,
#container a:visited,
#container a:active,
#container a:hover {
	color: black;
	text-decoration: underline;
	border: none;
	background: transparent;
}

#container .resulttitle a,
#container #footer a {
	text-decoration: none;
}

#content a[href]:after {
	content: "<URL: "attr(href)">";
	padding-left: 5pt;
	color: #000;
	font-style: italic;
	font-size: 9pt;
}

/* IMAGES */
/*
img {
	display: none;
	page-break-inside: avoid;
	float: none;
	border: none;
	padding: 0 5pt 5pt 0;
}
*/
/* TABLES */

table, tbody {
	page-break-inside: avoid;
	margin: 12pt 0;
	border: 1px solid black;
	border-collapse: collapse;
}

th, col, colgroup, tr, td {
	font-size: 10.5pt;
	vertical-align: top;
	text-align: left;
}

th, td {
	padding: 5pt;
	border: 1px solid black;
}

caption {
	font-style: italic;
	caption-side: top;
	margin-bottom: 6pt;
}

/* LISTS */

ul, ol, dl {
	margin: 0;
	padding: 0;
	font-size: 10.5pt;
	float: none;
	text-align: left;
}

li {
	margin: 0 0 0 10pt;
}

dt, dd {
	margin: 0 0 0 10pt;
}

/* FORMS */
form {
	display: none;
}

/* OTHERS */

address {
	margin: 0 0 10pt 0;
	font-style: normal;
}

blockquote, cite, q {
	border: 0;
	font-family: inherit;
}

code, pre {
	display: block;
	margin: 0 0 10pt 0;
	padding: 5pt;
	font-family: monospace;
	font-size: 12pt;
}

abr, acronym, dfn, var {
	font-style: italic;
}

del, ins {
}

hr {
	height: 0px;
	color: inherit;
	border: 1pt solid black;
}

/* ####################### SPECIFICS ############################ */

#header {
	border-bottom: 1pt solid black;
}

#footer {
	clear: both;
	margin-top: 12pt;
	border-top: 1pt solid black;
}

.inscription h3 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.place {
	margin-left: 10pt;
}

.dating {
	margin-left: 20pt;
}

.intro .img {
	position: relative;
	z-index: 5;
	float: right;
	margin-left: 10pt;
}

.annotations {
	list-style-type: lower-alpha;
}

.footnotes {
    list-style-type: decimal;
}

/* IMH PLUGIN */

.inscriptiontext {
	clear: right;
	position: relative;
	margin: 10pt;
	border: 1px solid #5F5F5F;
	padding: 10pt 10pt 3pt 10pt;
	font: 1.1em Times, serif;
	background: #EFEFEF;
}

.inscriptiontext ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.inscriptiontext ol li {
	position: relative;
	margin: 0;
	padding: 0;
}

.section {
	position: relative;
	z-index: 10;
	width: 25pt;
	font-weight: bold;
}

.inscriptiontext li p {
	position: relative;
	z-index: 5;
	top: -14pt;
	margin: 0 0 10pt 0;
	padding: 0 0 0 30pt;
}

.indent {
	padding-left: 15pt;
}

#hcard-ADW {
	float: left;
}

#hcard-IGL {
	float: right;
}

/* ####################### NO DISPLAY ############################ */

#jumplinks,
#langselect,
#navimain,
#siteinfo,
.resultshort a,
.imagezoom,
.resultinfo,
.browse,
.skip,
.hidden {
	display: none;
}