/*####################### 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 */

#container {
	margin-top: 0cm;
	margin-right: 1cm;
	margin-bottom: 0cm;
	margin-left: 0.5cm;
}

/* Seitenränder - Opera */
@container {
	margin-top: 1.5cm;
	margin-right: 3cm;
	margin-bottom: 1.5cm;
        margin-left: 1.5cm;
}

/* Top margin on first page 10cm */
@container :first {
	margin-top: 10cm
}


/* Margin for left/right printout (eg. for books etc.) */
@container :left {
	margin-left: 4cm;
	margin-right: 3cm;
}

@container :right {
	margin-left: 3cm;
	margin-right: 4cm;
}


/* ####################### 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 */

a:link, a:visited, a:active, a:hover {
	color: black;
	text-decoration: none;
	border: none;
	background: transparent;
}


/* IMAGES */

img {
	page-break-inside: avoid;
	float: left;
	border: none;
	padding: 0 5pt 5pt 0;
}

dd.news-single-imgcaption {
	margin-bottom: 10pt;
}

dt.news-single-image {
	float: left;
}

/* 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;
}

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 {
	display: none;
	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;
}

/* Einfügen von Abkürzungen
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: 1pt solid black;
}

tx-cagttnewsext-paragraph p {
	float: left;
}

/* ####################### SPECIFICS ############################ */

.csc-textpic-caption {
	font-size: 8pt;
}

#main .sectionmenu-2 ul {
	list-style-type: none;
}

.section {
    padding-right: 5pt;
}

#logo {
	border-bottom: 1pt solid black;
}

#footer {
	clear: both;
	margin-top: 12pt;
	border-top: 1pt solid black;
}

/* ####################### NO DISPLAY ############################ */

.skiplinks,
#hypermenu,
#headerfield,
.hmenu,
#content-01-wrap,
#content-02-wrap,
.rootline,
.clickenlarge,
.imagebrowser,
.csc-linkToTop,
.clearer,
.news-list-homecat,
#clear,
#footer a,
#jumpnavigation,
#metanavigation,
#timebar,
.news-single-additional-info,
hr {
	display: none;
}