@charset "utf-8";
body {
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-color: #FFFFFF;*/
	height: 222px;
	width: 1000px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	left: -3000px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	/*background-color: #FFFFFF;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.tekst {
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

a:active {
	color: #333333;
	text-decoration: none;
}

#header {
	z-index: 1;
}
#flower {
	position: absolute;
	margin: 0 50%;
	width:200px;
	height:115px;
	z-index:-1;
	left: -710px;
	top: 348px;
	/**/
}
#menustart {
	border-left: 1px solid #F2B326;
	border-right: 1px solid #F2B326;
	height: 15px;
	width: 120px;
	text-align: center;
}
#menufield {
	border-right: 1px solid #F2B326;
	height: 15px;
	width: 120px;
	text-align: center;
}
#beeld_links {
	float: left;
	text-align: left;
	margin: 5px 5px 5px 5px;
}
#beeld_rechs {
	float: right;
	text-align: right;
	margin: 5px 5px 5px 5px;
}
.menuUnhover	 {
				 cursor: pointer;
				 }
.menuhover			 {
				 background-color: #F2B326;
				 cursor: pointer;
				 }
.submenu {
	color: #F2B326;
	font-weight: bold;
	font-size: 18px;
}
.submenu h1 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 0 0;
	}
.hover_submenu a:link, a:active, a:visited {
	color: #00000;
	}
.hover_submenu a:hover {
	color: #F2B326;
	/*border: 1px solid #F2B326;*/
	}
.subMenuActive {
	border-right: 1px solid #F2B326;
	margin-top: -10px;
	padding-right: 3px;
	}
.style3 {font-weight: bold}
.style4 {
	color: #666666;
	font-weight: bold;
	}
	
.titel {
	color: #731512;
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 0 0;
}
.bestwebsolutions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {font-family: Arial, Helvetica, sans-serif}

.style2 {font-size: 12}
