body, p, textarea, li, ul, select, th, td, div, h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  /*font-weight: normal;*/
  color: #000000;
}

body {
  background-color: #FFFFFF;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 9px;
  margin-bottom: 9px;
}

b, strong {
  font-weight: bold;
}

a, a:visited {
  color: #000000;
}

img {
  border-style: none;
}

div.header {
  position: relative;
  height: 105px;
  margin: 0px;
  padding: 0px;
}

div.logo {
  position: absolute;
  top: 5px;
  left: 7px;
}

div.footer {
  clear: both;
  height: 30px;
}

div.address {
  position: relative;
  float: left;
  top: 7px;
  left: 7px;
}

div.impressum {
  position: relative;
  right: 7px;
  top: 7px;
  text-align: right;
}

div#left_menu {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 7px;
}

/*** TABLE FORMATTING ***/

table.contenttable tr td {
  vertical-align: top;
}

table.contenttable tr th {
  background-color: #66CC66;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

table.contenttable-0 tr td {
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 12px;
}

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

table.contenttable-1,
table.contenttable-2,
table.contenttable-3 {
  border: 1px solid #66CC66;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.contenttable-1 tr td,
table.contenttable-2 tr td,
table.contenttable-3 tr td {
  border: 1px solid #66CC66;
  padding: 4px;
}

table.contenttable-2 tr.tr-0 td {
  font-weight: bold;
}

table.contenttable-3 tr td.td-0 {
  font-weight: bold;
}

/*** KB CONTENT TABLE ***/

.tx-kbconttable-pi1 table tr td p {
  padding: 0px;
  margin: 0px;
}

/*** MENU LISTINGS ***/
.csc-menu ul li {
  margin-bottom: 5px;
}

/*** MENU TYPE 5 (Last Updated) ***/

.csc-menu-5 table tr td {
  white-space: nowrap;
}

/*** COURSE FORMATTING ***/

table.tx_tbmcourse_pi1_list {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.tx_tbmcourse_pi1_list tr.tr-0 td {
  font-weight: bold;
  text-align: left;
}

table.tx_tbmcourse_pi1_list td {
  width: 100px; /* default */
  vertical-align: top;
}

table.tx_tbmcourse_pi1_list td.td-0 {
  width: 260px;
}

table.tx_tbmcourse_pi1_list td.td-1,
table.tx_tbmcourse_pi1_list td.td-3 {
  padding-left: 5px;
  padding-right: 5px;
}

table.tx_tbmcourse_pi1_list td.td-1 {
  width: 40px;
}

table.tx_tbmcourse_pi1_list td.td-last {
  width: 70px;
}

div.tx_tbmcourse_pi1_detail_title {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 10px;
  padding-top: 10px;
}

table.tx_tbmcourse_pi1_detail td {
  vertical-align: top;
}

table.tx_tbmcourse_pi1_detail td.td-0 {
  padding-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

div.tx_tbmcourse_pi1_registtitle {
  font-size: 18px;
  font-weight: bold;
  
  border-top: 1px solid #66CC66;

  margin-top: 10px;

  padding-top: 10px;
  padding-bottom: 5px;
}

div.tx_tbmcourse_pi1_registbody table tr th {
  font-size: 14px;
  font-weight: bold;
  
  text-align: left;

  padding-bottom: 5px;
  padding-top: 10px;
}

div.tx_tbmcourse_pi1_registbody table tr td {
  vertical-align: top;

  padding-bottom: 5px;
  padding-right: 10px;
}

div.tx_tbmcourse_pi1_registbody table tr td.fixed_field {
  font-weight: bold;
}

div.tx_tbmcourse_pi1_registbody table.course_options tr td{
  padding: 0px;
}

/*** MAILFORM ***/

.csc-mailform {
  border: 0px;
}

/*** SITEMAP ***/

div.csc-sitemap a {
  text-decoration: none;
}

div.csc-sitemap ul,
div.csc-sitemap li {
  margin: 0px;
  padding: 0px;
}

div.csc-sitemap > ul {
  list-style-type: none;
}

div.csc-sitemap ul li ul {
  padding-left: 15px;
  font-weight: normal;
  list-style-type: square;
}

div.csc-sitemap ul li ul li ul {
  list-style-type: circle;
}

div.csc-sitemap ul li ul li ul li ul {
  list-style-type: disc;
}

/* level 1 */
div.csc-sitemap li {
  margin-top: 4px;
  padding-top: 1px;
  font-weight: bold;
  border-top: 1px solid #66CC66;
}

/* other levels */
div.csc-sitemap ul li ul li {
  margin-top: 0px;
  padding-top: 0px;
  font-weight: normal;
  border-top-style: none;
}

