.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 {
	font-size:12px;
	line-height: 19px;
	color:#676774;
}

.tt_template a {
	text-decoration: underline;
	color:#CC0000;
}
.tt_template a:hover {
	text-decoration: none;
}

.cntblokrood .tt_template, .cntblokrood .tt_template td {
	background-color:#B80000;
	color:white;
}
.cntblokrood .tt_template a {
	text-decoration: underline;
	color:white;
}
.cntblokrood .tt_template a:hover {
	text-decoration: none;
	color:white;
}

.tt_template .cnt_grijs_kop {
	font-size:20px;
	line-height:23px;
	color:#676774;
}
.tt_template .cnt_grijs_11 {
	font-size:11px;
	line-height:18px;
	color:#676774;
}
.tt_template .cnt_grijs_12 {
	font-size:12px;
	line-height:19px;
	color:#676774;
}

.tt_template .cnt_rood_kop {
	font-size:20px;
	line-height:23px;
	color:#CC0000;
}
.tt_template .cnt_rood_11 {
	font-size:11px;
	line-height:18px;
	color:#CC0000;
}
.tt_template .cnt_rood_12 {
	font-size:12px;
	line-height:19px;
	color:#CC0000;
}

.tt_template .cnt_wit_kop {
	font-size:20px;
	line-height:23px;
	color:white;
}
.tt_template .cnt_wit_11 {
	font-size:11px;
	line-height:18px;
	color:white;
}
.cnt_wit_12 {
	font-size:12px;
	line-height:18px;
	color:white;
}
.tt_template .cnt_wit_12 {
	font-size:12px;
	line-height:19px;
	color:white;
}





.tt_template input, .tt_template textarea, .tt_template select {
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
	font-size:12px;
}
.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;
}





div.tt-form td.label {
	padding-right:20px;
}
div.tt-form input.text {
}
div.tt-form input.radio {
	border:0px;
	background-color:transparent;
}
div.tt-form input.checkbox {
	border:0px;
	background-color:transparent;
}
div.tt-form input.button {
}
div.tt-form textarea {
}