html a {
	color: #ffffff;
	text-decoration : none;

}
html a:hover {
	color: #473535;
	
}
body {
	background-image : url('./img/achtergrond.jpg');
	background-repeat : yes;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-face-color: #473535;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;

}

.container {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

.1 {
	background-image: url('./banners/1.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
}
.2 {
	background-image: url('./banners/2.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
}
.3 {
	background-image: url('./banners/3.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
}
.4 {
	background-image: url('./banners/4.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
}
.5 {
	background-image: url('./banners/5.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height: 285px;
}
.contact{
	background-image : url('./img/contact.jpg');
	height	: 25px;
	width	: 600px;
	background-repeat	: no-repeat;
	
}
.locatie{
	background-image : url('./img/locatie.jpg');
	height	: 25px;
	width	: 600px;
	background-repeat	: no-repeat;
	
}
.agenda{
	background-image : url('./img/agenda.jpg');
	height	: 25px;
	width	: 600px;
	background-repeat	: no-repeat;
	
}
.fotos{
	background-image : url('./img/fotos.jpg');
	height	: 25px;
	width	: 600px;
	background-repeat	: no-repeat;
	
}

.content {
	background-image: url('./img/content.jpg'); 
	background-repeat: repeat-y;
	width: 800px; 
	height: 500px;
}

.content_top_FF {
	background-image: url('./img/content_top.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height	: 457px;
	z-index: 0;
	position: absolute;
	top: 293px;
}

.content_top_IE {
	background-image: url('./img/content_top.jpg'); 
	background-repeat: no-repeat;
	width: 800px;
	height	: 457px;
	z-index: 0;
	position: absolute;
	top: 285px;
}

.content_div {
	position: relative;
	left: 40px;
	top: -10px;
	width: 715px;
	font-family	: verdana;
 	font-size	: 8pt;
 	color : #FFFFFF;
 	text-align	: left
}

.content_div2 {
	position: relative;
	left: -15px;
	top: -3px;
	width: 715px;
	font-family	: verdana;
 	font-size	: 8pt;
 	color : #FFFFFF;
 	text-align	: left
}

.footer {
	background-image: url('./img/index_03.jpg'); 
	background-repeat: no-repeat;
	margin	: 0;
	padding : 0;
	width: 800px;
	height: 74px;
}

.text	{
 	font-family	: verdana;
 	font-size	: 8pt;
 	color : #FFFFFF;
 	margin-top : 5px;
	width	: 700px;
	text-align	: left;
	margin	: auto;
	margin-left	: 2%;
	text-indent: mm px;
}

.agenda	{
	margin-top : 5px;
	width	: 600px;
	margin-bottom : 10px;
	height	: 30px;
	position	: relative;
	text-indent: mm px;
	float	: left;
}

.agendaplaatje	{
	height 	: 100px;
	width 	: 100px;
	float	: left;
	
}

.agenda1	{
 	height : 0px;
	font-weight : bold;
}

.agenda2	{
 	height	: 0px;
}

.layoutlocatie	{
	font-style : verdana;
	font-size  : 8pt;
	color	: #ffffff;

.inhoud	{
	height	: 100%;
	width	: 100%;
}
a{
	color: #000000;
}
td a {
    color: #000000;
}

a:link { 
    color: #000000; 
    text-decoration: underline; 
} 
a:visited { 
    color: #FF0000; 
    text-decoration: underline; 
} 
a:hover { 
    color: #000000;  
    text-decoration: underline;  
} 
a:active { 
    color: #000000;  
    text-decoration: underline; 


