body {
  margin: 0px;
  padding: 0px;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.maincolor {
  color: #DE2234;
}

.bg {
  top: 60px;
  left: 0px;
  right: 0px;
  height: 27px;
  position: absolute;
  background: #DE2234;
}

.bg-right {
  top: 20px;
  width: 50%;
  height: 67px;
  position: absolute;
  right: 0px;
  background: #DE2234;
}

.top-underline {
  top: 40px;
  left: -10px;
  height: 27px;
  position: absolute;
  background: white;
  width: 800px;
}

#content {
  width: 928px;
  margin: 0px auto;
  position: relative;
}

#heading {
  width: 100%;
  background: #DE2234;
  height: 40px;
  margin-top: 20px;
}

#heading .fill {
  background: white;
  width: 316px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#heading .divider {
  background: url(img/header-divider.png);
  width: 41px;
  height: 40px;
  position: absolute;
  left: 316px;
  top: 0px;
}

.pagetitle {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  color: #DE2234;
  top: -4px;
}

#menu-account {
  list-style-type: none;
  position: absolute;
  right: 0px;
  top: -4px;
  margin: 0px;
  padding: 0px;
}

#menu-account li {
  border: none;
  background: white;
  color: black;
  border-radius: 5px;
  font-size: 10px;
  display: inline-block;
  padding: 5px 10px;
  width: 118px;
  margin-left: 20px;
  cursor: pointer;
  font-weight: medium;
}

#menu-account li::after {
  content: "▾";
  float: right;
}

#menu-companies {
  list-style-type: none;
  position: absolute;
  top: 40px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#menu-companies li {
  border: none;
  background: #DE2234;
  color: white;
  border-radius: 0px 0px 5px 5px;
  font-size: 14px;
  display: block;
  padding: 6px 15px 5px 14px;
  width: 128px;
  cursor: pointer;
  font-weight: normal;
  margin-right: 0px;
  float: left;
}

#menu-companies li.active {
  font-weight: bold;
}

#menu-companies li.active::before {
  content: "▸";
  padding-right: 10px;
}

#menu-companies li:hover {
  font-weight: bold;
}

.top-underline-right {
  background: #DE2234;
  border-radius: 0px 0px 0px 5px;
  width: 20px;
  height: 27px;
  position: absolute;
  left: 785px;
}

.top-underline-left {
  background: #DE2234;
  border-radius: 0px 0px 5px 0px;
  width: 20px;
  height: 27px;
  position: absolute;
  left: -20px;
}

#divider-top {
  height: 47px;
}

#menu-left {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#menu-left li {
  width: 128px;
  height: 20px;
  display: block;
  padding: 5px 5px 5px 15px;
  color: black;
  font-size: 14px;
  border-radius: 0px 10px 0px 0px;
  line-height: 20px;
  cursor: pointer;
}

#menu-left li.active {
  font-weight: bold;
  color: #DE2234;
  background: #F4F4F4;
}

#menu-left li.active::before {
  content: "▸";
  padding-right: 10px;
}

#menu-left li:hover {
  background: #F4F4F4;
  border-radius: 0px;
  font-weight: bold;
}

#main {
  position: absolute;
  width: 612px;
  top: 87px;
  left: 164px;
  background: #F4F4F4;
  border-radius: 0px 30px 10px 0px;
  margin: 0px;
  padding: 0px;
}

#main .img-top {
  border-radius: 0px 30px 0px 0px;
  /*background-image: url(http://heftruck-onderhoud.nl/wp-content/uploads/2014/06/banner-heftruck-magazijn.jpg);*/
  width: 612px;
  height: 200px;
  position: relative;
  background-color: white;
}

#main .labels-top {
  border-radius: 0px 20px 0px 0px;
  width: 404px;
  height: 74px;
  background: #DE2234;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#main .labels-top h1 {
  font-size: 26px;
  color: white;
  font-weight: normal;
  padding: 5px 0px 0px 30px;
  margin: 0px;
}

#main .labels-top h2 {
  font-size: 26px;
  color: white;
  font-weight: bold;
  padding: 0px 0px 0px 30px;
  margin: 0px;
}

#main .page {
  padding: 20px 30px;
}

p {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}

p.big {
  font-weight: bold;
  margin-bottom: 5px;
}

p.readmore{
  font-weight: bold;
  color: #DE2234;
  cursor: pointer;
  margin-bottom: 0px;
}

p.readmore::after {
  content: "▸";
  padding-left: 10px;
}

p.readmore:hover {
  color: black;
}

#sidebar-left {
  width: 153px;
  margin: 0px;
  padding: 0px;
}

#sidebar-left h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px;
  margin: 0px;
  color: #DE2234;
}

#sidebar-left p {
  margin-bottom: 20px;
}

#sidebar-right {
  position: absolute;
  top: 87px;
  right: 0px;
  width: 138px;
  margin: 0px;
  padding: 0px;
}

#sidebar-right .widget {
  background: #F4F4F4;
  border-radius: 0px 10px 10px 0px;
  padding-bottom: 1px;
}

#sidebar-right .widget h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  margin: 0px;
}

#sidebar-right .img-side {
  background: url(http://static.mascus.com/image/product/large/a28593d5/bt-os2-0,a5c7a7d9.jpg);
  width: 138px;
  height: 170px;
  margin: 0px 0px 10px 0px;
}

.big-btn {
  width: 116px;
  height: 48px;
  background: #DE2234;
  font-size: 14px;
  color: white;
  font-weight: bold;
  line-height: 50px;
  margin: 0px 10px 10px 10px;
  display: block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #DE2234;
}

.big-btn:hover {
  background: white;
  color: #DE2234;
}

hr {
  border: 0px;
  border-bottom: 2px dotted #DE2234;
  background: white;
  padding: 0px;
  margin: 15px 0px;
}

.padded {
  padding: 10px;
}

* {
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
}