BODY {
	background-attachment: fixed;
	background-color: #93A7E4;
	background-image: url(../media/afbeeldingen/background_image.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.div1 {
	line-height: 80%;
	text-align: center;
}
.div2 {
	float: left;
	line-height: 80%;
	text-align: center;
	width: 15%;
}
.div3 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 60%;
}
.div4 {
	float: right;
	text-align: center;
	width: 100px;
}

#jstest {
	background-color: red;
	color: white;
	text-align: center;
}

.banner {
	font-size: 300%;
	font-style: italic;
	font-weight: bold;
}

#twofly {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}

#wanneer {
	font-size: 80%;
}

A:link {
	color: white;
}
A:active {
	color: purple;
}
A:visited {
	color: navy;
}
A:hover {
	color: purple;
}

.navigatiebalk:link {
	border-bottom: 1px solid gray;
	color: black;
	font-size: 80%;
	padding: 3px;
	text-decoration: none;
	width: 150px;
}
.navigatiebalk:active {
	border-bottom: 3px solid red;
	color: black;
	font-size: 80%;
	padding: 3px;
	text-decoration: none;
	width: 150px;
}
.navigatiebalk:visited {
	border-bottom: 1px solid gray;
	color: black;
	font-size: 80%;
	padding: 3px;
	text-decoration: none;
	width: 150px;
}
.navigatiebalk:hover {
	border-bottom: 1px solid red;
	color: black;
	font-size: 80%;
	padding: 3px;
	text-decoration: none;
	width: 150px;
}

TABLE {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}

TABLE.index {
	border: none;
}

TABLE.gebiedjes {
	border: none;
}
TD.gebiedjes {
	border: none;
	width: 20%;
}

TABLE.gevaren {
	border: 1px solid black;
}
TD.gevaren {
	border: 1px solid black;
	width: 50%;
}

TABLE.form {
	border: none;
}
TD.form1 {
	border: none;
	width: 20%;
}
TD.form2 {
	border: none;
	width: 80%;
}
.formTextbox {
	border-color: white;
	border-style: inset;
	width: 270px;
}
.maxLength3 {
	width: 27px;
}
.maxLength4 {
	width: 36px;
}
.maxLength5 {
	width: 45px;
}
.maxLength7 {
	width: 63px;
}
.maxLength10 {
	width: 90px;
}