/* CSS-File */
/* 2011-03-02		PYM		first version tested with firefox */
/* 2011-03-03		PYM		second version compatible with Internet Explorer */
/* 2015-08-02		PYM		third version compatible with typo3 6.x */

body {
  font-size:100%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
  }

.contenttable {
  font-size:0.9em;
  margin:0px;
  border:0px;
  padding:0px;
  }

.csc-mailform {
  margin:0px;
  padding:0px; 
  border:0px;
  }

.csc-mailform-field {
  font-size:0.9em;
  }

tr { 
  font-size:1em;
  vertical-align: top;
  }

h1 {
  font-size:1.2em;
  color: #d09030;
  margin-top:0.1cm;
  margin-bottom:0.25cm;  
  }

p { 
  font-size:0.9em;
  line-height:125%;
  margin-top:0cm;
  margin-bottom:0cm;  
  }

li { 
  font-size:0.9em;
  line-height:125%;
  }

img {
  vertical-align: middle;
  }

