/*foto algemeen volledige breedte: 820px */
/*foto algemeen volledige breedte naast menu: 620px */
/*foto gewassen tabel: 300px breed */
/*foto recept: 350px breed */

#searchsubmit {	float: right;
				margin-right: 10px;}
				
#searchform { 	float: right;
				margin-top: 10px;}


h1 { 
	font-family: Calibri;
    color: black;
    text-align: center;
	font-size: 1.9em; 	
}

h2 {
    color: black;
    font-weight: normal;
    line-height: 1.9em;
	margin: 0px;
	font-size: 1.5em;
}

h3 {
	color: black;
	font-weight: strong;
    font-size: 1em;
    line-height: 1.4em; 
	margin: 0px;
}

h4 {
    line-height: 1.4em; 
	font-weight: normal;
}

h5  {font-weight: strong;}
a{
	text-decoration: none;
}

body{
    font-family: calibri; 
    font-size: ´100%;
    font-weight: normal;
    line-height: 1.4em; 
    width: 100%; 
    margin: 10px; 
    background: #c0db86; /* kleur helemaal achter pagina */
	border-radius:30px 30px 30px 30px;
}

#page{ 
	position: relative;
	margin: 20px auto;
	width: 1000px;
	background: white;
	margin-bottom: 20px;
	border-radius:10px 10px 10px 10px;
}

#content{
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	background: #EDFEEE; /*kleur achter text op pagina */
	border-radius:30px 30px 30px 30px;
	border-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 35px;
	height: 15500px; /*dit is de lengte van het tekst-deel*/
}

#logo{
	position: absolute;
	width: 30%;
	height: 200px;
	background-image: url("afbeeldingen/logo zwart kwekerij banner.JPG");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	top: 40px;
	left: 40px;
	z-index: 2;
	border-radius:10px 10px 10px 10px;
}

#banner_home{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_home.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_fruit{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_fruit.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_knollen{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_knollen.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}
#banner_groenten{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_groenten.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_kruiden{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_kruiden.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_bezoekdetuin{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_bezoekdetuin.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_verkoop{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_verkoop.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#banner_recepten{
	width: 100%;
	height: 300px;
	background-image: url("afbeeldingen/Banner_recepten.JPG");
	background-position: rightwards;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 0px;
	border-radius:10px 10px 0px 0px;
	border: 0px solid grey;
	margin-top: 0px;
	z-index: 1;
}

#title{
	width: 100%;
	margin-top: 5px;
	padding: 10px;
}

#nav{
    width: 100%;

}
	#nav ul{
		padding-bottom: 20px;
	}
		#nav ul li{
			display: inline-block;
			height: 30px;
		}
			#nav ul li a{
				padding: 10px;
				background: #23b04b; /* kleur knoppen hoofdmenu */
				color: white;
				border-radius:0px 0px 0px 0px;
				border: 10px;
				border-color: #8CEF94; /* waar zit deze kleur? */
			}
			#nav ul li a:hover{
				background-color: #00730b;
			}
			#nav1 ul li a:active{ 
				background-color: #21b142; 
			}
			#nav #currentpage a{
				background-color: #830310;
			}

#nav1{
    width: 100%;
	display: inline-block;
	position: absolute;
}
	#nav1 ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 160px;
		border: 5px solid #EDFEEE; /*kleur rand om submenu - in zelfde kleur als achtergrond submenu*/
	}
		#nav1 ul li{
			height: 40px;
			background-color: #23b04b; /*kleur knoppen submenu*/
			}
			#nav1 ul li a{
				display: block;
				padding: 8px 10px;
				background: #23b04b; /*kleur knoppen submenu*/
				color: white;
				border-radius:0px 0px 0px 0px;
				border: 10px;
				border-bottom: 5px solid #EDFEEE; /*kleur rand om submenu - in zelfde kleur als achtergrond submenu*/
				border-color: #EDFEEE; /*kleur rand om submenu - in zelfde kleur als achtergrond submenu*/
			}
			#nav1 ul li a:hover{
				background-color: #00730b;
			}
			#nav1 ul li a:active{ 
				background-color: #21b142; 
			}
			#nav1 #currentpage a{
				background-color: #830310;
			}
			
			





#table  {
    margin-top:0px;
    margin-left:180px;
	margin-bottom: 35px;
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
}

#table tr {
	border-color: red;
	border-style: solid;
	border-width: 0px;
}

#table td {
	vertical-align: top;
	padding: 10px;
	width: 300px;
}


	
#table1  {
    margin-top:0px;
    margin-left:200px;
	margin-bottom: 35px;
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
}

#table1 tr {
	border-color: none;
	border-style: solid;
	border-width: 0px;
	margin-left: 400px;
}

#table1 td {
	vertical-align: top;
	padding: 10px;
	margin-left: 400px;
}

#table2  {
    margin-top:0px;
    margin-left:0px;
	margin-bottom: 35px;
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
}

#table2 tr {
	border-color: none;
	border-style: solid;
	border-width: 0px;
}

#table2 td {
	vertical-align: top;
	padding: 10px;
}
	