@CHARSET "UTF-8";

/*
Site:			www.digitale-akademie.de
Author:			Torsten Schrade
Created:		2010-01-05
Usage:			Basic print stylesheet
*/

/*####################### BASICS ############################*/

body {
	position: relative;
	margin: 1cm 1.7cm 0cm 0.5cm;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida grande", "Lucida sans", Arial, sans-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 {								/* @body?? */
	margin-top: 1.5cm;
	margin-right: 3cm;
	margin-bottom: 1.5cm;
    margin-left: 1.5cm;
}


#sidecontent {
	clear: both;
	margin-top: 2.8em;
	border-top: 1px solid #222; 
}

/* 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 */

h3, h4, h5, h6 {
	margin: 0;
	font-family: Baskerville, Palatino, "Palatino Linotype", Georgia, serif;
	text-align: left;
}

/* Avoid pagebrakes within headers */
h1, h2, h3, h4 {
	page-break-after: avoid;
	clear: both;
}

h1 {
	position: relative;
	top: 1.2cm;
	left: -0.1cm;
	margin-bottom: 1.5em;
	font-size: 51pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -4px;
	text-transform: uppercase;
	word-spacing: 0.2em;
}
	
#header h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15pt;	
}

h2 {
	margin: 0 0 1em 0;
	font-size: 28pt;
	text-transform: uppercase;
}

h3, #sidecontent h2 {
	margin: 1.4em 0 0 0;
	font-size: 16pt;
	text-transform: none;
}

#sidecontent h2 {
	font-size: 14pt;
}

h3.subtitle {
	margin-top: -1em;
}

h4, #sidecontent h3 {
	margin: 1.4em 0 0 0;
	font-size: 13pt;
}

p {
	margin: 1em 0 0 0;
	orphans: 4;
	widows: 4;
    text-align: justify;
    font-size: 10.5pt;
}

p.arrow {
	clear: both;
}

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 {
	float: left;
	margin: 0.3em 1em 1em 0;
	page-break-inside: avoid;
	border: none;
}

.csc-textpic {
	margin-top: 1em;
}

.csc-textpic-imagewrap {
	float: left;
	margin: 0 1em 1.4em 0;
}


/* TABLES */

table, tbody {
	page-break-inside: avoid;
	padding: 1em 0;
}

th, col, colgroup, tr, td {
	font-size: 10.5pt;
	vertical-align: top;
}

td {
	padding: 0 2.5em 0 0;
}

caption {
	caption-side: top;
	margin: 1.4em 0 0 0;
	text-align: left;
}

/* LISTS */

ul, ol, dl {
	margin: 0;
	padding: 0;
    font-size: 10.5pt;
}

ul, ol {
	margin: 1em 0 0 0; 
}

ul li {
	padding-left: 0.5em;
}

ol {
	margin-left: 0.5em;
}

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 0;
}

/* 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;
	font-style: italic;
}

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, form {
	display: none;
}

#title {
	display: block;
	border-bottom: 1px solid black;
}


/* Startseite */

.box4 {
	display: none;
}


/* News */

.news-list-resultbrowser {
	clear: both;
}

.news-list-resultbrowser li {
	display: inline;
	margin: 0 1em 0 0;
}

#content .news-list-resultcount {
	display: block;
	padding-left: 0;
	margin: 0 0 0.4em 0;
}

.news-amenu-item-year {
	margin: 0 0 1.4em 0;
	padding: 0;
	list-style-type: none;
}

.artikel_navi {
	clear: both;
}


/* Suchergebnisse */

.tx-indexedsearch-info {
	margin-top: 0.7em;
	margin-bottom: 2.8em;
}
	
.tx-indexedsearch-browsebox {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #222;
}

.tx-indexedsearch-browsebox li,
.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	line-height: 1.7em;
	list-style-type: none;
}

.tx-indexedsearch-info dt {
	margin-right: 0;
}

.tx-indexedsearch-info dd {
	margin-right: 2em;
}
