body{
background-color:#c0c0c0;
}
#layout{
width:1116px;
margin-left:-558px;
left:50%;
height:758px;
position:absolute;
}
#header{
padding-right:10px;
padding-top:10px;
height:36px;
width:1106px;
background:url(images/header.png) no-repeat;
float:left;
text-align:right;
color:#000000;
} 
#foto{
height:222px;
width:933px;
background:url(images/foto.png);
float:left;
}
#reserveren{
height:222px;
width:183px;
background-image:url(images/foto1_02.png);
float:left;
cursor:pointer;
}
#content{
height:379px;
width:1046px;
background:url(images/tekst1.png);
float:left;
text-align:left;
padding-top:10px;
padding-right:35px;
padding-left:35px;
color:#000000;
}
#content1{
height:490px;
width:1046px;
background:url(images/tekst.png);
float:left;
text-align:center;
padding-top:10px;
padding-right:35px;
padding-left:35px;
color:#000000;
}
#footer{
height:35px;
width:100%;
background:url(images/footer.png);
float:left;
text-align:center;
color:#000000;
padding-top:10px;
}
#logo{
height:202px;
width:400px;
background: url(images/Logo.png) no-repeat;
float:left;
margin-left:10px;
margin-top:10px;
}

a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: blink;
	color: #999999;
}
a:active {
	text-decoration: none;
	color:#000000;
}
img{
border:0px;
}

ul#menu { width: 100%;
 float:left;
 height: 43px; 
 background: url("images/menu.png") top left repeat-x;
 font-family: "Lucida Grande";
 font-weight: bold;
 list-style-type: none;
 margin:0px;
 margin-top:-5px;
 padding: 0; 
 }
ul#menu li { 
 display: block;
 float: left;
 margin: 0 0 0 15px;
 }
ul#menu li a {
 height: 43px; 
 color: #777777;
 text-decoration: none;
 display: block;
 float: left;
 line-height: 200%;
 padding: 8px 15px 0;
 }
ul#menu li a:hover {
 color: #333;
 }
ul#menu li a.pagina{
 color: #000000;
 background: url("images/pagina.png") top left repeat-x;
 padding: 5px 15px 0; 
 }

