@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image:  url(../images/back.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
	background-color: #000000;
}
a:visited, a:link, a:active {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border: 0;
}
#page {
	width: 700px;
	margin: auto;
}
#titel {
	margin: 0;
	text-align: center;
}
#subtitle {
	text-align:center;
}

/* formulier */

#frmEmail {
	clear: both;
}

fieldset {
	border: 0;
}

label {
	display: block;
	clear: left;
	width: 150px;
}

input, textarea, label {
	float: left;
	margin-top: 1em;
}

#textNaam, #textEmail{
	width: 300px;
}

#textBericht {
	width: 300px;
	overflow: auto;
}

#waarschuwing {
	color:#f00;
}

#logo {
	float:right;
	margin-left: 1em;
}
dt {
	font-weight: bold;
}
q {
	color:#FFFFFF;
	font-size:small;
	font-style:italic;
}

.print {
	display:none;
}
.noprint {
	display:inherit;
}