﻿body{

	background-color: green;
	font-family: Helvetica;
	width: 100%;
	margin: 0px;
	height: 100%;
}

h1{
	background-color: #AAFF00;
	text-align:center;
	text-decoration:none;
}

h4{

	background: #CCCCCC;
	text-align:center;
	text-decoration:none;
}


p{
	background-color: #CCCCCC;
}

div.cont{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
}


div.header{
	Width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: green;
		
}

div.navigatie{ /*Dit is het menu links*/
	margin-left: auto;
	margin-right: auto;
	width: 137px;
	float: left;
	height: 100%;
	text-decoration: none;	
	

}

div.inhoud{ /*Dit is de beschrijving van de index*/
	width: 650px;
	height: 100%;
	text-align:center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	background-color:#FFAA00;
}

div.tekst{ /*tekst bij wie zijn we*/
	width: 650px;
	height: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	background-color:#FFAA00;

}


div.afbeeldingen{ /* kleine afbeeldingen bij bloemstukken*/
	width: 630px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	float: right;

}

div.contact{
	width: 650px;
	height: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	background-color:#FFAA00;
}

div.bestellen{
	width: 650px;
	height: 100%;
	padding: 10px;
	margin-left: 10px;
	margin-right: auto;
	float: right;
	background-color:#FFAA00;
}

div.footer{
	width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: green;
	float: right;
}


div.Hovenierken{ /*afbeeldingen bloemstukken*/
	width: 640px;
	height: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto; 
	text-align:center;
	float: right;
}


img.titel{ /*Dit verwijst naar de hoofding van elke pagina*/
	width:850px;
}


table{
	background: #FFAA00;
	padding: 10px;

}

tr{
	background: #D4D4D4;	
	text-decoration: none;
}

td{
	background: #B37700;	
	text-decoration: none;
		
}

a.r1{	/* de kleur van de link*/

	color: orange;
	text-decoration: none;
	
}

a.r1:visited{ /* verandert in deze kleur om te tonen dat je er bent opgeweest*/

	color:black;
	text-decoration: none;
}

a.r1:hover{ /*de kleur van de link verandert van kleur wanneer je erop staat*/

	color:orange; 
	text-decoration: none;
}


a.r1:active{
	
	color:black;
	text-decoration: none;
}

a.r2{	/* de kleur van de link*/

	color: blue;
	text-decoration: none;
	
}

a.r2:visited{ /* verandert in deze kleur om te tonen dat je er bent opgeweest*/

	color:black;
	text-decoration: none;
}

a.r2:hover{ /*de kleur van de link verandert van kleur wanneer je erop staat*/

	color:blue; /*als je background wegdoet veranderen alleen de letters van kleur*/
	text-decoration: none;
}


a.r2:active{
	
	color:black;
	text-decoration: none;
}
