/*
 * dav-actaacustica-home-typo3 Design-Vorgaben fuer den Content-Bereich
 * 
*/

/* Content-Tabellen */
.content table.contenttable { border-collapse: collapse; }

/* Blocksatz fuer bodytext */
/*
.content p.bodytext { text-align: justify; }
*/

div.content { font-size: 90%;  }
div.content h2 { font-size: 1.2em; font-weight: bolder; color: #6688C4; }

div.content a { color: #0F56A8; }
div.content a:visited { color: #6688C4; }

div.kontakt p.bodytext { color: #fff; }

/* Content-Table layout0 - 1.Spalte fett*/

table.contenttable-0 tr td.td-0 { text-align: left; vertical-align: top; font-weight: bold}
table.contenttable-0 tr td { vertical-align: top;}


/* Content-Table layout1 - bestimmte Spalten rechtsbuendig formatieren - 1.Zeile zentriert*/
table.contenttable-1 tr.tr-0 td  { text-align: center; }
table.contenttable-1 tr td { text-align: right; }
table.contenttable-1 tr td.td-0 { text-align: left; }



/* H1 soll kein Abstand nach unten haben, nach oben 1.5em */
.content h2 { font-size: 1.2em; margin-top: 1.5em; margin-bottom: 0; }

