/* Layout */
#div1 {
	margin-left: 150px;
}
#div2 {
	background-color: #EBEBEB;
	background-image: url(../images/div21.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#div3 {
	background: #94D629;
	width: 175px;
	height: 230px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#div4 {
	background: #E7E7E7;
	border: #F7F7F7 5px solid;
	border-top: 1px;
	border-bottom: 1px;
	width: 479px;
	float: left;
	padding: 6px;
}
#main {
	background: #94D629;
	background-image: url(../images/div4.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#div5 {
	background-color: #EBEBEB;
	background-image: url(../images/div51.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#div6 {
	background-image: url(../images/div6.jpg);
	background-repeat: no-repeat;
	margin-left: 150px;
	height: 150px;
	width: 490px;
	padding: 7px 30px 0px 30px;
}
#div7 {
	float: left;
}
/* Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #404040;
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16pt;
	margin: 0 0 20px 0;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	margin: 0;
	padding-left: 3px;
}
h3 {
	font-size: 10pt;
	margin: 0;
	font-weight: bold;
}
a, a:visited {
	color: #404040;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #404040;
}
input, textarea {
	border: #404040 1px solid;
	background: #E7E7E7;
}
input:focus {
    background: #F7F7F7;
}
#div4 input,textarea {
	background: #f7f7f7;
}
#div4 input:focus, textarea:focus {
    background: #E7E7E7;
}
img {
	border: 0;
}
.tooltip {
	width: 200px;
	background: #94D629;
	border: #404040 3px solid;
	visibility: hidden;
	position: absolute;
	right: 30px;
	padding: 5px;
	margin-top: 50px;
}
.alert {
  font-style: italic;
  font-weight: bold;
  color: #ff0000;
}

.zoekresultaat {
	margin: 20px 0 0 0;
}

.zoekresultaat a {
	text-decoration: none;
}

.zoekresultaat a:hover {
	text-decoration: underline;
}

.zoekresultaat h2 {
	display: block;
	border-bottom: 1px dotted #404040;
	width: 475px;
	font-weight: normal;
	font-size: 14pt;
}
