@CHARSET "UTF-8";

/*
Site:			www.inschriften.net
Author:			Martin Walzel, Torsten Schrade, Aline Deicke
Created:		2010-01-05
Usage:			Basic 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.4em !important;
	text-align: justify;
}

/* unfortunately, only Opera supports most of the specific print settings
cf. http://de.selfhtml.org/css/eigenschaften/printlayouts.htm */

#page {
	margin-top: 0cm;
	margin-right: 1.7cm;
	margin-bottom: 0cm;
        margin-left: 0.5cm;
}

@page {
	margin-top: 1.5cm;
	margin-right: 3cm;
	margin-bottom: 1.5cm;
        margin-left: 1.5cm;
}


/* ### Rausgeschmissen ### */

.tx-cfamooflow-pi1,
#header h3,
#metanavigation,
#subnavigation,
#maincontent .browser,
#sidecontent {
	display: none;
}

/* wieder rein */

#dio-19 #sidecontent,
#dio-12 #sidecontent {
	display: block;
}

/* Top margin on first page 10cm
@page :first {
	margin-top: 10cm
}
*/

/* Margin for left/right printout (eg. for books etc.)
@page :left {
	margin-left: 4cm;
	margin-right: 3cm;
}

@page :right {
	margin-left: 3cm;
	margin-right: 4cm;
}
*/

/*####################### CONTENT ############################*/

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Avoid pagebrakes within headers */
h1, h2, h3 {
	page-break-after: avoid;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 12pt;
	font-style: oblique;
}

h6 {
	font-size: 10pt;
	font-style: oblique;
}

p {
	margin: 0 0 1em 0;
	orphans: 4;
	widows: 4;
	text-align: justify;
	font-size: 10.5pt;
}

em, i {
	font-style: oblique;
}

strong, b {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.nowrap {
        white-space: nowrap;
}

.tab {
        /* corresponds to the distance of par to snr */
	margin-left: 2.5em;
}

/* HYPERLINKS */

a:link, a:visited, a:active, a:hover {
	color: black;
	text-decoration: underline;
}

/*
a[href]:after {
	content: "<URL: "attr(href)">";
	color: #000;
	font-style: italic;
	font-size: 8.5pt;
}
*/

/* IMAGES */

img {
	page-break-inside: avoid;
	border: none;
}

.csc-textpic dt,
.csc-textpic dd {
	margin: 0;
}

/* TABLES */

table, tbody {
	page-break-inside: avoid;
	padding: 50px;
}

th, col, colgroup, tr, td {
	font-size: 10.5pt;
	vertical-align: top;
}

td {
	padding: 0 20px 5px 0;
}

caption {
	caption-side: top;
	margin-bottom: 0.5em;
}

/* Tabellen ohne padding */

#dio-25 table,
#dio-25 tbody,
#dio-37 table,
#dio-37 tbody,
#dio-87 table,
#dio-87 tbody,
#dio-88 table,
#dio-88 tbody,
#dio-89 table,
#dio-89 tbody,
#dio-95 table,
#dio-95 tbody {
	padding: 0;
}


/* LISTS */

ul, ol, dl {
	margin: 0 0 1em 1em;
	padding: 0;
	font-size: 10.5pt;
}

ol li	{
	list-style-type: decimal;
}

ol ol li	{
	list-style-type: lower-alpha;
}

ol ol ol li	{
	list-style-type: lower-roman;
}

li {
	margin: 0 0 0 1em;
}

dt, dd {
	margin: 0 0 0 1em;
}

