/* tables */
table {
  font-size: 8pt;
  width: 100%;
  text-align: left;
  background: #fff;
  border-left: 1px solid #82919b;
  border-right: 1px solid #82919b;
  border-bottom: 1px solid #82919b;
  }

table thead {
  background: url("../img/navi-bg.png") repeat-x;
  }

table thead tr {
  height: 30px;
  line-height: 30px;
  color: #fff;
  }

table thead tr th {
  text-align: left;
  padding-left: 10px;
  }

table tbody tr th {
  font-size: 8pt;
  padding-left: 10px;
  border-right: 1px solid #49505c;
  text-align: left;
  }


table tbody td {
  /*height: 30px;*/
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #82919b;
  }

.odd td,
.tr-even td {
  background-color:#e3e6e7;
  }

table tbody td.td-0 {
  font-weight: bold;
  }

table.contenttable-0 .td-0 {
  width: 130px;
  }

/* Termintabelle */

table.termine  {
  width: 659px;
  margin-left: 1px;
  border-left: 1px solid #82919b;
  }

table.termine thead th {
  text-align: left;
  }

table.termine tbody tr {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  }

table.termine tbody td {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  }

table.termine tbody td.td-0 {
  font-weight:normal;
  }

table thead tr th,
table.termine thead tr th.header,
table.termine thead tr th.nohover,
table.termine thead tr th.nohover:hover {
  background: url("../img/navi-bg.png") repeat-x;
  }

table.termine thead tr th.hover {
  background: url(../img/table-header-bg.gif) no-repeat center right;
  cursor: pointer;
  }

table.termine thead tr  th.headerSortUp {
  background: url(../img/table-asc.png) center right;
  }

table.termine thead tr  th.headerSortDown {
  background: url(../img/table-desc.png) no-repeat center right;
  }

table tfoot  tr td{
  color: #fff;
  background: url("../img/navi-bg.png") repeat-x;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  padding:0!important;
  }

table tfoot td {
  padding-left: 10px;
    }

table tfoot td.td-last {
  padding-left: 40px;
    }

.csc-frame-invisible table {
  border: none;
  background: none;
  font-size: 12px;
  width: 660px;
    }

.csc-frame-invisible table tbody tr td {
  border: none;
  width: 50%;
  }

.csc-frame-frame1 table {
  font-size: 12px;
  width: 660px;
  background: none;
  padding: 10px;
  padding-left: 20px;
  border: none;
  margin-bottom: 20px;
  vertical-align: top;
    }

.csc-frame-frame1 table tbody tr {
  border-bottom: 1px solid #cad0d3;
  }

.csc-frame-frame1 table tbody tr td {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  }

.csc-frame-frame1 table tbody tr.odd td {
  background:none;
  }

.slider {
    overflow: hidden;
      margin-bottom: 30px;
    }

#main #content .slider_menu {
  height: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-left: 1px;
  display:none; /* 18.04.2011 */
  }

#main #content .slider_menu a {
    display: block;
  background: url("../img/navi-bg.png") repeat-x;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }

#main #content .slider_menu a:hover {
  background: url("../img/menu-hover.png") repeat-x;
  color: #fff; /* fix for ie6 */
    }

.buchenForm {
    text-align: center;
    }

/* Customs */

table.zweispalten th,
table.zweispalten td{
    width: 50%;
    }

table.zweispalten .td-0{
    width: 550px;
    }

table.dreispalten th,
table.dreispalten td{
    width: 33%;
    }

table.vierspalten th,
table.vierspalten td{
    width: 25%;
    }

/** Seminars city select **/
form#se_selectCityForm {
  background: #E3E6E7;
  border: 1px solid #82919B;
  padding: 10px;
  margin: 15px 0;
  }

#se_selectCityForm  label {
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
  width: 40%;
  display: block;
  float: left;
  line-height: 30px;
  }

#se_selectCityForm select {
  width: 60%;
  padding: 3px;
  border: 1px solid #A1A1A1;
  /* styling des selects per CSS ist wegen der unvollstaendigen unterstuetzung von appearance nicht zuverlaessig moeglich,
  beste moeglich ist ueber javascript, oder einfach den standard lassen
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #FFFFFF url(../../images/selectarrow.png) no-repeat right center;
  */
}

.contenttable.termine th {
    padding: 0 0 0 10px;
}
.ce-table{ margin-bottom: 2em;}