* {
  text-align:center;
  font-family:'Garamond','Georgia','Liberation Serif','Bodoni-DTC','Nimbus Roman No9 L','Droid Serif','Century Schoolbook L','Bitstream Charter',serif;
  /*
  Berthold Baskerville Book - etwas schwer, ausgefranst
  Adobe Caslon Pro - ausgefranst
  Caslon Book BE - ausgefranst
  Adobe Caslon Pro - ausgefranst
  Adobe Jenson Pro - ausgefranst
  Palatino-Roman Th - sehr ausgefranst
  Walbaum LT Roman - leicht ausgefranst
  Walbaum - leicht ausgefranst
  Berthold Walbaum Book - leicht ausgefranst, besser als die normale Walbaum
  */
  /* font-family:'Walbaum',serif; */
}

h1 {
  font-size:60px;
}

h2 {
  font-size:47px;
  margin: 60px 0;
}

h3 {
  font-size:37px;
  margin: 47px 0;
}

h4 {
  font-size:29px;
  margin: 37px 0;
}

p, h5, h6 {
  font-size:23px;
}

h5, h6 {
  margin: 29px 0;
}

#content {
  /* width:600px; */
  margin:20px;
}

@media print {
#content {
  width:auto;
  margin:0px;
}
}

#boxes {
  float:right;
  width:219px;
  margin:0px 0px 20px 20px;
}

.error {
  color:rgb(198,18,18);
  font-weight:bold;
}

.confirm {
  color:rgb(0,120,0);
  font-weight:bold;
}

textarea, input {
  font-weight:bold;
  font-size:23px;
}

td {
  font-style:italic;
  font-size:23px;
}

/* b {color:red;} */
