/* CSS Document */


/* -------------------------- TEXTE ---------------------------- */


h1{
	font-size: 16px;
	color: #161616;
	font-weight: normal;
	margin: 15px 0 10px 0;
	line-height:160%;
}

#Content_Right h1{
	font-size: 12px;
	color: #161616;
	font-weight: normal;
	margin: 15px 0 10px 0;
	line-height:145%;
}
h2{
	font-size: 14px;
	color: #166cb3;
	font-weight: normal;
	margin: 10px 0 5px 0;
	line-height:160%;
}
#Content_Right h2{
	font-size: 12px;
	color: #166cb3;
	font-weight: normal;
	margin: 10px 0 5px 0;
	line-height:145%;
}


h3 {
    background-color: #BDBCBC;
    /*background-color: #166cb3;*/
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 160%;
    margin: 2px 0 0;
    padding: 4px 5px;
}
#Content_Right h3 {
    background-color: #166cb3;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    line-height: 45%;
    margin: 5px 0 0;
    padding: 11px 5px;
}

h4{
    	font-size: 13px;
    	color: #666;
	font-weight: normal;
	margin: 5px 0 0 0;
	line-height:160%;
}

#Content_Right h4{
    	font-size: 11px;
    	color: #666;
	font-weight: normal;
	margin: 5px 0 0 0;
	line-height:145%;
}

.csc-firstHeader {
	margin: 0 0 10px 0!important;

}
p {
	padding: 0;
	margin: 10px 0;
line-height:180%;
}
/* -------------------------- LINKS ---------------------------- */

a:link, a:active, a:visited{
  color: #bb101c;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.external-link, a.external-link:link, a.external-link:active, a.external-link:visited,
.external-link-new-window, a.external-link-new-window:link, a.external-link-new-window:active, a.external-link-new-window:visited,
.tx-abook-pi1-www a:link, .tx-abook-pi1-www a:active, .tx-abook-pi1-www a:visited {
  background-image:url(../lay/external-link.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0 0 0 15px;
}

.internal-link, a.internal-link:link, a.internal-link:active, a.internal-link:visited,
.internal-link-new-window, a.internal-link-new-window:link, a.internal-link-new-window:active, a.internal-link-new-window:visited,
.tx-abook-pi1-detaillink a:link, .tx-abook-pi1-detaillink a:active, .tx-abook-pi1-detaillink a:visited,
.morelink, a.morelink:active, a.morelink:visited, a.morelink:link{
  background-image:url(../lay/internal-link.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0 0 0 15px;
}

.mail, a.mail:active, a.mail:visited, a.mail:link,
.tx-abook-pi1-email a:link, .tx-abook-pi1-email a:visited, .tx-abook-pi1-email a:active {
  background-image:url(../lay/mail.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0 0 0 18px;
}

.download, a.download:active, a.download:visited, a.download:link{
  background-image:url(../lay/download.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0 0 0 15px;
}

.backlink, a.backlink:active, a.backlink:visited, a.backlink:link,
.tx-abook-pi1-backlink a, .tx-abook-pi1-backlink a:link, .tx-abook-pi1-backlink a:active, .tx-abook-pi1-backlink a:visited{
  background-image:url(../lay/backlink.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding:0 0 0 15px;
}

/* -------------------------- EIGENE KLASSEN ---------------------------- */

.teaser {
font-size: 12px;
line-height:150%;
	font-weight: normal;
	/*color: #166CB3;*/
}
/* -------------------------- TABELLEN ---------------------------- */

table.contenttable{
	margin: 0;
	padding: 0;
	width: 99%;
	vertical-align: text-top;
}

table.contenttable td {
	padding: 1px 1px 1px 5px;
	margin: 0;
}
table.contenttable p {
    margin: 3px 0;
}
	
.tabellehell{
	background-color: #F6F6F6;
}
	
.tabellemittel{
	background-color: #E2E2E2;
}
	
.tabelledunkel {
	background-color: #161716;
	color:#fff;
}

/* -------------------------- rte ---------------------------- */
.htmlarea-content-body,
.htmlarea-content-body *{
	font-family: Verdana, Arial, sans-serif;
	line-height:22px;
	color: #090a09;
	font-size:11px;
}
.htmlarea-content-body td{
   	padding: 1px 1px 1px 5px;
	margin: 0;
    vertical-align: top;
}

.htmlarea-content-body table.contenttable p{
   	margin: 3px 0;
}

.htmlarea-content-body .tabelledunkel p {
    color: #FFFFFF;
}

.csc-textpic-caption{
font-size:11px;
margin:5px 0!important;
color:#666;
}