/* CSS Document */
/*       <link href="../styles/style.css" rel="stylesheet" type="Text/css">      */

body {
	background-image:			url(../layout/bgmain3.gif);
	background-repeat:			no-repeat;
	background-position:		right;
	background-attachment:		fixed;
	margin-top: 				10px;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-bottom: 				0px;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-arrow-color:		#000000;
	scrollbar-base-color:		#FFFFFF;
	scrollbar-track-color:		#FFFFFF;
	scrollbar-darkshadow-color:	#000000;
	scrollbar-face-color:		#CCCCCC;
	scrollbar-highlight-color:	#CCCCCC;
	scrollbar-shadow-color:		#000000;
}

.titel {
	font-family: 				Arial; 
	font-weight: 				bold; 
	font-size: 					medium;
}

.tekst {
	font-size: 					x-small; 
	font-family: 				Arial;
}

.verplicht {
	color: 		#FF0000;
}


.gastenboekdatum {
	font-size: 					x-small; 
	font-family: 				Arial;
	font-weight:				bold;
	color:						#999999;
}

.gastenboektekst {
	font-size: 					x-small; 
	font-family: 				Arial;
	color:						#000000;
}

.gastenboekafzender {
	font-size: 					x-small; 
	font-family: 				Arial;
	font-weight:				bold;
	color:						#000000;
}

.gastenboekbenaming {
	font-size: 					xx-small; 
	font-family: 				Arial;
	font-weight:				bold;
	color:						#000000;
}

.MsoNormal {
	margin:						0cm;
	margin-bottom:				.0001pt;
	text-autospace:				none;
	font-size:					10.0pt;
	font-family:				"Times New Roman";
}
.link {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

a:link {
color:#000000;
}

a:visited {
color: #000000;
}

a:hover {
color: #999999;
}

a:active {
color: #000000;
}

a:link img { border: #000000 2px solid }
a:visited img { border: #000000 2px solid }
a:hover img { border: #999999 2px solid }
a:active img { border: #000000 2px solid }

/* Besturingselementen (controls) voor formulieren: */

fieldset {
	cursor:  default;
	padding: 10px;
}

input {
	font-family: Arial;
	font-size:   8.25pt;
}

label {
	font-family: Arial;
	font-size:   8.25pt;
}

legend {
	color:       #0046D5;
	font-family: Arial;
	font-size:   8.25pt;
}

select {
	font-family: Arial;
	font-size:   8.25pt;
}

textarea {
	font-family: Arial;
	font-size:   10pt;
	line-height: 1.1em;
}


/* Formuliervelden binnen labels verticaal gecentreerd uitlijnen */
/* (werkt niet goed in Netscape, maar wel in Internet Explorer): */
label input {
	vertical-align: middle;
}