*{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font-family: Arial, Verdana, sans-serif, Courier;
}
p,
ul,
ol,
li,
table tr td,
table tr td p,
table tr th,
table tr th p,
table.htmlarea-showtableborders tr td,
table.htmlarea-showtableborders tr td p,
table.htmlarea-showtableborders tr th,
table.htmlarea-showtableborders tr th p,
table.contenttable tr td,
table.contenttable tr td p,
table.contenttable tr th,
table.contenttable tr th p{
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, sans-serif;
	color: black;
}
table,
table.htmlarea-showtableborders,
table.contenttable{
	border: 1px solid #39568f;
}
table tr td,
table tr td p,
table.htmlarea-showtableborders tr td,
table.htmlarea-showtableborders tr td p,
table.contenttable tr td,
table.contenttable tr td p{
	background: white;
}
table tr th,
table.htmlarea-showtableborders tr th,
table.contenttable tr th{
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 0;
	vertical-align: top;
}
table tr td,
table.htmlarea-showtableborders tr td,
table.contenttable tr td{
	border: 1px solid #d3deef;
	vertical-align: top;
}
table tr th,
table tr th p,
table.htmlarea-showtableborders tr th,
table.htmlarea-showtableborders tr th p,
table.contenttable tr th,
table.contenttable tr th p{
	text-align: left;
	font-weight: bold;
	color: #39568f;
	background: #d3deef;
}
table tr td p,
table tr th p,
table.htmlarea-showtableborders tr td p,
table.htmlarea-showtableborders tr th p,
table.contenttable tr td p,
table.contenttable tr th p{
	margin: 0;
}
table.float-right{
	margin-left: auto;
}
td.align-center,
p.align-center{
	text-align: center;
}
td.align-right,
p.align-right{
	text-align: right;
}
h1,
h2,
h3{
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #39568f;
}
h1{
	font-size: 18px;
	line-height: 20px;
}
h2{
	font-size: 16px;
	line-height: 18px;
}
h3{
	font-size: 14px;
	line-height: 16px;
}
a,
a.external-link,
a.external-link-new-window,
a.internal-link,
a.internal-link-new-window,
a.download,
a.mail{
  font-size: 14px;
  line-height: 18px;
  font-family: Arial, sans-serif;
	color: #39568f;
	text-decoration: none;
}
a:hover,
a.external-link:hover,
a.external-link-new-window:hover,
a.internal-link:hover,
a.internal-link-new-window:hover,
a.download:hover,
a.mail:hover{
		text-decoration: underline;
}
a.external-link{
	padding-left: 14px;
	background: url(../img/anchor_external_link.gif) no-repeat 0 3px;
}
a.external-link-new-window{
	padding-left: 17px;
	background: url(../img/anchor_external_link_new_window.gif) no-repeat 0 4px;
}
a.internal-link{
	padding-left: 13px;
	background: url(../img/anchor_internal_link.gif) no-repeat 0 3px;
}
a.internal-link-new-window{
	padding-left: 17px;
	background: url(../img/anchor_internal_link_new_window.gif) no-repeat 0 4px;
}
a.download{
	padding-left: 17px;
	background: url(../img/anchor_download.gif) no-repeat 0 2px;
}
a.mail{
	padding-left: 23px;
	background: url(../img/anchor_mail.gif) no-repeat 0 0;
}
hr{
	border: 1px solid #A6B8DC;
	clear: both;
	height: 2px;
	margin:  20px 0;
}
sub,
sup{
	font-size: 10px;
}
dd.csc-textpic-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial, sans-serif;
}
/************************************************************************************************
* LinkToTop
/************************************************************************************************/
p.csc-linkToTop{
  text-align: right;
  margin-bottom: 20px;
}
p.csc-linkToTop a{
  font: normal 11px/16px Arial, sans-serif;
  padding-left: 20px;
  background: url(../img/linktotop.gif) no-repeat;
}
/************************************************************************************************
* RTE Absatzklassen
/************************************************************************************************/
p.blauer_Rahmen{
	padding: 10px;
	background: white;
	border: 1px solid #39568F;
}
p.gelber_Rahmen{
	padding: 10px;
	background: #FFF2cd;
	border: 1px solid #C89600;
}
span.roter_Text,
li.roter_Text{
	color: red;
}
span.blauer_Text,
li.blauer_Text{
	color: #39568F;
}
span.gelber_Text,
li.gelber_Text{
	color: #C89600;
}
span.gruener_Text,
li.gruener_Text{
	color: green;
}
img.links_ohne_Rahmen{
	float: left;
	margin-right: 10px;
}
img.links_mit_Rahmen{
	float: left;
	margin-right: 10px;
	border: 1px solid #39568F;
}
img.rechts_ohne_Rahmen{
	float: right;
	margin-left: 10px;
}
img.rechts_mit_Rahmen{
	float: right;
	margin-left: 10px;
	border: 1px solid #39568F;
}

div.tx-flvplayer2-pi1{
	text-align: center;
}