body {
    background: url(../img/flowerb2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}

img.center {
    display: block;
    margin: 0 auto;
}

div.rahmen {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid #ea899a;
  background-color: #bebebe;
  display: block;
  margin: 0 auto;
  width: 510px;
  height: 140px; 
}

div.showme {
  max-width: 1000px;
  margin: 0 auto;
}

div.leftside {
  font-size: 14px; 
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ea899a;
  background-color: #bebebe;
  margin:  20px;
  padding: 20px;
}

div.leftside ul  {
  padding: 0px;
  padding-left: 30px;
  line-height: 150%;
}

div.leftside li {
  line-height: 1.75;
}

div.leftside p, h3 {
  line-height: 125%;
  margin: 10 px;
  padding: 0 px;
}

div.rightside {
  font-size: 14px; 
  float: right;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #ea899a;
  background-color: #bebebe;
  margin: 20px;
  padding: 20px;
  padding-left: 30px;
}

div.rightside p {
  text-align: right;
  font-size: 14px; 
  line-height: 100%;
}

div.rightside h3 {
  text-align: right;
  font-size: 24px; 
  font-weight: bold;
  line-height: 80%;
  margin: 0px;
}