body  {
    font: 100% Times New Roman, Verdana, Arial, Helvetica, sans-serif;
    background-image: url('../images/bg.gif');
    background-repeat: repeat;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
.twoColFixLtHdr #container { 
    width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: transparent;
    margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
    background-image: url('../images/header.gif');
    background-position: 72px top;
    background-repeat: no-repeat;
    height: 104px;
    width: 765px;
    float: left;
    position: relative;
    z-index: 90;
}
.twoColFixLtHdr #sub-container { 
    border: 8px solid #040301;
    float: left;
    margin-top: -17px;
    background: #FFFFFF;
    z-index: 1;
    padding-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0;
}
.twoColFixLtHdr #mainContent { 
    float: left;
    padding-left: 35px;
    padding-right: 50px;
    padding-bottom: 20px;
    background: white;
    margin: 0;
    width: 475px;
    padding-top: 35px;
    z-index: 1;
} 
.twoColFixLtHdr #mainContent H1
{
    font-size: 24px;
    color: #1e5a02;
    background-image: url('../images/rider.gif');
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 33px;
    display: inline;
    font-weight: normal;
}
.twoColFixLtHdr #mainContent P
{
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 24px;
}
.twoColFixLtHdr #mainContent A
{
    color: #246a02;
    text-decoration: underline;
    font-style: italic;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu
{
    padding-left: 10px;
    padding-top: 72px;
    padding-bottom: 80px;
}
#menu UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu LI
{
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 1px;
}
#menu LI A:hover, #menu LI A.active 
{
    background-image: url('../images/horseshoe.gif');
    background-position: left 2px;
    background-repeat: no-repeat;
}
#menu LI A
{
    height: 22px;
    width: 148px;
    display: block;
    text-decoration: none;
    padding: 0;
    padding-left: 20px;
}
#menu LI A DIV
{
    width: 135px;
    height: 20px;
    border: 1px solid #c9d6c5;
    font-style: italic;
    display: block;
    cursor: pointer;
    padding-left: 10px;
    color: #17400e;
}
#menu LI A.active DIV, #menu LI A.active:hover DIV
{
    color: #FFFFFF;
    background-image: url('../images/green-arrow.gif');
    background-position: left top;
    background-repeat: no-repeat;
    border: 0;
    height: 22px;
    width: 147px;
}
#menu LI A:hover DIV
{
    background: #ECFEE2;
}

table.photoTable td
{
    text-align:center;
}

table.albumTable td
{
    text-align:center;
}

table.albumTable img
{
    border-color: #246A02;
}

table.photoTable img
{
    border-color: #246A02;
}

form#gaestenboek b
{
    display:block;
    float:left;
    line-height:1.7;
    position:relative;
    width: 8em;
}

form#gaestenboek input
{
    width: 225px;
}
form#gaestenboek textarea
{
    width: 225px;
    height: 100px;
}
form#gaestenboek input.submit
{
    width: 100px;
    text-align: center;
    background:#666666 none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:96%;
    font-weight:bold;
    padding:1px 3px;
}
form#gaestenboek div.f-submit-wrap
{
    width: 100%;
    text-align: center;
    
}

form#gaestenboek div.error p
{
    margin-top: 0px;
    margin-bottom: 0px;
    color:#E17000;
}
