/**** blau ****************/
body {
  background-color: rgb(150, 160, 255);
}
#logo, #raum {
  color: rgb(150, 160, 255);
}
#logo, #raum, .weg, .zeichen, #zurueck, #vor {
  border-color: rgb(150, 160, 255);
}

/**** rot ****************/
.rahmen {
  border-color: rgb(255, 187, 196);
}
a:hover, #bewegungen a:hover {
  background-color: rgb(255, 187, 196);
}

/**** gelb ****************/
#oben, .weg, .zeichen, #unten {
  background-color: rgb(255, 255, 239);
}

/**** grün ****************/
#bewegungen a, .weg, .weg a, #home a {
  color: rgb(5, 179, 105);
}

/**** dunkelgrün ****************/
.spruch, .spruch a, #inhalt {
  color: rgb(2, 54, 31);
}

/**** dunkelrot ****************/
#bewegungen a#links, #zurueck a {
  color: rgb(65, 2, 10);
}

/**** dunkelblau ****************/
#inhalt a, #bewegungen a#rechts, #vor a {
  color: rgb(64, 68, 108);
}

