/*------------------------------------------------------------------ General mark-up */
* {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 1em;
}
body {
	margin: 0px;
	padding: 0px;
	

	background: #E6D6BD url(../_images/bgSite.jpg) repeat-x top;
}
p, dt, dl, dd {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h2 {
	font-weight: bold;
}

/*------------------------------------------------------------------ Mark up 
#siteWidth {
	display: block;
	width: 750px;
	text-align: left;
}*/
#left {
	display: block;
	float: left;
	width: 200px;
	background-color: #ffffff;
}
#center {
	display: block;
	float: left;
	width: 500px;
	background-color: #E4E4E4;

}
#right {
	display: block;
	float: left;
	width: 200px;
	background-color: #777777;
}
#footer {
	display: block;
	width: 770px;
	min-height: 25px; 
	height: 25px;
	background-color: #777777;
	clear: both;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}


/*------------------------------------------------------------------ Layer met formulier */

#flashContainer {
	width: 100%;
	text-align: center;
	height: 100%;
	z-index: 2;
	position: absolute;
}

table#form, div#form
{
	float: left;
	text-align: center;

}

#dhtmlContainer01 {
	/* background-image:url(_images/dhtmlpage/spacer.gif); */
	display: block;
	position: absolute;
	width: 100%;
	z-index: 3;
	text-align:center;
	margin-left: 150px;
	
}

#pageContainer
{
	
	width: 395px;
	margin-top: 113px;
	background-color:#41372B;
	border: solid 5px #E38315;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	color: #E6DCC1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 10px 20px 10px 20px;
	overflow: auto;	
}

#pageContainer h1 { font-size: 1em; }

.close {
	display: block;
	font-weight: bold;
	font-size: 2em;
	text-align:right;
}


/* ---------------------------Formulier opmaak---------------------------*/

#form
{
	width: 350px;
}

div.row 
{
  clear: both;
  padding-top: 2px;
}

div.row span.label
{
  float: left;
  width: 140px;
  text-align: left;
  }

div.row span.formelement
{
  float: right;
  width: 190px;
  text-align: left;
  }
  
div.row span.label_Breed
{
	float: left;
  width: 100%;
  text-align: left;
}

div.spacer
{
	clear: both;
}


.form_Tekstbox {
	width: 140px;
	border-top: solid 1px #5A0E00;
	border-left: solid 1px #5A0E00;
	border-right: solid 1px #5A0E00;
	border-bottom: solid 1px #5A0E00;

	padding-left: 5px;
	padding-right: 5px;
}

.verzendButton 
{
	background-color:#DE8713;
	color: #DCDFCA;
	border: solid 2px #DCDFCA;	
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}

.textRood
{
	color: #FFFF00;
}



