/*####################### 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;
}

/* ####################### 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, h4, h5 {
	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 10pt 0;
	text-align: justify;
	font-size: 10.5pt;
	page-break-inside: avoid;
}

.infoblock {
	page-break-inside: avoid;
}

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;
}

/* 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;
}

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;
}

.contentMainHome .csc-textpicHeader,
.contentMainHome  .csc-textpic-text {
	position: absolute;
}

.contentMainHome  .csc-textpic-text h3 {
	margin-top: 0;
}


/* ####################### NO DISPLAY ############################ */

#branding,
#metaNavigation,
#search,
#naviMain,
#naviSub,
#naviKids,
.backuri,
.googlemaps_link,
.search_additional,
.startnavigation {
	display: none;
}