@import "/common.css";
@import "/body.css";

div.lang {
  width: 158px;
  height: 80px;
  background-color: white;
}

div.welcome {
  text-align: right;
  font-size: 20px;
  color: #5F5F4A;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 9px;
}

div.groothandel, div.particulier {
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 9px;
}

div.groothandel a, div.particulier a {
  font-size: 11px;
  color: #5F5F4A;
}

p.belangrijk {
  font-size: 16px;
}

p.belangrijk img {
  padding-right: 10px;
}