body {
  color: #333333;
  background-color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}

p {
  line-height: 130%;
  margin-bottom: 10px;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.green {
  color: #346248;
}

.bigfont-green {
  font-size: 14px;
  color: #346248;
}

.arrow {
  background-image: url('/fileadmin/templates/images/arrow_green.gif');
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 9px;
}

.underline {
  text-decoration: underline !important;
}
