body{
  background-color:#ededef;
  font-size:12px;
  font-family:Arial;
  color:#5c5a5a;
  margin:0;
}

a {
  color: #007FCF;
}

a img, img a{
  border:0;
}

#top{
  background:url(/images/gfx/topbg.png) repeat-x;
  padding:35px 0 80px 0;
}
#logo{
  background:url(/images/gfx/logo.png) no-repeat;
  padding:25px 0 0 81px;
  font-weight:bold;
  color:#bdbcbc;
  width:890px;
  text-align:left;
}

#container{
  width:964px;
  position:relative;
  min-height:500px;
}

#vaktop{
  background:url(/images/gfx/vaktop.png) no-repeat;
  height:5px;
  width:964px;
}
#vakbottom{
  background:url(/images/gfx/vakbottom.png) no-repeat;
  height:7px;
  width:964px;
}
#vak{
  background:url(/images/gfx/vakbg.png) repeat-y;
  padding:15px 0 10px 20px;
}

#inner{
  float:right;
  width:740px;
  text-align:left;
}
#inner h1{
  color:#007fcf;
  font-size:24px;
}
.productvak{
  background:url(/images/gfx/prodvak_bg.png) bottom no-repeat;
  width:230px;
  float:left;
  vertical-align:top;
}
.productvak_in{
  background:url(/images/gfx/prodvak_top.png) top no-repeat;
  padding:9px;
  font-size:12px;
  text-align:left;
}
.productvak_in h2{
  color:#007fcf;
  font-size:14px;
  margin:0 0 2px 0;
}

.prijs{
  color:#00b108;
  font-size:18px;
  text-align:right;
  font-weight:bold;
  padding-top:5px;
}
.prijs strong{
  background:url(images/gfx/actie-bg.png) top right no-repeat;
  font-size:12px;
color:red}


.spacer{
  float:left;
  width:15px;
}


#vakline{
  width:700px;
  height:10px;
}

#menu{
  position:absolute;
  top:107px;
  left:50%;
  width:760px;
  text-align:left;
  display:block;
  margin-left:-300px;
}

#menu a{
  color:#d4d4d4;
  text-decoration:none;
}
#menu a:hover{
color:white}

#winkelwagen{
  background:url(/images/gfx/winkelwagenbg.png) no-repeat;
  position:absolute;
  padding:35px 2px 7px 2px;
  top:5px;
  left:50%;
  margin-left:301px;
  width:175px;
}
#winkelwagen_in{
  height:59px;
  display:block;
}

#zoekvak{
  position:absolute;
  top:103px;
  margin-left:88px;
  color:#bbb;
}
#zoekvak .topinput{
  border:1px solid #555;
  background:#999;
  color:#eee;
}


