/*------------------------------------------------------------------------------
	Gedenkbuchprojekt Version 2 mit YAML
------------------------------------------------------------------------------*/

#header
{
	height: 132px;
	max-width: 1024px;
	background-repeat: no-repeat;
	background-image: url(../images/banner_background.jpg);
	background-color: #A52A2A;
	background-color: transparent;
}

#header h1
{
	position: relative;
	top: 2.0em;
	margin: 0px;
	margin-left: 0cm;
	padding: 0px;

	color: black;
	font-size: 18pt;
	font-family: 'Courier new', Verdana, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#header h4
{
	max-width: 60%;
	position: relative;
	top: 4.8em;
	margin: 0px;
	margin-left: 0cm;
	color: white;

	font-size: 10pt;
	font-family: 'Courier new', Verdana, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
}

body
{
	max-width: 1024px;
}


h3
{
	background-color: transparent;
	border-bottom: 2px dotted #A52A2A;
	font-family: Georgia, serif;
	letter-spacing: normal;
	padding: 0.0em;
	padding-bottom: 0.8em;
	margin-left: 0em;
	font-size: 200%;
}

a.menu
{
	border-right: 1px solid black;
	padding-right: 0.5em;
	color: #A52A2A;
	font-size: 110%;
	padding-right: 0.5em;
}

a.menusmall
{
	font-size: 95%;
	padding-left: 0em;
}

a.menu:hover
{
	color: #766a48;
	text-decoration: none;
}

a.menu:visited
{
	text-decoration: none;
}

a.menu:focus
{
	color: #766a48;
	outline: none;
}

a.menu:active
{
	text-decoration: none;
}

.page_margins
{
	background-color: white;
}

img.raw
{
	border: none;
	padding: 0px;
}


/* Links auf der Sitemap */

.siteMapRootLink
{
	font-size: 110%;
	display: block;
	padding: 0.3em;
	text-decoration: none;
}

.siteMapRootLink:before
{
	content: "// ";
	font-weight: bold;
}

.siteMapContentLink
{
	display: block;
	border-bottom: 1px solid #DDDDDD;
	text-indent: 2em;
}

/* Anzeige der Gedenkbuchausgabe, in der eine Biographie zu finden ist */
span.edition, a.edition
{
	color: white;
	background-color: #a52a2a;
	padding: 6px 6px 6px 6px;
}

div.edition
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.page
{
	border: none;
}

.subcolumns
{
	border-bottom: none;
}

tr
{
	border-bottom: 1px solid #DDDDDD;
}

tr.odd
{
	background-color: #EEEEEE;
}

tr.even
{
	background-color: #FFFFF0;
}

td.strong
{
	font-weight: bold;
	font-size: 120%;
}

/* Zellen in Suchtabellen oder Quellentabellen */
td.search
{
	vertical-align: top;
	border-right: 1px dotted #BBBBBB;
}

/* Dient zum Absetzen der Links in einer Suchtabellenzelle */
td.search a
{
	display: block;
}

input, textarea
{
	font-weight: bold;
}

/* Erster Buchstabe eines Namens als eigenes DIV; Biographienindex */
div.smallCaps
{
	margin: 2px 0 2px 0;
	border-bottom: 2px solid #DDDDDD;
	font-weight: bold;
	font-size: 120%;
}

/* Anmerkungen sollen nicht mehr angezeigt werden */
.spanAnnotation
{
	display: none;
}

.divBiographyImageSubtitle
{
	font-weight: bolder;
	text-align: right;
	margin-left: 3em;
	margin-bottom: 6px;
	text-align: left;
}

img.biography
{
	display: block;
	float: right;
	margin-left: 3em;
	margin-bottom: 1em;
	border: 2px solid #dcdcdc;
	padding: 10px;
}

/*
 †bersetzungsautor in den Biographien
*/
.translationAuthor
{
	font-size: 80%;
	font-style: italic;
}


/*
 Autor in den Nachrichtenartikeln
*/
.author
{
	font-size: 80%;
}


/*
 PDF-Link in der †berschriftenzeile von Biographien
*/
.pdfLink
{
	display:block; float:right;
	font-size: 100%;
	padding: 2px;
}


.pdfLink:before
{
	content: PDF;
}

/* Die Paragraphen in den Biographien sollen keine Einzüge haben */
#biography p + p
{
	text-indent: 0;
}