/* home.css*/

h1.heading_noimg {
  padding-left: 200px;
}

div#home {
  position: relative;
}

div#home div{
  position: absolute;
}

div#home div#leftBar {
  top:   17px;
  width: 160px;
  height: 350px;
  border: thin groove #efcd8f;
  background-image: url('images/tsp-blue.png');
}

div#leftBar div.btn {
  position: relative;
  margin: 15px 0 30px 15px;
  width: 100%;
}

div#menu_action {
  height: 55px;
  background: url('images/btn_acties.png') no-repeat;
}

div#menu_action:hover {
  background: url('images/btn_acties-h.png') no-repeat;
}

div#menu_news {

  height: 55px;
  background: url('images/btn_nieuws.png') no-repeat;
}

div#menu_news:hover {
  background: url('images/btn_nieuws-h.png') no-repeat;
}
div#menu_portal {
  height: 55px;
  background: url('images/btn_portaal.png') no-repeat;
}

div#menu_portal:hover {
  background: url('images/btn_portaal-h.png') no-repeat;
}


div#home div#content {
  left: 180px;
  width: 540px;
  height: 200px;
}

div#home div#acties {
  left: 200px;
  top: 220px;
  width: 540px;
  height: 130px;
}

div#home a {
  border: 0;
  padding: 0;
  margin: 0;
}

div#home img {
  border: 0;
  margin: 0;
  padding: 0;
  padding: 10px 10px 0 10px;
}

div#home div#stod {
  position: absolute;
  left: 0;
  bottom: 10px;
}