body
{
    font-family         : sans-serif;
    font-size           : 68.5%; 
    margin              : 0;
    padding             : 0;
    height              : 100%; 
    background          : #ffd;
}

#maintable 
{
	position            : relative;
	width               : 790px;
	margin              : 0 auto;
	border-spacing      : 0;
	height              : 100%;
}

#top
{
    height              : 200px;
    width               : 994px;
    margin              : 10px 0 0 0;
    background          : url("../images/top2.jpg") no-repeat transparent;
    border-top          : 3px solid #a6c9e2;
    border-right        : 3px solid #a6c9e2;
    border-left         : 3px solid #a6c9e2;
}

#bodycontainer
{
    width               : 1000px;
    background          : transparent;
}

p
{
    text-align          : left;
    line-height         : 19px;
    font-size           : 110%;
}

ul, ul ul
{
    font-size: 110%;

}

li, li li
{
    font-size: 100%;
}



/*foto gallerij*/ 
#gallery, #gallerij2, #gallerij3 
{
    padding             : 20px 0 0 0;
    margin              : 0 0 0 -21px;
    background          : transparent;
    width               : 995px;
    height              : 210px;
    text-align          : center;
    overflow: auto;
}

#gallery ul, #gallery2 ul, #gallery3 ul 
{ 
    list-style: none;
}

#gallery ul li, #gallery2 ul li, #gallery3 ul li 
{ 
    display: inline;
}

#gallery ul img, #gallery2 ul img, #gallery3 ul img
{
	border: 2px solid transparent;
}

#gallery ul a:hover img, #gallery2 ul a:hover img, #gallery3 ul a:hover img 
{
	border: 2px solid #e17009;
}

#gallery ul a:hover, #gallery2 ul a:hover, #gallery3 ul a:hover
{ 
    color: #fff; 
}
/* end lightbox */

/*FOOTER*/
#footer
{
    width: 1000px;
    background: transparent;
    color: orange;
    text-align: right;
    padding: 0;
    margin: -20px 0 0 0;
}

#footer a
{
    color: orange;
    text-decoration: none;
}

#footer a:hover
{
    color: navy;
    text-decoration: none;
}
