.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: #585F6E;
}
.tt_template a {
	text-decoration: underline;
}
.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 input, .tt_template textarea, .tt_template select, input, textarea, select {
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
}
.tt_template .button, .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;
}
