@CHARSET "UTF-8";

/*
Site:			www.regesta-imperii.de
Author:			Torsten Schrade
Created:		2009-02-10
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;
}

/* 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;
}


/* 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: 18pt;
}

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;
}

/* 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;
}

/* TABLES */

table, tbody {
	page-break-inside: avoid;
	padding: 50px;
}

th, col, colgroup, tr, td {
	font-size: 10.5pt;
	vertical-align: top;
}

td {
	padding: 0 15px;
}

caption {
	caption-side: top;
	margin-bottom: 0.5em;
}

/* LISTS */

ul, ol, dl {
	margin: 0;
	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;
}

/*
map, object, params {
}
*/

/*####################### SPECIFICS ############################*/

p.csc-caption {
	font-size: 8pt;
}

#jumplinks, #sitesearch, #navilang, #navigation, #footer,
#rinav, #opacnav, #f3menu, #rss {
	display: none;
}

#title {
	display: block;
	border-bottom: 1px solid black;
}