/* -------------------------------------------------------------------------------------------------
 dedicated styles for the content of the full site
------------------------------------------------------------------------------------------------- */

main>section
{
  display: table;
  font-size: 11pt;
  margin-bottom: 20pt;
}

section#sectImpressum
{
  margin-bottom: 0;
}

main>section>div
{
  display: table-row;
}

main>section div.cssTableCell
{
  display: table-cell;
  padding-top: 0; padding-left: 0; padding-bottom: 5pt; padding-right: 10pt; 
}

main>section #divLegal div.cssTableCell
{
  padding-top: 20pt;
  font-size: 9pt;
}


