html {
    height: 100%;
  }

body {
    font : 12pt Arial;
    margin : 0;
    padding: 0;
    text-align : justify;
    background-color: rgb(221, 204, 238);
    height: 100%;
  }


#fullpage {
    background : purple url("../images/elfentasje.jpg") center top no-repeat fixed;
    font : 12pt Arial;
    margin : 0 auto;
    padding: 0;
    text-align : justify;
    width : 960px;
    border-left: 2px solid #91477D;
    border-right: 2px solid #91477D;
    min-height: 100%;
  }


h1 {
    font-weight : bold;
    font-size : 3.5em;
    color : #7F3F6E;
    text-align : justify;
    text-decoration : none;
    text-transform : none;
    vertical-align : middle;
  }

h3 {
    margin-top: 3em;
  }

.even {
    border-bottom: thin dotted purple;
    padding: 0.4em 0.4em;
  }
.even notused {
    background-color: #FFCCFF;
    filter.opacity: 40;
    opacity: 0.4;
  }


.images {
    border: 0;
    padding: 0;
    margin: 0;
  }


.images tr {
    height: 70px;
  }

img.largephoto {
    border-width: 2px;
    border-color: #7F3F6E;
    border-style:solid;
    height: 430px;
  }


img.photo {
    border: 0px;
    height : 70px;
    width: auto;
    overflow: hidden;
  }


a.photo {
    border: solid 1px #7F3F6E;
  }

a.imglist {
    display: -moz-inline-box;
    display: inline-block;
    overflow : hidden;
    width : 70px;
    text-align: center;
  }

.sideimage-left {
  float : left;
  margin-right: 10px;
  margin-bottom: 10px;
}


.sideimage-right {
  float : right;
  margin-left: 10px;
  margin-bottom: 10px;
}


.odd {
    border-bottom: thin dotted purple;
    padding: 0.4em 0.4em;
  }


td.besch {
    padding: 0 1em;
  }


td.jaar {
  }


td.maand {
    text-align:right;
    padding: 0 1em;
  }


td.waar {
    padding-left: 1em;
  }


#maincontent {
    margin : 0 10px 0 9.5em;
    padding: 1px;
  }


#mainmenublock {
    position : fixed;
    text-align : center;
    top : 0;
    max-width : 9em;
    margin-left: 10px;
  }


a.photo:hover {
    border-width: 1px;
    border-color: #CFC0EE;
    border-style:solid;
  }


#imglist {
    overflow : auto;
    white-space : nowrap;
    text-align: center;
  }

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

a:hover, a:active {
    color : #cfc0ee;
    text-decoration: underline;
  }
