/* opmaak voor pret a parler.eu contact met antwoordpagina
 * blijft fijn om interoperabele css3 te produceren -zie hieronder
<p>
    <a href="https://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="https://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valide CSS!" />
    </a>
</p>
*/
#contact {
	height:100%;
}
#contact a {
	text-decoration: none;
	border-style: none;
	display: block;
	color: #000070;
	line-height: 1.6em;
	font-size: 1.1em;
	font-weight: normal;
}
/* tekst op contactpagina boven*/
#contact_tekst {
	line-height: 1.5em;/*24px*/
	margin-left: 84px;
}
.ctct-aanp {
	margin: -8px 10px 4px 0;
}
.gitard {
	font-size: 1.125em;/*18px*/
	letter-spacing: 1px;
}
/* midden tekst contactpagina */
#form_tekst {
	/*position: absolute;*/
	/*width: 396px;/* ivm schuiven naar rechts was 500-104 */
	/*height: 100%;*/
	/*padding-bottom: 6px;*/
	font-size: 1.125em;
	margin: 10px 30px 4px 84px;
}
/* formulier op contact.html*/
#formulier {
	/*position: absolute;
	width: 500px;
	height: 100%;*/
	margin-top: 16px;
}
/*verzend script*/
#antwoord {

}
#reply_mail {
	width: 90%;
	text-align: left;
	font-size: 1em;
}
#reply_mail a{
	color: #000065;
	text-decoration: none;
	border-style: none;
}
input {
	padding: 5px 0 3px 0;
	margin : 5px 0 0 0;
}
textarea {
	padding: 5px 0 3px 0;
	margin-top : 5px;
	font-size: 12px;/*1.25em;/*18px*/
}
table, tbody, tfoot, thead, tr, th, td {
	font-size: 12px;
	color: #000070;
	/*text-align: left;
	line-height: 1.063em;/*17px*/
	/*font-family: Verdana ,Geneva, sans-serif;
	line-height: 1.125em;*/
}
/*error meldingen*/
.MailError {
	color: red;
	font-weight:bold;
}
/******************  formulier reply ***************/
#box2 {
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	/*height: 100%;/*100% 0f pixels*/
}
#achtergrond {
	float: left;
	background: #FFFFB6;
	width: 90%;/*zie onder 464px*/
	display: block;
}
#formruimte {
	background: #FFFFB6;
	border: 1px solid #000065;
	border-bottom: none;
	padding: 30px 14px 110px 42px;
	line-height: 1.188em;
}
#footerreply {
	float: left;
	width: 90%;
	height : 100%;
	background-color: #000070;
	min-height: 40px;
}
#footerreply a {
	color: #f9f9f9;
	text-decoration: none;
}
/*verzend script*/
#reply_mail {
	text-align: left;
	font-size: 1em;
}
#reply_mail a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000065;
	text-decoration: underline;
	border-style: none;
}
/* kleur groen van knoppen = #996000;  soort goud
	std kleur van tekst    = #000070;  soort blauw
	std kleur teksvlak achtergrond = #FFFFB6; soort geel
*/