/* CSS Document */

body, html {
	background-color: #928439;
	margin:0px;
	padding:0px;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 2px solid #B71D10;
	background-image: url(../layout/background.jpg); 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;

}
html {overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: hidden;
}


#container {
width: 933px; 
margin: 0 auto;
text-align: left;
background-image: url(../layout/container.jpg); 
background-repeat:repeat-y;
background-position: top;
margin-bottom: 30px;
}


#top{
width: 933px;
height: auto;
min-height: 530px;
background-image: url(../layout/top.jpg); 
background-repeat:no-repeat;
text-align: left;
margin: 0 auto;

}

#inhoud{
float: left;
width: 550px; 
margin: 0 auto;
text-align: left;
padding-top:40px;
padding-left: 127px;
margin-bottom: 80px;
}

#inhoud_vertaling{
float: left;
width: 550px; 
margin: 0 auto;
text-align: left;
padding-top:40px;
padding-left: 77px;
margin-bottom: 80px;
}
#navigatie
{
margin-top: 320px;
padding-left: 47px;
float: left;
}

#titel
{
margin-top: 220px;
padding-left: 97px;
width: 250px;
height: 20px;
float: left;
}

#titel_vertaling
{
margin-top: 220px;
padding-left: 47px;
width: 250px;
height: 20px;
float: left;
}

#contact
{
float: right;
padding-top: 90px;
margin-right:20px;
width: 180px;
height: 20px;
text-align: right;
}

#footer{
height: 28px;
width: 933px;
background-image: url(../layout/footer.jpg); 
background-repeat: no-repeat;

clear: both;
}


