div.box1 {
  width: 90%;
  background: rgb(255, 102, 0);
}

div.box2 {
  width: 90%;
  background: #eeeecc;
  font-weight: bold;
}


#column_menu {
  float:left;
  width: 15%;
  background: rgb(255, 102, 0);
  font-weight: bold;
}

#column_content {
  float:left;
  width: 60%;
  background: white;
}

#column_rechts {
  float:left;
  width: 15%;
  background: #eeeecc;
}

body {
  background-color: black;
}

a.menu {
  color: white;
}

p.rechts {
  color: white;
  background-color: rgb(255, 102, 0);
  font-weight: bold;
}

p.copy {

  font-size: 12px;
  text-align: center;
}


h1 {
 font-weight: bold;
 color: rgb(255, 102, 0);
}

h2 {
 color: rgb(255, 102, 0);
}

a.menu2 {
   margin-right: 40px;
}