td, p
  {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    /** / color: #3C3C3C; /**/
    white-space:normal;
    margin: 0px;
    padding: 0px;
  }

td{

   vertical-align: top;
   text-align: left;
   padding: 0px;
   margin: 0px;
}

table.contenttable{

	border-collapse: collapse;
}

thead tr{

	/* background: #e8e8e8; */
	font-weight: bold;
}
/*
  a, a img {
    border: 0px;
    color: #3c3c3c;
    text-decoration: none;
  }

a:hover{
    color: #273281;
    text-decoration: underline;
  }

  a.white,a.white:link,a.white:active,a.white:visited {
    color: white;
    font-weight:bold;
    text-decoration:none;
  }
  a.white:hover {
    text-decoration:underline;
  }
*/
  ul
  {
    /** Standardwerte explizit festlegen **/
    /**/ list-style-image:url('images/spacer.gif'); /**/
    list-style-type:none;
    margin:0px;
    border:0px;
    padding:0px;
  }

  .csc-header-n1 {
    padding-bottom:20px;
    /** / border:0px dotted #dadde6; /**/
  }
  h1, h1.csc_firstHeader {
    font-size: 20px;
    color: #273281;
    white-space:normal;
    display:inline;
    padding-bottom:20px;
    /** / border:0px dotted #dadde6; /**/
  }
  h2, h2.csc_firstHeader {
    font-size: 16px;
    color: #273281;
    white-space:normal;
    display: inline;
  }
  h3, h3.csc_firstHeader {
    font-size: 14px;
    color: #273281;
    white-space:normal;
    display: inline;
  }
  h4, h4.csc_firstHeader {
    font-size: 12px;
    color: #273281;
    white-space:normal;
    display: inline;
  }
  h5, h5.csc_firstHeader {
    font-size: 11px;
    color: #273281;
    white-space:normal;
    display: inline;
  }
  h6, h6.csc_firstHeader {
    font-size: 11px;
    color: #273281;
    white-space:normal;
    display: inline;
  }

  img.cont
  {
    border: 1px solid #333333;
    margin-right: 10px;
    margin-bottom: 10px;
  }