
body		
		{
		background-color: #ECEEE1;/* van Yoka */
		margin-top: 0px;
		}

.wrap 
		{
			width: 970px; 
			height: 590px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;/* zonder kleurenrand 20*/
			margin-bottom: 10px;
			border: 0px solid red;
			background-image: url("afbeeldingen/natuur_74.jpg");
			/*background-repeat: repeat-x; dan wordt het alleen horizontaal herhaald.*/
		}
.headinglinksboven	
		{
		height: 91px;
		width: 175px;
		background-color: #ADB7A1;/*173,183,161*/
		position: relative;
		top: 0px;
		left: 0px;
		font-family: Arial;

		color: ivory;
		font-size: 16px;
		
		padding-left: 15px;
		padding-top: 1px;
		overflow: hidden;/*dit voor  opera en safari*/
		}
.fotoblok	
		{
		background-color:  #ADB7A1;/*173,183,161*/

		height: 80px;
		width: 150px;
		
		position: relative;
		top: 0px;
		left: 0px;

		font-family: Arial;
		padding: 20px;
		overflow: hidden;/*dit voor  opera en safari*/
		}
.menu 
		{
		background-color: #CAD7C0;/*202,215,192 */

		height: 378px;/*met padding top 0 gebeuren er gekke dingen */
		width: 150px;
		
		position: relative;
		top: 0px;
		left: 0px;

		font-family: Arial;
		padding-top: 1px;
		padding-left: 20px;
		padding-right: 20px;
		}

/*internelinksmenu */
		li
		{
		list-style: none;
		margin: 25px 0 0 0;
		} 

		a.speciaal:link, a.speciaal:visited
		{ 
		   text-decoration: none;
		   color: #538584;/* */
		   font-weight: bold;
		} 
		a.speciaal:hover, a.speciaal:active
		{ 
			color: ivory;
			font-weight: bold;
		} 
		ul
		{
		margin: 0px 0px 0px 15px;
		padding: 0px;
		list-style: none;
		} 
/*interne links als topmenu de content van de homepage*/		
		a.speciaalh:link, a.speciaalh:visited
		{ 
		   text-decoration: none;
		   color: #777C71;
		   font-weight: bold;
		} 
		a.speciaalh:hover, a.speciaalh:active
		{ 
			color: #CAD7C0;/*dit is de kleur van de onderrand van het logo 50,125,50 #327D32; */
			font-weight: bold;
		} 
/*interne links in de content  */		
		a.speciaalc:link, a.speciaalc:visited
		{ 
		   text-decoration: none;
		   color: #538584;
		   font-weight: bold;
		} 
		a.speciaalc:hover, a.speciaalc:active
		{ 
			color: #40C3B4;/*40C3B4 alleen in gebruik bij speurlinks, #327D3A = groene kleur van de rand van het logo*/
			font-weight: bold;
		} 		
/*mail en externe links */
		a.speciaall:link, a.speciaall:visited
		{ 
		   text-decoration: none;
		   color: #5C8981; /* */
		} 
		a.speciaall:hover, a.speciaall:active
		{ 
			font-style: oblique;
			color: #538584;
			font-weight: bold;
		} 
/*websiteontwerp */
		a.speciaalw:link, a.speciaalw:visited
		{ 
		   text-decoration: none;
		   color: #ADB7A1; /* */
		} 
		a.speciaalw:hover, a.speciaalw:active
		{ 
			color: #538584;
		} 
/*speurlinks */

		a.speur:link, a.speur:visited
		{ 
		   text-decoration: none;
		   color: #538584;
		   line-height: 190%;
		   font-size: 83%;
		} 
		a.speur:hover, a.speur:active
		{ 
			text-decoration: none;
			line-height: 190%;
			color: #40C3B4;
		    font-size: 83%;
		} 
/*aktieve speurlinks */

		a.speura:link, a.speura:visited
		{ 
		   text-decoration: none;
		   color: #A6B069;
		   line-height: 165%;
		   font-size: 83%;
		} 
		a.speura:hover, a.speura:active
		{ 
			text-decoration: none;
			line-height: 165%;
			color: #40C3B4;
		    font-size: 83%;
		} 		
.content	
		{		
		height: 590px;
		width: 640px;
		background-color:#F8FBE7;/* 248,251,231*/
		position: relative;
		
		top: -591px;
		left: 190px;
		font-size: 16px;
		
		text-align: left;
		font-family: Arial;
		color: #777C71;/* 119,124,113*/
		padding-top: 1px;
		padding-left: 20px;
		padding-right: 20px;
}
blockquote   
		{ 
			border: thin dashed #ADB7A1;
			height: 355px;
			width: 620px;
			margin-left: 0px;
			overflow: auto;
}
blockquoteb:before, blockquoteb:after 
		{
			color: #85B8E3;
			display: block;
			font-size: 5em;
			width: 50px;
}		
.prijzen{
		font-size: 13px;
		text-align: left;
		font-family: Arial;
		line-height: 130%;
		color: #777C71;/* 119,124,113*/
		}
.copyright	
		{		
		height:12px;
		width: 970px;
		background-color: #ECEEE1;
		position: relative;
		
		top: -591px;
		left: 0px;
		
		font-size: 12px;
		font-family: Arial;
		color: #ADB7A1;/*173,183,161*/
}	
.logo { height:40px;
		width: 190px;
		position: absolute;
		top: 7px;
		left: 465px;
		background: url("afbeeldingen/Logo190CMYK.gif") no-repeat;
		/*border-color: #ADB7A1; dan wel ook een borderbreedte geven*/
}
.logo250 { height:53px;
		width: 250px;
		position: absolute;
		top: 30px;
		left: 400px;
		/*border-color: #ADB7A1; dan wel ook een borderbreedte geven*/
}	