body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    color: #640062;
}
table
{
    margin-bottom: 25px;
}
td
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    color: #640062;
    padding-right: 20px;
}
th
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #640062;
    text-align: left;
    padding-bottom: 15px;
}
a
{
    text-decoration: none;
    color: #640062;
}
a.link
{
    text-decoration: underline;
}
a.link:hover
{
    text-decoration: none;
}
input, textarea
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 14px;
    color: #640062;
    width: 150px;
}
input.text
{
    border: solid 1px #B5C854;
}
textarea
{
    border: solid 1px #B5C854;
    width: 200px;
}

.header
{
    position: absolute;
    left: 120px;
    top: 0px;
    border-right: solid 2px #B5C854;
    z-index: 80;
}
.strik
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 90;
}
.content_container
{
    position: absolute;
    left: 200px;
    top: 136px;
    background-color: #F6DDEB;
    width: 604px;
    height: 100%;
    border-left: solid 2px #B5C854;
    border-top: solid 2px #B5C854;
    border-right: solid 2px #B5C854;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu_container
{
    position: absolute;
    left: 0px;
    top: 136px;
    background-color: #EDBCD8;
    width: 200px;
    height: 100%;
}
.menu_top_padding
{
    height: 94px;
    border-bottom: solid 1px #D4DF9C;
}
.menu_bottom
{
    border-top: solid 1px #B57923;
}
.menu_item, .menu_item_hilite
{
    height: 21px;
    width: 100%;
    border-top: solid 1px #B57923;
    border-bottom: solid 1px #D4DF9C;
    padding-left: 40px;
    font-weight: bold;
    vertical-align: middle;
}
.menu_item_hilite
{
    background-color: #D5A9C2;
    background-image: url("../image/menu_hilite.png");
    cursor: hand;
}
.cell_breedte_links
{
    width: 200px;
}
.cell_breedte_rechts
{
    width: 250px;
}
.cell_breedte
{
    width: 470px;
}
.scrollable
{
    height: 500px;
    max-height: 500px;
    width: 100%;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical
}
#large_image
{
    background-color: #FFFFFF;
    position: absolute;
    top: 80px;
    left: 140px;
    border: solid 1px #C0C0C0;
    padding: 10px;
    z-index: 20;
}
.clickable_span
{
    cursor: hand;
	  text-decoration : underline;
}
.activepage_span
{
    font-weight: bold;
}

/****************************************************************
 * Gastenboek style.                                           *
 ****************************************************************/

td.upper {
	background-color : #640062;
	font-size: 13px;
	color: #F6DDEB;
}

.smaller {
	font-size: 10px;
}

a.guestbook {
	color : #0084BE;
	text-decoration : underline;
}

a.guestbook:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

div.centered {
	text-align: center;
}

div.centered table.entries {
   font-size: 11px;
   border: solid 1px #B5C854;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

input.checkbox 
{
    border-width: 0px;
}

table.gbookMenu {
	border-top: solid 1px #B5C854;
}
