/* Diese Bereiche dürfen im Editmode nicht eingebunden werden, da sie we stören */

  /* / Inhaltcontainer === */
    /* / Inhalt === */
      /* = Tabellen === */
        div#wrapper div#content_wrapper div#content table {
          width: 656px;
          margin-left: -5px;
/*          font-size: 0.9em;*/
        }

        div#wrapper div#content_wrapper div#content table th {
          padding-bottom: 15px;
          padding-left: 5px;
          background: transparent url(/images/system/background/linie_hintergrund-tabelle.jpg) bottom left repeat-x;
          border-left: 10px #fff solid;
          border-top: 12px #fff solid;
        }

        div#wrapper div#content_wrapper div#content table th.first {
          background: transparent url(/images/system/background/linie-headline-grau.jpg) bottom left no-repeat;
          margin-left: -5px;
          border-left: 0 !important;
        }

        div#wrapper div#content_wrapper div#content table th.image,
        div#wrapper div#content_wrapper div#content table td.image {
          width: 170px;
        }

        div#wrapper div#content_wrapper div#content table th.smallimage,
        div#wrapper div#content_wrapper div#content table td.smallimage {
          width: 78px;
        }

        div#wrapper div#content_wrapper div#content table th.center,
        div#wrapper div#content_wrapper div#content table td.center {
          text-align: center !important;
        }


        div#wrapper div#content_wrapper div#content table td {
          border-left: 10px #fff solid;
          background-color: #ecedf1;
          padding: 5px;
          border-top: 12px #fff solid;
	  vertical-align: top;
        }

        div#wrapper div#content_wrapper div#content table td.first {
          border-left: 0 !important;
        }

        div#wrapper div#content_wrapper div#content table td div {
          margin-top: 6px;
          font-size: 0.9em;
        }

        div#wrapper div#content_wrapper div#content table td div h3 {
          font-size: 1.1em;
        }

      /* / Tabellen === */
    /* / Inhalt === */

  /* / Inhaltcontainer === */

