@charset "UTF-8";

body {
	margin: 0px;
}

#bovenzijde {
	float: left;
	left:1px;
	top:0px;
	width: 810px;
	z-index:2;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 172px;
	visibility: visible;
}

#tekst {
	float: left;
	left: 1px;
	top: 172px;
	height:auto;
	z-index:3;
  /*
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: left top;
  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
  /*
	width: 600px;
	padding-left: 210px;
  */
  width: 780px;
  padding-left: 20px;
	text-align: justify;
	visibility: visible;
  padding-bottom: 20px;
}

#footer {
  float: left;
  left: 1px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
  width: 810px;
  height: 80px;
}


#tekst a:link {
	z-index:3;
	font-variant: normal;
	text-decoration: none;
	color: #024886;
}
#tekst a:hover {
	z-index:3;
	font-variant: normal;
	text-decoration: underline;
	color: #024886;
}
#tekst a:visited {
	z-index:3;
	font-variant: normal;
	text-decoration: none;
	color: #024886;
}

.kop3 {
	color: #89a79e;
	font-weight: bold;
	font-size: 15px;
}
.kop1 {color: #000000; font-weight: bold; font-size: 17px; }
.kop2 {font-size: 17px; color: #000000;}


table, tbody, th, td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0;
  text-align: left;
  font-size: 11px;
}

th {
  font-weight: bold;
}

table {
  padding: 0;
}


.kopje {
	font-weight: bold;
	font-size: 13px;
}

/* CSS declaraties t.b.v. de formulieren */
.formulier {
  z-index: 10;
}

.ster {
  color: #FF0000;
}

.infotekst {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 6px;
}

.radiobutton {
  border: 1px #fff solid;
  width: 16px;
  margin-top: 5px;
}

.small {
  width: 37px;
  float: left;
}


input {
  margin-top: 5px;
  width: 188px;
  border: 1px #999 solid;
  font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
  outline: none;
}

textarea {
  margin-top: 5px;
  width: 188px;
  height: 60px;
  border: 1px #999 solid;
  font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
  outline: none;
  overflow: auto;
}

input.straat {
  width: 138px;
  margin-right: 5px;
}

input.huisnr {
  width: 39px;
  _width: 37px; /* IE6 only */
}

* + html input.huisnr { width: 37px; } /* IE7 only */

input.voorletters {
  width: 38px;
}

input.kengetal {
  width: 40px;
}

* + html input.kengetal { width: 38px; } /* IE7 only */

input.abonr {
  width: 133px;
  _width: 131px;
}

label {
	margin-top: 5px;
	float: left;
	width: 200px;
}

label.lang {
	margin-top: 5px;
	float: left;
	width: 400px;
}

label.zeerlang {
  margin-top: 5px;
	float: left;
	width: 100%;
}

label.kort {
  margin-top: 5px;
  float: left;
  width: 95px;
}

.rood, .foutmelding {
  color: #ED1C24
}

option {
  margin-left: 5px;
}

select { /* alleen voor 't veld "tussenvoegsels" */
  width: 190px;
  _width: 192px;
  margin-top: 5px;
  border: 1px #999 solid;
}

* + html select { width: 192px; height: 20px;} /* IE7 only */