#container {
  overflow: auto;
  padding: 10px 30px 10px 150px;
  height: 100%;
  z-index: -10;
}

#content {
  background-color:#eee;
  height: 82%;
  z-index: 2;
}

#header {
  z-index: 1;
}

#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#nav {
  position: absolute;
  width: 130px;
  left: 0px;
  top: 95px;
  z-index: 1;
}

#left {
  position: absolute;
  width: 150px;
  left: 5px;
  bottom: 10%;
  background-image: url('http://www.moenen-en-mariken.nl/includes/img/menu/left.png');
  height: 200px;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 1;
}

#leftcontent {
  padding: 10px;
  font-size: 9px;
  text-align: left;
}

#scroll {
  padding: 5px;
  text-align: left;
  overflow: auto;
  width: 99%;
  height: 95%;
}

#images {
  padding: 15px;
}

.rightblock {
  background-color: #ddd;
  width: 200px;
  padding: 10px;
  border: 1px solid #7a95ec;
}

.righttd {
  background-color: #ddd;
  padding: 10px;
  border: 1px solid #7a95ec;
  color: #000;
  width:270px;
}

a:link, a:visited {
  text-decoration: underline;
  color: #555;
}

a:hover, a:active {
  text-decoration: none;
  color: #7a95ec;
}

.frontimg {
  border: 2px solid #7a95ec;
}

.dark {
  color: #3751a9;
}

#delimg {
  cursor: pointer;
}

.actTable {
  width: 100%;
  border: 1px solid  #7a95ec;
}

.actTable td {
}

tr.tr0 {}
tr.tr1 {
  background-color: #dddddd;
}

img {
  border: none;
}

.legenda {
  width: 100px;
  border: 1px solid  #7a95ec;  
  float: right;
  padding: 3px;
  
}
