@charset "UTF-8";

html * {
  margin:0;
  padding:0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  background: url(img/bg_top.png) repeat-x;
  color: #333333;
}

#container {
  width: 982px;
  margin: 0px auto;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #993399;
  font-size: 20px;
  margin-bottom: 10px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h1 span, h2 span, h3 span {
  color: #999999;
}
a {
  color: #666666;
}
a:hover {
  color: #000000;
}
img {
  border: none;
}

#top {
  height: 50px;
  margin-bottom: 35px;
}
#top h1 {
  line-height: 50px;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: bold;
}
#top h1 span {
  font-size: 15px;
  color: #FFFFFF;
}

#rij1,
#rij2
{
  width:871px;
  margin: 0 auto;
}

.shop {
  width: 250px;
  background: url(img/bg_shop.png) no-repeat;
  float: left;
  margin-right: 10px;
  margin-bottom: 12px;

}
.shop_content {
  padding: 10px 8px 10px 12px;
}
.shop_min_height {
  width: 1px;
  height: 300px;
  float: left;
}
.shop_img {
  border: 1px solid #999999;
}
.shop_end {
  background: url(img/bg_shop_end.png) no-repeat;
  height: 10px;
  clear: both;
}
.clear {
  clear: both;
}
