body {
  background-color:#000;
  margin:0px;
  cursor:default;
}

#main {
  margin:20px auto;
  padding-bottom:60px;
  width:960px;
}

#main .home_title {
  float:left
}
#main .home_title a {
  cursor:default;
}

#printtitle {
  display:none;
}

#head {
  margin-bottom:0px;
}

#head .text {
  background:url(/img/page3.jpg);
  width:900px;
  height:31px;
  color:#fff;
  padding:4px 0 0 60px;
  font-size:12px;
}
#head .text a {
  color:#fff!important;
  text-decoration:none;
}
#head .text a:hover {
  color:yellow!important;
  text-decoration:underline;
}
#menu {
  width:960px;
  height:34px;
  margin:3px 0;
  background-color:#000;
  text-align:left;
  padding-top:6px;
  padding-left:10px;
  font-family:'trebuchet ms'calibri,arial,helvetica,sans-serif;
}

#menu a {
  margin-left:35px;
  color:#CC0000;
  text-decoration:none;
  font-weight:bold;
  font-size:20px;
}
#menu a:hover {
  color:white;
}
#menu .divider {
  display:none;
}
#content {
  min-height:400px;
  background-color:#fff;
}

.content {
  padding:20px 40px;
}

.textcolumn {
  width:500px;
  float:left;
}
.nieuws {
  width:650px;
}
.sponsoren {
  width:750px;
}

.photoalbum {
  float:left;
  width:260px;
  margin-right:40px;
}

.oude_films {
  /*width:500px;*/
  width:430px;
  float:left;
}

.nieuwe_films {
  /*width:320px;*/
  width:390px;
  float:left;
  border-left:1px solid #CCC;
  padding-left:20px;
  margin-left:20px;
}



