/* CSS Document */

.htmlarea-content-body {
	font-family: Verdana, Arial, sans-serif;
	line-height:20px;
	color: #333;
	font-size:12px;
}

/* -------------------------- TEXTE ---------------------------- */

h1{
color:#333333;
font-size:18px;
line-height:25px;
font-weight:bold;
margin:15px 0 20px;
}

#Content_Right h1{
color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 10px 0 5px;
}

h2{
	font-size: 16px;
	color: #0667c7;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

h3{
    font-size: 13px;
    color: #0667c7;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#Content_Right h3 {
    border-top: 1px solid #DCDADA;
    color: #C83B2B;
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0 2px;
    padding: 5px 0 0;
}
p {
	padding: 0;
	margin: 10px 0;
}
#Content_Right p{
	padding: 0;
	margin: 5px 0;
	line-height: 16px;
}



/* -------------------------- LINKS ---------------------------- */

a:link, a:active, a:visited{
  color: #0667c7;
  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;
}

#Content_Right.mail, #Content_Right a.mail:active, #Content_Right a.mail:visited, #Content_Right a.mail:link {
font-size: 11px;}

.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:20px 15px;
}

/* -------------------------- EIGENE KLASSEN ---------------------------- */

.teaser {
	font-weight: bold;
	color: #000;
}
/* -------------------------- TABELLEN ---------------------------- */

table.contenttable{
	margin: 0;
	padding: 0;
	width: 99%;
	vertical-align: text-top;
}

table.contenttable td {
	padding: 3px;
	margin: 0;
}
	
.TabelleHell {
	background-color: #F6F6F6;
}
	
.TabelleMittel{
	background-color: #E2E2E2;
}
	
.TabelleDunkel {
	background-color: #CACACA;
}