/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	text-align: center;
}

.logo {
	position: relative;
	top: 25px;
	left: 33px;

}

.footerlink	{
	color: #9d9d9d;
	text-decoration: none;
	font-weight: normal;
}

.menu_button {
	display: block;
	background: url(../images/menu_arrow.gif) 5px 17px no-repeat;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 30px;
}

.contentgroen {
	color: #00693c;
}

.contentgroenlink {
	color: #00693c;
	font-weight: bold;
	text-decoration: none;
}

p {
 	margin-top: 0px;
	margin-bottom: 18px;
}

a {
	color: #00693c;
	font-weight: bold;
	text-decoration: none;
}

td {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #003782;
}

h1 {
	font-size: 14px;
}

form {
	margin: 0px;
}

.menu_button:hover {
	color: #045984;
}

.imgright {
	margin-left: 30px;
}

.imgleft {
	margin-right: 30px;
}

.formfield {
	width: 250px;
	float: left;
	height: 30px;
}

.formname {
	width: 150px;
	float: left;
	height: 30px;
}

.formarea {
	width: 200px;
	float: left;
}

.form-textveld {
	border: 1px solid #00693c;
	height: 21px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	color: #003782;
}

.formsubmit {
	width: 90px;
	height: 21px;
	border: 1px solid #00693c;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	color: #003782;
	margin-top: 5px;
}

.form-area {
	border: 1px solid #00693c;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	line-height: 18px;
	color: #003782;
}

#container {
	margin: 0 auto;
	width: 920px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	position: relative;
}

#header {
	background: url(../images/water_in_uw_tuin_bg.jpg);
	width: 920px;
	height: 268px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#header_fontijnen {
	background: url(../images/fontijnen_watervallen_bg.jpg);
	width: 920px;
	height: 268px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#header_componenten {
	background: url(../images/componenten_bg.jpg);
	width: 920px;
	height: 268px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#header_onderhoud {
	background: url(../images/tuinberegening_onderhoud_bg.jpg);
	width: 920px;
	height: 268px;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}

#menu {
	background: url(../images/menu_bg.gif) repeat-x;
	width: 890px !important;
	width: 920px;
	height: 40px;
	position: relative;
	padding-left: 30px;
}

#content {
	display: block;
	width: 920px;
	height: auto;
	border-bottom: 3px solid #99ca47; 
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #003782;
}

#contentleft {
	width: 400px;
	float: left;
	position: relative;
	top: 35px;
	left: 35px;
}

#contentright {
	width: 400px;
	float: right;
	position: relative;
	top: 35px;
	right: 35px;
}

#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#footer {
	width: 920px;
	height: 40px;
	position: relative;
	border-top: 10px solid #0d6f45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 40px;
	color: #9d9d9d;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
}
