body {
  background-image: url(assets/Afbeeldingen/background.gif);
  background-repeat: repeat;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#totaal {
  position: absolute;
  height: 605px;
  width: 800px;
  margin-left: -402px;
  top: -305px;
  left: 50%;
  background-color: #fff;
  border: 3px solid #a52900;
  visibility: visible;
}
#top{
	position: absolute;
	height: 80px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #a52900;
}
#bottom{
	position: absolute;
	height: 80px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: #a52900;
}
#header {
	position: absolute;
	height: 133px;
	width: 800px;
	background-image: url(assets/Afbeeldingen/header.gif);
	left: 0px;
	top: 0px;
}
#logo{
	position: absolute;
	height: 179px;
	width: 179px;
	top: -25px;
	left: -27px;
	background-image: url(assets/Afbeeldingen/logo.png);
}
#menu {
	position: absolute;
	height: 30px;
	width: 800px;
        color: #000;
	top: 133px;
	right: 0px;
	border: 0px solid #fff;
        display:block;
        background:url(assets/Afbeeldingen/backmenu.jpg) repeat-x;
}
#content {
	position: absolute;
	height: 385px;
	width: 610px;
	top: 168px;
	left: 8px;
	border: 0px solid #000;
        overflow: auto;
}
#content p{
	margin-right: 10px;
}
#rechts{
	position: absolute;
	height: 405px;
	width: 165px;
padding-left: 5px;
padding-right: 5px;
	top: 158px;
	right: 0px;
	background-color: #e0dfdf;
overflow: auto;
}
#footer{
	position: absolute;
	height:45px;
	width: 800px;
	top: 562px;
	left: 0px;
	background-image: url(assets/Afbeeldingen/footer.gif);
}
#ledenlogin{
        position: absolute;
        top: 15px;
        right: 0px;
        height: 20px;
        width: 100px;
}
#ledenlogin a{
        color: #a52900;
        text-decoration: none;
	font-family: "Trebuchet MS", verdana, sans-serif;	
        font-size: 14px;
}
#ledenlogin a:hover{
        color: #fff;
        background:#a52900;
}
