/* Widget content container */
#goog-wm { 
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-weight:normal;
font-size: 12px;
line-height:1.5;
}

/* Heading for "Closest match"
#goog-wm h3.closest-match { }

/* "Closest match" link
#goog-wm h3.closest-match a { }

/* Heading for "Other things" */
#goog-wm h3.other-things {
font-family:Arial, Helvetica, sans-serif;
color:#FB5F0C;
font-weight:bold;
font-size: 16px;
}

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { display: block; }

html, body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #d8e8dd;
}

.layer {
	position:absolute;
	z-index:1;
	overflow: auto;
	min-height:100px;
	width:460px;
	z-index:0;
}
#beeldmerk_ezense {
	position:absolute;
	height:500px;
	width:500px;
	top: -50px;
	left: 50%;
	margin-left:-10px;
	background-image: url(images/beeldMerk.png);
	background-repeat:no-repeat;
	}
#logo_ezense {
	position:absolute;
	height:72px;
	width:219px;
	top: 39px;
	left: 36%;
	margin-left:-10px;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
}


*html #beeldMerk{
	background: none;
	border:1px solid #FF0000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/beeldMerk.png', sizingMethod='scale');
}

.menu a:link 	 { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }
.menu a:visited { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none;  }
.menu a:hover 	 { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none;  }

.menuActief a:link 	 { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }
.menuActief a:visited { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none;  }
.menuActief a:hover 	 { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-deco-ration: none;  }

.menuSep { font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; font-weight: bold; text-decoration: none; }

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 1px solid #fb5f0c;
}
input,select,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 1px solid #fb5f0c;
	margin-right:2px;
}

.textarea{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 1px solid #fb5f0c;
}

.submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 1px solid #fb5f0c;
}

.fout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 1px solid red;
}

.fout2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e3efe7;
	border: 2px solid red;
}

p:first-child{ margin-top: 0px; }