* {
    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/verhuisbedrijf/bg-header.jpg) top left no-repeat;
    height: 164px;
    overflow: auto;
}
#logo {
  margin:18px 0 0 95px;
    width:394px;
    height:146px;
}

#menu ul {
    list-style:none;
}
#menu ul li {
  font-family:Trajan pro, Verdana, Geneva, sans-serif;
  font-weight:bold;
  padding:10px 0 5px 10px;
  border-bottom:dashed 1px;
}

#menu ul li a {
    color:#000;
}
#menu ul li.actief a, #menu ul li a:hover {
    color:#888;
}
#menu img {
  padding: 80px 0 0 2px;
}

#main {
  background:url(/images/user/verhuisbedrijf/bg-main.jpg) top left no-repeat;
  height:616px;
    overflow:auto;
    padding: 0 0 20px 0;
}

#top-wrapper {
  width:780px;
  height:580px;
  float:left;
}
#menu {
    width:204px;
  height:580px;
  margin:0 10px 0 20px;
    float:left;
}
#content {
    width:508px;
  height:545px;
    float:left;
  margin:5px 13px 5px 15px;
  padding:0 10px 0 0;
  overflow:auto;
}
#ads {
  background:url(/images/user/verhuisbedrijf/google-ads.jpg) top left no-repeat;
  width:160px;
  height:600px;
  margin:0 29px 0 10px;
  float:left;
}

#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 {
    clear:both;
  height:31px;
  padding:4px 0 0 0;
  margin:0 0 0 225px;
    color:#fff;
    font-size:11px;
  text-align:center;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    text-decoration:underline;
}