/* CSS Document */

body, html {
	background-color: #874700; 
	margin:0 10 0 0px;
	margin-bottom:10px;
height: 100%;

}


#container {
width: 793px; 
margin: 0 auto;
text-align: left;
position: relative;
background-color: #FFF7EA;
background-image: url(../afbeeldingen/layout/left.jpg); 
background-repeat: repeat-y;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%;  /*voor IE */
margin-bottom: 10px;
}


#header{

	height:227px;
	width:793px;
	background-image: url(../afbeeldingen/layout/top2.jpg); 
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	z-index: 10;

}

#titel{
	width: 470px;
	height: 20px;
	margin-left:205px;
	margin-top:-30px;
}

#tekstgrootte{
	width: 100px;
	height: 30px;
	margin-top:-40px;
	padding-left: 40px;
	float: left;
}


#wrapper{
	width: 777px;
	margin-left: 13px;
	clear: both;
	margin-top:20px;
	padding-bottom: 0px;
	position: relative;
margin-bottom: 10px;

}

#inhoud{
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
float: left;
width: 500px;
padding-right: 45px;
margin-left: 20px;
padding-top: 10px;
position: relative;

}


#bg-logo {
margin-bottom: 10px;
width: 793px; 
text-align: left;
position: absolute;
background-image: url(../layout/bg-logo.jpg); 
background-repeat: no-repeat;
background-position: 100% 100%;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%;  /*voor IE */
}


#menu{
	width: 165px;
	float: left;
	padding-left: 8px;
padding-top: 10px;
}

	
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	height: 10px;
	clear: both;
	width: 100%;
}

#tekst{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom:0px solid #874700; 
width: 500px;
clear: both;
}
