.tt_template {
	width: 100%;
	padding: 0px;
}
.tt_element,.tt_column {
	padding: 0px;
}


/* onderstaande overeenkomstig css in tt-config [siteconfig.xml] + [sites\www\css\default.css] */

.tt_template td {
	line-height: 20px;
	color: #505050;
}
.tt_template a {
	text-decoration: underline;
	color:#9C4060;
}
.tt_template a:hover {
	text-decoration: none;
}
.tt_template .klein {
	font-size:11px;
	line-height:18px;
}
.tt_template .kop {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
}
.tt_template .kop_wit {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	color:white;
}
.tt_template .cnt_paars_12 {
  font-size:12px;
  line-height:20px;
  color:#9C4060;
}
.tt_template .cnt_paars_11 {
  font-size:11px;
  line-height:18px;
  color:#9C4060;
}
.tt_template .cnt_wit_12 {
  font-size:12px;
  line-height:20px;
  color:white;
}
.tt_template .cnt_wit_11 {
  font-size:11px;
  line-height:18px;
  color:white;
}

.blok_roze .tt_template {
	background-color:#C687AC;
}
.blok_roze .tt_template a {
	text-decoration: underline;
	color:white;
}
.blok_roze .tt_template a:hover {
	text-decoration: none;
	color:white;
}



.tt_template input, .tt_template textarea, .tt_template select {
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
}
.tt_template .button {
	margin-top:7px;
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	float:right;
}
.tt_template .noborder {
	border:0px;
	background-color:transparent;
}