* {
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration:none;
}
img {
  border:none;
}
body {
  background-color:#000;
    color:#fff;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    font-size:12px;
}

#container {
    width:980px;
    margin:0 auto;
}

#main {
  width:780px;
  height:690px;
  float:left;
}
#header {
  width:780px;
    height:185px;
  float:left;
}

#menu {
  background:url(/images/user/autoonderdelen/bg-menu.jpg) top left no-repeat;  
    height:140px;
  width:125px;
    font-size:14px;
  font-weight:bold;
  float:left;
  padding:45px 0 0 45px;
}
#menu ul {
    list-style:none;
}

#menu ul li {

  padding:7px 0 0 0;
}
#menu ul li a {
    color:#fff;
}
#menu ul li.actief a, #menu ul li a:hover {
    color:#fff;
}

#logo {
    width:610px;
    height:185px;
  float:left;
}

#content {
  background:url(/images/user/autoonderdelen/bg-content.jpg) bottom left no-repeat;
    width:780px;
  height:505px;
  float:left;
}
#content-tekst {
  height:450px;
  margin:0 10px 0 55px;
  padding:15px 15px 0 0;
  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 {
}
#content a {
  color:#fff;
  font-weight:bold;
}
#content a:hover {
  text-decoration:underline;
}

#google-ads {
  background:url(/images/user/autoonderdelen/bg-ads.jpg) top left no-repeat;
  width:200px;
  height:690px;
  float:left;
}
#ads {
  background:#dedede;
  width:160px;
  height:600px;
  margin:50px 45px 0 5px;
}

#footer {
    clear:both;
    color:#efefef;
    font-size:11px;
}
#footer a {
    color:#efefef;
}
#footer a:hover {
    text-decoration:underline;
}