body {
  background-color: #FFFFFF;
  margin: 0px;
}

.orange {
  background-color: #E7782A;
}

.hellorange {
  background-color: #F1B07A;
}

.blau {
  background-color: #004E9D;
}

.content {
  background-color: #F7F8F8;
}

.i {
  background-color: #E87E33;
  width: 15px;
  height: 15px;
}
.ii {
  background-color: #E9833A;
  width: 15px;
  height: 15px;
}
.iii {
  background-color: #E88942;
  width: 15px;
  height: 15px;
}
.iv {
  background-color: #EC8E49;
  width: 15px;
  height: 15px;
}
.v {
  background-color: #ED9450;
  width: 15px;
  height: 15px;
}
.vi {
  background-color: #EE9B59;
  width: 15px;
  height: 15px;
}

.pur {
  background-color: #F1B07A;
  background-image: url(gfx/pur.jpg);
  background-repeat: no-repeat;
}

.live {
  background-color: #F1B07A;
  background-image: url(gfx/live.jpg);
  background-repeat: no-repeat;
}

.bestof {
  background-color: #F1B07A;
  background-image: url(gfx/bestof.jpg);
  background-repeat: no-repeat;
}

.inspiriert {
  background-color: #F1B07A;
  background-image: url(gfx/inspiriert.jpg);
  background-repeat: no-repeat;
}

.kontakt {
  background-color: #F1B07A;
  background-image: url(gfx/kontakt.jpg);
  background-repeat: no-repeat;
}

.text {
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  color: #444549;
}

a.link:link {
  text-decoration: none;
  color: #444549
}

a.link:visited {
  text-decoration: none;
  color: #444549

}

a.link:hover {
  text-decoration: underline;
  color: #E7782A;
}

a.link:active {
  text-decoration: underline;
  color: #E7782A;

}
