  div#navigation a {
    /* display: block; */
    /* padding: 0.2em; */
    font-weight: bold;
  }
  
  div#navigation a:link {
    color: black; background-color: transparent;
  }
  div#navigation a:visited {
    color: #666; background-color: transparent;
  }
  div#navigation a:hover {
    color: black; background-color: #eee;
  }
  div#navigation a:active {
    color: white; background-color: transparent;
  }

  .csc-header {
      margin: 0;
      padding-bottom: 0.3em;
  }
  
  /* Content Überschrift */
  .csc-firstHeader {
    font-size: 16pt;
  }

  .csc-header h1 {
    font-size: 14pt;
    font-weight: bolder;
    margin: 0; 
    /* padding: 0.3em; */
    text-align: left;
  }

  h2 {
    font-size: 14pt;
    margin: 0; 
    /* font-weight: bold; */
    /* padding: 0.3em; */
    text-align: left;
  }
  
  h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0; 
    /* padding: 0.3em; */
    text-align: left;
  }

  
  
  .bodytext {
      font-size: 10.5pt;
      text-align: justify;
  }
  
  .bodytext a:link {
/*      color: red; */
  }
  .bodytext a:visited {
/*      color: red; */
  }
  .bodytext a:hover {
/*      color: red; */
      /* font-weight: bold; */
  }
  .bodytext a:active {
/*      color: red; */
  }
  
  li {
      font-size: 10.5pt;
  }
  

  .internal-link {
    font-size: 10.5pt;
  }
  
  /*#mailformSchuljahr .mf-select {
  left: 150px;
  }*/

  .contenttable tr td {
  vertical-align: top;
  font-size: 10.5pt;
  }
  
  .contenttable-1 tr td {
     font-size: 11pt;
     font-weight: bold;
     padding: 0.2em;
  }
  
  .contenttable-3 tr.td-0 td.td-0 {
     font-size: 11pt;
     font-weight: bold;
     padding: 0.2em;
  }

  .contenttable tr-0 {
  font-size: 16px;
  }

  .csc-textpic-caption {
  font-size: 9pt;
  font-style: italic;
  
  }
  
  .csc-textpic-image  {
     vertical-align: bottom;
  
  }

/* Powermail Formulare */
div.tx_powermail_pi1_fieldwrap_html  {
    width:100%;
    /* height: 2em; */
    padding-top:0.5em;
    clear: left;
    /* text-align: right; */
}
.tx_powermail_pi1_fieldwrap_html label {
    width: 145px;
    
    vertical-align: top;
    display: block;
    float: left; 
}

/* date2cal */
.date2cal_img_help {
    display: none;
}
