/*###########################################################################*/
/*###########################################################################*/
/*##################################### Tekst in gastenboek #################*/
/*###########################################################################*/
/*###########################################################################*/


.PaginatekstG{

	height:40px;
	color:#A0AB3D;
	font-weight:500;
	font-size:26px;
	font-family:Curlz MT;
	background-image:url(../Images/Layout/Line.gif);
	background-position:0px 31px;
	background-repeat:repeat-x;}

.Dash{

	height:10px;
	font-size:0px;
	background-image:url(../Images/Gastenboek/Dash.gif);
	background-position:0px 8px;
	background-repeat:repeat-x;
}


.TekstBlauw{

	color:#516AA3;
	font-weight:500;
	font-size:12px;
	font-family:arial;
}



/*###########################################################################*/
/*###########################################################################*/
/*############################## formulier in gastenboek ####################*/
/*###########################################################################*/
/*###########################################################################*/


.GastenboekFormulier{

	width:502px;
	height:302px;
	font-size:0px;
	cursor:default;
	background-image:url(../Images/Gastenboek/Formulier.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}



/*###########################################################################*/
/*###########################################################################*/
/*############################## berichten in gastenboek ####################*/
/*###########################################################################*/
/*###########################################################################*/



.BerichtKop{

	width:502px;
	height:25px;
	font-family:AMazone BT;
	font-size:18px;
	color:#465B8C;
	line-height:20px;
	cursor:default;
	padding-left:40px;
	padding-right:40px;
	padding-top:3px;
	background-image:url(../Images/Gastenboek/FormulierKop.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}


.BerichtMidden{

	width:502px;
	height:100px;
	font-family:AMazone BT;
	font-size:18px;
	color:#465B8C;
	line-height:20px;
	cursor:default;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../Images/Gastenboek/FormulierMiddle.gif);
	background-position:0px 17px;
	background-repeat:repeat-y;
}


.BerichtBottom{

	width:502px;
	height:56px;
	font-family:AMazone BT;
	font-size:18px;
	color:#465B8C;
	line-height:20px;
	cursor:default;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../Images/Gastenboek/FormulierBottom.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
}



