/* *********************************positionering div's************************************/
body{	
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
	overflow-x:hidden;
	overflow-y:visible;
	background:#ffffff;
background:url(../images/ontwerp/bg.jpg);
background-repeat:no-repeat;
background-position: top center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #191919;	
}
#container{
	width:1000px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
#website {
	margin-top: 0px;
	float:left;
	width: 1000px;
	border:0px solid #000000;
	padding-bottom:80px; 	 	
}


#logo {
width: 319px; 
height:65px;
padding: 20px 0 0 75px ;
float:left;
border:0px solid #1A171B;
}


#menu{
float:left;
width: 867px;
height: 33px;
padding: 30px 0 0 75px ;
border-bottom:0px solid #1A171B;
}
#contenthome {
float:left;
margin-top:0px;
text-align: justify;
width: 400px;
height:210px; 
padding: 40px 0 0 75px ;
border:0px solid red;
}

#content {
float:left;
margin-top:0px;
text-align: justify;
width: 400px;
height:auto; 
padding: 40px 0 0 75px ;
border:0px solid red;
}

#gbbericht{
float:left;
margin-top:0px;
width: 398px;
height:auto; 
padding: 40px 0 0 25px ;
border:0px solid red;
background:url(../images/ontwerp/bggastenboek.png);
background-repeat:no-repeat;
background-position: top left;
}
#advertentie {
float:left;
margin-left:40px ;
width: 397px;
padding: 0px 0 10px 0px ;
border:0px solid red;
}
#fotohomebg {
float:left;
margin-top:0px;
width: 440px;
height:354px; 
padding: 40px 0 0 25px ;
border:0px solid red;
background:url(../images/ontwerp/bgfotohome.png);
background-repeat:no-repeat;
background-position: center;
}


#fotohome {
float:left; 
padding: 10px 0 0 22px ;
}

/* *********************************agenda************************************/
#agendahome {
float:left; 
width: 397px;
background:url(../images/ontwerp/agenda.png);
background-repeat:no-repeat;
background-position: top right;
padding: 0px 0 0 75px ;
border:0px solid red;
}

#agenda {
float:left;  
padding: 5px 0 0 0px;
}
#agendadatum {
float:left; 
background:url(../images/ontwerp/datum.png);
height: 93px;
width: 81px; 
background-repeat:no-repeat;
background-position: top left;
}
#datum {
float:left; 
height: 93px;
width: 75px; 
padding-top: 25px;
text-align:center;
}
#agendatekst {
float:left; 
height: 93px;
width: 308px;
padding: 10px 0 0 5px;
border:0px solid red;
}

/* *********************************einde nieuwshome************************************/
#nieuwshome {
float:left;
margin-left:40px ;
width: 397px;
background:url(../images/ontwerp/nieuws.png);
background-repeat:no-repeat;
background-position: top left;
padding: 10px 0 0 0px ;
border:0px solid red;
}
#nieuws {
float:left;  
padding: 5px 0 0 0px;
}

#nieuwstekst {
float:left; 
width: 397px;
padding: 0px 0 0 0px;
border:0px solid red;
}
/* *********************************einde nieuwshome************************************/
#contact{
float:left;
width: 250px;
height: 250px;
padding: 280px 0 0 5px ;
border:0px solid #1A171B;
}

#onder{
position:fixed;
bottom: 0px;
background:url(../images/ontwerp/gras.png);
background-repeat:repeat-x;
background-position: left;
margin-left: -400px;
width: 2000px;
height: 87px;
border:0px solid #1A171B;
}
#fotobg{
float:left;
width: 129px;
height:  138px;
padding: 0px ;
border-bottom:0px solid #1A171B;
background:url(../images/ontwerp/bgfoto.jpg);
background-repeat:repeat-y;
background-position: right;
}
#foto{
float:left;
width: 113px;
height:  85px;
padding: 20px 0 0 8px ;
border-bottom:0px solid #1A171B;
}


/******************************* FOOTER WEBSITE*****************************************************/
#footerwebsite{
width: 1000px; 
height:45px;
float:left;
margin-left:0px;
margin-top:-10px;
padding-left:0px;
color: #000;}


.footer_leftwebsite {
	float: left;
	text-align: left;
	padding: 20px 0px 0px 0px;
}



.footer_rightwebsite {
	float: right;
	text-align: right;
	padding: 20px 0px 0px 0px;
}

/* **************************************opmaak teksten************************************/

h1{   
font-size: 16px; 
color: #E4271F;
}
h2{   
font-size: 14px; 
color: #E4146C;
text-align:left;
}
a { 
color: #000;
text-decoration:none;
}
a:hover{ 
color: #000;
text-decoration:none;
}
a.link { 
color: #000;
text-decoration:none;
}
a.link:hover{ 
color: #E4271F;
text-decoration:underline;
}
a.linktekst { 
color: #000000;
text-decoration:none;
}
a.linktekst:hover{ 
color: #D37540;
text-decoration:none;
}

td.tekstnieuws{
color: #98271B;	
}


.fotos{
	float:left;
	padding:2px;
	border:1px solid #E9E9E9;
}
hr {
color:  #E9E9E9;
height:1px;	
} 

.fotos{
	float:left;
	padding:5px;
	border:1px solid #E9E9E9;
	margin:10px;
}



/************************************ css bij javascript ShowHideDIV.js *********************************************/
.mouse2
{
visibility:hidden;
background-color: #000000;
color: white;
font-size:10px;
border:1px solid white;
z-index:10;
}




.scrollen {
		overflow:auto;
		height: 115%;
		width: 103%;	
}

