﻿body {
      background-color : #D2D2BD;
      margin: 0px; 
	  font-family : Arial, Helvetica, sans-serif;
}

div.mainRepeater {
	background-image: url(../images/mainRepeater.jpg);
	background-repeat: repeat-y;
	background-position: center;

}

.Tekst {
	font-size: 14px;
	line-height : 95%;
	margin-left: 20px;
	color: #ffffff;
	margin-right: 20px;
}

.Lijntje {
	background-image: url(../images/lijntje.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.Border {
	border: thin dashed rgb( 151, 151, 105);
}
.TekstVet {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height : 95%;
	color: #FFFFCC;
	font-weight: normal;
}
.TekstCursief {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 95%;
	color: #D2D2BD;
	font-weight: normal;
	font-style: italic;
}
.TekstNaarboven {

	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height : 95%;
	color: #D2D2BD;
	font-weight: normal;
	font-style: normal;
}

.TekstBG {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 95%;
	color: #2D2F3E;
	font-weight: normal;
	background-color: #CCCCCC;
}

.lijntje{
	margin-top:6px;
	margin-bottom:6px;
}

.center{
	text-align: center;
}

.errormsg{
	color: #ff0000;
}

form{
	font-size: 14px;
}

.formtitle{
	font-size: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 350px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#formdeltable{
	width: 700px;
	margin: 0 auto;
}

#contactform{
	font-size: 12px;
	color: #FFFFCC;
}

#sitemap{
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
}
