body {
    background: url(images/body.jpg);
    background-color: #456DAB;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    color: #7F7F7f;
    margin: 0;
}
#wrapper {
    width: 954px;
    margin-left: auto;
    margin-right: auto; 
    position: relative;
    margin-bottom: 20px;
}
#header {
    height: 203px;
    overflow: hidden;
}
#header .logo {
   background: url("images/logo.png") no-repeat 0 0;
   position: absolute;
   width: 237px;
   height: 203px;
   top: 0;
   left: 0;
}
#left {
    float: left;
    width: 201px;
    text-align: left;
}
#menu {
    list-style-type: none;
    background-color: white;
    width: 175px;
    padding: 5px 26px 5px 0;
    margin: 0 0 24px 0;
}
#menu li {
    margin: 1px 0 0 0;    
    border-bottom: solid 1px white;
    border-top: solid 1px white;
}
#menu li a {
    color: #345084;
    display: block;
    padding: 4px 0px 4px 40px;
    text-decoration: none;
}
#menu li.sub a {
    padding: 4px 0px 4px 65px;
}
#menu li a:hover {
    color: #345084;
}
#menu li:hover, #menu li.active {
	border-color: #345084;
}
#menu li.active {
    background: url("images/anker.png") no-repeat 11px 0;
}
#reserveren {
    padding: 14px 5px 5px 22px;
    font-size: 12px;
    color: #345084;
    background-color: white;
}
#reserveren h2 {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
}
#reserveren a {
    color: #345084;
    text-decoration: none;
}
#reserveren a:hover{
    text-decoration: underline;
}
#right {
    float: right;
    width: 717px;
    text-align: left;
}
#content {
    background-color: white;
    margin-bottom: 22px;
    padding: 18px 35px;
}
#content p {
	line-height: 20px;
    margin: 12px 0 18px 0;
}
#content h1 {
    font-size: 18px;
    font-weight: normal;
    color: #2C4075;
    padding: 0;
    margin: 0;
}
#content img {
    border: solid 1px #B7B7B7;
    margin-bottom: 20px;
}
#footer {
    padding: 1px;
    color: #9B9B9B;
    font-size: 12px;
    text-align: center;
    background-color: #111;
}
#footer .small {
    font-size: 10px;
}
#footer p {
    margin: 11px 0;
    line-height: 18px;
}
#footer a {
    color: #9B9B9B;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}
h1 {
    font-size: 18px;
    color: #2C4075;
    padding: 0;
    margin: 3px 0;
}
h2 {
    font-weight: bold;
    font-size: 16px;
    color: #2C4075;
    padding: 0;
    margin: 3px 0;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    color: #2C4075;
    padding: 0;
    margin: 3px 0;
}
h4 {
    font-weight: bold;
    font-size: 12px;
    color: #2C4075;
    padding: 0;
    margin: 3px 0;
}
a {
    color: #7F7F7f;
}
a:hover {
    color: #AAA;
}
.clear, .clearboth {
    clear: both;
}

/* FOTOALBUM */
.terugknop {
	font-size: 12px;
}
.aantalpaginas {
	font-size: 13px;
	margin-bottom: 15px;
}
.aantalpaginas a {
	color: #2C4075;
	text-decoration: none;
}
.aantalpaginas a:hover {
	color: #666;
}
.album_regel {
	float: left;
	width: 155px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.album_regel a {
	color: black;
	text-decoration: none;
	border-color: black;
}
.album_regel a:hover {
	color: #666;
}
.thumbs_wrapper {
    text-align: left;
    margin-bottom: 10px;
}
.thumbs_wrapper a {
    margin-right: 10px;
}
.thumbs_wrapper img {
    border: solid 1px #CCC;
}
