/* Elements */

div.csc-header {
  clear: both;
}

h1 {
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16pt;
	color: #4B68AE;
	padding: 32px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

h1.csc-firstHeader {
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	color: #4B68AE;
	padding: 12px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}


p {
	font-family: "Palatino Linotype","Times New Roman", Times, serif;
 	font-weight: medium;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

p.teaser {
	color: #4B68AE;
}

ol {
  padding: 8px 0px 8px 24px;
  margin: 0px;
}

ul {
  list-style-type: square;
  margin: 0px;
  padding: 8px 0px 8px 20px;
}

ul > li {
  padding: 2px 0px 2px 4px;
  color: #000000;
}

ol > li {
  padding: 2px 0px 2px 0px;
}


/* Links */

a:link {
  text-decoration: underline;
	color: #4B68AE;
}

a:hover {
	color: #800000;
}

a:visited {
	color: #a0a0a0;
}

a:active {
	color: #4B68AE;
}

/* Tabellen */

table * p {
  color: inherit;
  font-weight: inherit;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table.contenttable {
  width: 100%;
  background-color: #ffffff;
  font-size: 11pt;
  border-collapse: collapse;
  empty-cells: show;
}

table.contenttable tr.tr-even {
  background-color: #ddd;
}

table.contenttable tr.tr-odd {
  background-color: #fff;
}

table.contenttable * td {
  font-weight: normal;
  padding: 1px 2px 1px 2px;
}

table.contenttable tr.tr-0 td {
  font-weight: normal;
  background-color: #ddd;
}
