@charset "utf-8";
/* CSS Document */
body {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(Site_img/bg_pattern.jpg);
	background-color: #E3D4B3;
	background-position: center top;
	background-attachment:fixed;
	
	
}
div.content
  {
  position: absolute;
  width:100%;
  height: 100%;
  overflow: auto;
  }
html{
	position: absolute;
	height: 100%;
	width: 100%;
	overflow:hidden;
	background-image: url(Site_img/bg_pattern.jpg);
	background-color: #E3D4B3;
	background-position: center top;
	background-attachment:fixed;
	
}
.Top_menu{
	background-image: url(Site_img/Top_menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position:fixed;
	height: 165px;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: visible;
	
}
.men{
	position:fixed;
	height: 200px;
	width:200px;
	background-image: url(Site_img/men.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	right: 0px;
	bottom:0px;
	
}
.smudge{
	position:fixed;
	height: 507px;
	width:90%;
	background-image: url(Site_img/smudge.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	top: 0px;
	left:0px;
	
}
.sitebox_content{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
	z-index:0;
}
.content_loader{
	position: relative;
	z-index:0;
}
.gbpage{
	
	background-image: url(Site_img/gastenboek/gb_bg.gif);
	background-position: center -21px;
	
	position: relative;
}
.gbbottom{
	background-image: url(Site_img/gastenboek/gb_floor.gif);
	background-position: center;
	position: relative;
}

.gbheader{
	
	position:fixed;
	top: 165px;
	left:0px;
	width:100%;
	height:53px;
	
}
.menulines{
	width:722px;
	height:135px;
	background-position: 0px 0px;
	position: absolute;
	background-image: url(Site_img/menulines.png);
	right:20px;
	top: 17px;
}
.leftlogo{
	position: absolute;
	height: 121px;
	width: 88px;
	left:-5px;
	top: 60px;
	background-image: url(Site_img/leftlogo.png);
	background-repeat: no-repeat;
}	
.rightlogo{
	position: absolute;
	height: 121px;
	width: 94px;
	right:-4px;
	top: 60px;
	background-image: url(Site_img/rightlogo.png);
	background-repeat: no-repeat;
}
.lastupdate{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #0B151E;
	position: absolute;
	height: 25px;
	width: 150px;
	top: 125px;
	font-style: italic;
	line-height: 12px;
	text-transform: capitalize;
	font-variant: normal;
	left: 75px;
}
.cursor_pointer{
	cursor:pointer;
}
.cursor_default{
	cursor:default;
}
.gb_button{
	background-image: url(Site_img/clubform/verzenden.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 24px;
	width: 86px;
	right: 20px;
	bottom: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

