/* Dateiname: design.css */

body{padding:0 50px 50px 50px}

table tr td{background-color: #DACBAC; text-align: center;
padding: 2px 10px;}
table tr:nth-of-type(odd) td {background-color: #F5E7CC;} 


P, H1 {
      font-family: Tahoma, Verdana, sans-serif;
}

P {
  font-size: 10pt;
  line-height: 15pt;
}

H1 {
   color: #ff7c00;
   font-size: 16pt;
   line-height: 16pt;
   letter-spacing: 0.4em;
}


/* rochester-regular - latin */
@font-face {
  font-family: 'Rochester';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rochester-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rochester Regular'), local('Rochester-Regular'),
       url('../fonts/rochester-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rochester-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rochester-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rochester-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rochester-v8-latin-regular.svg#Rochester') format('svg'); /* Legacy iOS */
}
