/* 
 * Zeilenraster auf Basis von 18px
 * 
 */

p { 
  margin-bottom: 18px; 
}

h1 { 
  font-size: 22px; 
  line-height: 27px;
  margin-bottom: 9px;
  font-weight:normal;
}
h2 { 
  font-size: 20px; 
  line-height: 18px; 
  margin-bottom: 9px;
  font-weight:normal;
}
h3 { 
  font-size: 18px; 
  line-height: 18px; 
  font-weight:normal;
}
h4 { 
  font-size: 16px; 
  line-height: 18px;
  font-weight:normal;
}
h5 { 
  font-size: 14px; 
  line-height: 18px; 
  font-weight:normal;
}

