* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration:none;
}
img {
  border:none;
}
body {
    color:#000;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
}

#container {
    width:980px;
    margin: 0 auto;
}
#header {
  background:url(/images/user/bedden/bg-header.jpg) top left no-repeat;
    height: 265px;
    overflow: auto;
}
#logo {
    width:447px;
    height:141px;
  margin:110px 0 0 100px;
}

#menu {
  background:url(/images/user/bedden/bg-menu.jpg) top left no-repeat;
    overflow:auto;
    height:104px;
    font-size:14px;
}
#menu ul {
    list-style:none;
}
#menu ul li {
    float:left;
  margin:3px 0 0 0;
  padding:3px 0;
  border-left:solid 1px #7c7c7c;
}
#menu ul li a {
    padding: 0 15px;
    color:#888;
}
#menu ul li.actief a, #menu ul li a:hover {
    color:#000;
}

#main {
    overflow:auto;
}

#content-wrapper {
  background:url(/images/user/bedden/bg-main-repeat.jpg) top left repeat-y;
  width:980px;
  overflow:auto;
  float:left;
}
#content-bottom {
  background:url(/images/user/bedden/bg-main-bottom.jpg) bottom left no-repeat;
  width:980px;
  float:left;
}

#content {
    width:730px;
    float:left;
  overflow:auto;
  padding:0 30px 45px 30px;
}
#ads {
  background:url(/images/user/bedden/google-ads.jpg) top center no-repeat;
  width:160px;
  height:600px;
  margin:0 22px 17px 8px;
  float:left;
  overflow:auto;
}

#content p, #content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content h5 {
    padding: 0 0 15px 0;
}
#content ul, #content ol{
    padding: 0 0 15px 25px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
}


#footer {
  background:url(/images/user/bedden/bg-footer.jpg) top center no-repeat;
  height:15px;
    clear:both;
    color:#000;
    font-size:11px;
  padding:0 0 0 135px;
}
#footer a {
    color:#000;
}
#footer a:hover {
    text-decoration:underline;
}