div.block {
  width: 250px;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*
div#layoutContent {
  background-image: url(../images/bg_content_home.jpg);
}
*/

div.blockTop,
div.blockBottom {
  position: relative;
}
div.blockTop {
  background: url(../images/vlak_top.png) no-repeat bottom left;
  height: 51px;
  width: 259px
}
div.blockContent {
  position:relative;
  background: url(../images/vlak_center.png) repeat-y top left;
  top: 0px;
  left: 0px;
  height: auto;
  padding:0 14px 30px;
  width:240px;  
}
div.blockBottom {
  background: url(../images/vlak_bottom.png) no-repeat top left;
  height: 17px;
  width: 259px;
  clear: both;
}

div.blockContent img {
  margin: 10px 8px;
  border: 1px solid #003300;
} 
div.blockTop h2{
  padding-top: 6px;
  margin-left: 18px;
}
div.textSpace {
  background-image: none;
}
div.pageButton {
  position: absolute; 
  width: auto; 
  height: auto; 
  right: 18px; 
  bottom: -10px;
}
div.pageButton img {
  border: none;
  }