#container {
  background: #989898 url('../assets/container_bg.jpg') repeat-y;
  _background: url('../assets/content_bg.jpg') repeat-y;
}

#content_bottom {
  background: url('../assets/content_bg.jpg') repeat-y;
  margin-bottom: 5px;
}

#column_1 {
  float: left;
  width: 141px;
  padding: 5px;
  padding-top: 40px;
}

#column_2 {
  float: left;
  width: 212px;
  padding: 10px;
  text-align: left;
}

#column_3 {
  float: left;
  width: 469px;
  padding: 10px;
  padding-right: 15px;
  text-align: justify;
}

#column_4 {
  float: left;
  width: 103px;
  background: url('../assets/column_right_bg.jpg') bottom no-repeat;
  _height: 490px;
  min-height: 490px;
}

.artikelbox {
  float: left;
  width: 150px;
  /*height: 130px;*/
  text-align: center;
}

.artikelbox img {
  width: 140px;
  border: 1px solid #834075;
}

.artikelbox:hover img {
  border: 1px solid #cfb0b6;
}

.artikelImg {
  width: 400px;
  border: 1px solid #989898;
}
