body{
	background-color: rgb(92,92,92);
	color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited, a:active{
	color: rgb(255,255,112);
	text-decoration: underline;
}

table.lijstContainer, table.formContainer{
  border: 1px solid rgb(192,0,0);
  background-color: rgb(255,48,48);	
	font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
	color: rgb(255,255,112);
	vertical-align: top;
}

td{
	vertical-align: top;
	}
	
td.nameCell, td.lijstCell{
  margin: 0px;
  padding: 2px;
 	font-family: arial, helvetica, sans-serif;
 	font-size: 10pt;
	font-weight: normal;
	border-bottom: 1px solid rgb(192,0,0);
}

td.nameCell, a.usrLink{
  background-color: rgb(255,255,215);
	color: rgb(255,0,0);
}

td.lijstCell{
  background-color: rgb(255,48,48);	
	color: rgb(255,255,112);
  width: 640px;
}

div.userName{
  font-weight: bold;
}

td.nameCell{
  width: 140px;
}

div.dateDiv{
  font-size: 8pt;
}

div.titleDiv{
  font-weight: bold;
}

div.warning{
  background-color: rgb(255,255,255);
  color: rgb(255,0,0);
  font-weight: bold;
  margin-bottom: 2px;
}
textarea.inpLijst{
  width: 340px;
  height: 100px;
 	font-family: arial, helvetica, sans-serif;
 	font-size: 10pt;

}

input.sendBtn{
  background-color: rgb(255,255,215);
	color: rgb(255,0,0);
}

div.container{
	background-color: rgb(255,0,0);
	color: rgb(255,255,112);
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

div.nav{
	display: block;
	height: 32px;
}

div.content, div.button, div.button a{
	font-family: arial, helvetica, sans-serif;
}

div.content, div.content td{
	font-size: 10pt;
}

div.content{
	padding: 0 4px 0 4px;
	}


div.button, div.button a{
	font-size: 9pt;
	color: rgb(255,255,192);
	text-decoration: none;
}

div.button{
	float: left;
	margin: 2px 2px 1px 2px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	background-image: url("images/button-back.png");
	height: 22px;
	border: 1px solid rgb(255,255,0);
	width: 100px;
}

div.button a{
	background-color: transparent;
	padding-top: 8px;
}

div.googleAd, div.aftellen, div.extraAd{
	float: left;
	margin: 0px 2px 0px 2px;
}

div.googleAd{
	width: 468px;
	height: 60px;
	margin: 0 0 0 6px;
	padding: 0px;
	overflow: hidden;
}

div.aftellen{
	border: 2px solid rgb(192,0,0);
	background-color: rgb(255,255,0);
	color: rgb(255,0,0);
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 60px;
	height: 46px;
	padding: 12px 2px 2px 2px;
	overflow: hidden;
	text-align: center;
}

div.extraAd{
	text-align: center;
	width: 234px;
	height: 60px;
	border: 1px solid rgb(255,255,0);
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin: 1px 2px 0 2px;
}

div.footer, div.footer a{
	text-align: center;
	background-color: rgb(255,0,0);
	color: rgb(255,255,0);
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

div.frmCaption, div.frmField{
	float: left;
	width: 200px;
	height: 24px;
}

div.ontvangerVerlanglijst{
	background-color: rgb(255,255,255);
	color: rgb(80,0,0);
	width: 480px;
}

