/*************************************** ANPASSUNG BORDER_BLACK */
#content .border_black {
  min-height: 20px;
  padding: 19px;
  margin: 30px 0 30px 0;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/*************************************** ANPASSUNG BORDER_ORANGE */
#content .border_orange {
  min-height: 20px;
  padding: 19px;
  margin: 30px 0 30px 0;
  background-color: #FDE9CC;
  border: 1px solid #F39200;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}


/*************************************** ANPASSUNG H1 */
#content h1 {
  color: #f39200;
}


/*************************************** ANPASSUNG H2 */
#content h2 {
  background-color: #FDE9CC;
  padding: 15px;
  font-size: 26px;
  color: #303030;
}

/*************************************** ANPASSUNG LI */
#content li {
  margin-bottom: 8px;
}