/* FORMS */
form {
	padding: 0;
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

/*
legend {
}

label {
}

input {
}

select {
}

optgroup, option {
}

textarea {
}
*/

/* OTHERS */

address {
	margin: 0 0 1em 0;
	font-style: normal;
}

/*
abbr[title]:after, acronym[title]:after {
	content: '(' attr(title) ') ';
}
*/

blockquote, cite, q {
	border: 0;
	font-family: inherit;
}

code, pre {
	display: block;
	margin: 0 0 1em 0;
	padding: 0.5em;
	font-family: monospace;
	font-size: 12pt;
}

abr, acronym, dfn, var {
	font-style: italic;
}

del, ins {
}

hr {
	height: 0px;
	color: inherit;
	border: 1px solid black;
	margin-bottom: 1em;
}

/*
map, object, params {
}
*/

/*####################### SPECIFICS ############################*/

/* ### Branding ### */

#branding h2 {
	margin: 0;
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 19pt;
}

.csc-firstHeader {
	margin: 0.1em 0;
	font-size: 14pt;
}


p.csc-caption {
	font-size: 8pt;
}

#jumplinks, #sitesearch, #navilang, #navigation, #footer,
#rinav, #opacnav, #f3menu, #rss, #breadcrumbs {
	display: none;
}

#title {
	display: block;
	border-bottom: 1px solid black;
}


/* ### Aktuelles ### */

.news-list-author,
.news-list-categories {
	display: block;
}

.csc-textpic dl {
	margin: 0 0 1em 0;
}


/* ### Publikationen ### */

#dio-87 .td-0 {
	min-width: 2.5em;
}


/* ### Inschriften ### */

/* Titel */

.dio-header {
	position: relative;
	padding: 0.3em 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-family: "Palatino Linotype", Baskerville, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14pt;	
}

.dio-number {
	left: 0;
	padding-top: 0.3em;
	position: absolute;
	top: 0;
}

.dio-location {
	display: block;
	width: 27.6em;
	margin: 0 auto;
	text-align: center;
}

.dio-date {
	padding-top: 0.3em;
	position: absolute;
	right: 0;
	top: 0;
}

/* Inschrift */

#content .dio-inscription {
	margin-bottom: 1.5em;
	padding: 1em 0 0;
}

#content .dio-inscription ol li {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0 2em 0 1em;
}

#content .dio-inscription .section {
	float: left;
	font-weight: bold;
	position: relative;
        min-width: 2.5em;
        z-index: 10;
}

#content .dio-inscription li .section + p {
	padding-left: 2.5em;
}

#content .line {
	display: block;
	position: relative;
}

#content sup {
	bottom: 4px;
	font-size: 7pt;
	padding: 0 0 0 0.3em;
	position: relative;
	vertical-align: middle;
}

#content .indent {
	padding-left: 2.5em;
}

#content .outdent {
	margin: 0 0 0 -2.5em;
}

#content .right {
	text-align: right;
}

#content span.center {
	text-align: center;
}

#content p.center {
	position: relative;
	left: 20%;
}

#content .counter {
	position: absolute;
	width: 2em;
	left: -3.15em;
	font-size: 0.8em;
	text-align: right; 
}

#content .dio-inscription table {
	margin: 0 0 0 2.5em;
}

.dio-translation {
	padding: 0 2em;
}

.dio-translation p {
	font-size: 9.5pt;
}

/* Wappen */

.dio-heraldry  {
	clear: both;
	margin: 0 0 10px;
	padding: 10px 0;
}

.dio-heraldry caption {
	font-weight: bold;
	padding: 0;
}

.dio-heraldry td {
	min-width: 12em;
	padding: 0;
}

/* Textkritischer Apparat */

#content .dio-annotations, 
#content .dio-footnotes, 
#content .dio-literature {
	font-size: 9.5pt;
}

#content .dio-annotations li {
	list-style-type: lower-alpha;
}

/* Quellen */

#content .dio-literature li {
	display: inline;
	margin: 0;
}

#content .dio-literature li:after {
	content: "–";
	padding: 0 0.3em 0 0.5em;
}

#content .dio-literature li:last-child:after {
	content: "";
	padding: 0;
}

/* Zitierhinweis */

.dio-citation {
	padding: 1em 0 0 1em;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
}

/* Verse */

.verse {
	padding-left: 2em;
}

.verse .counter {
	font-style: normal;
}

.dio-footnotes .verse {
	font-size: 0.5em;
}

