@import url(contentmargin.css);
@import url(crumbbar.css);
@import url(headlines.css);
@import url(text.css);
@import url(a.css);
@import url(icon.css);
@import url(blindtab.css);
@import url(borderbox.css);
@import url(tabelle.css);
@import url(listen.css);
@import url(buttons.css);
@import url(bottombar.css);
@import url(formularelemente.css);

/* Layouttabelle für den Contentbereich */
/* table.contenttab */

table.contenttab  {
  width: 90%;
/* margin-left: 48px; */
  margin-left: 35px;
  margin-top: 11px;
  border: none;
}

table.contenttab td  {
  vertical-align: top;
  font: normal normal normal 11px/15px Arial, Helvetica, Sans-Serif;
}

table.contenttab td table{
  height: auto;
}


table.contenttab td img.floating {
  float: left;
  margin: 4px 16px 2px 0px;
}

table.contenttab td img.intab {
  display: block;
  margin: 4px 16px 2px 0px;
}

table.contenttab td .small {
  font-size: 9px;
  line-height: 11px;
}

table.contenttab td.shrink {
  width: 1px !important;
}

table.contenttab td.widen {
  width: 100% !important;
}

/* char reiter */

table.contenttab .reiter {
  padding: 10px;
  padding-left: 5px;
}

table.contenttab .reiter a {
  text-decoration: underline !important;
}

table.contenttab .reiter a:hover {
  text-decoration: none !important;
}

table.contenttab .reiter .trenner {
  padding-right: 7px;
  padding-left: 7px;
}

table.contenttab .reiter2 {
  margin-bottom: 8px;
}

table.contenttab .reiter2 a {
  text-decoration: underline !important;
}

table.contenttab .reiter2 a:hover {
  text-decoration: none !important;
}

/* iframe */

table.contenttab iframe {
width: 100%;
margin: 0;
padding:0;
border: none !important;
}

table.contenttab .lastchanged {
  margin-top: 20px;
  color: #cdcdcd;
  font-size: 9px;
  width: 475px;
  line-height: 11px;
}

/* Ergaenzungen von arago */

 .cm-h1-notfalltext {
  margin-bottom: 16px; color: #CC0000 !important;
}

