.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;
	color: #00A0C5;
}
.tt_template a:hover {
	text-decoration: none;
}
.tt_template .klein {
	font-size:11px;
	line-height:17px;
}
.tt_template .kop2 {
	font-size:16px;
	line-height:21px;
	color:#414652;
	font-weight:bold;
	display:block;
}
.tt_template .blauw {
	color:#00A0C5;
}
.tt_template .blauw_accent {
	font-weight:bold;
	color:#00A0C5;
}
.tt_template .groen {
	color:#79AC00;
}
.tt_template .groen_accent {
	font-weight:bold;
	color:#79AC00;
}



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



/* blokken */
.tt_template div.blok_bl {
	border-top: solid 1px #00ACD1;
	padding-top:5px;
	margin-top:8px;
}
.tt_template div.blok_bl div.blank,
	.tt_template div.blok_bl div.uitroep,
	.tt_template div.blok_bl div.vraag,
	.tt_template div.blok_bl div.een,
	.tt_template div.blok_bl div.twee,
	.tt_template div.blok_bl div.drie,
	.tt_template div.blok_bl div.vier,
	.tt_template div.blok_bl div.vijf,
	.tt_template div.blok_bl div.zes,
	.tt_template div.blok_bl div.zeven,
	.tt_template div.blok_bl div.acht,
	.tt_template div.blok_bl div.negen
	{
	float:left;
	margin-top:-6px;
	padding-right:4px;
	padding-left:10px;
	padding-top:2px;
	height:42px;
	width:34px;
	font-weight:bold;
	line-height:12px;
	color:white;
}
.tt_template div.blok_bl div.blank {
	background:white url('../img/blk_bl_blank.gif') no-repeat;
}
.tt_template div.blok_bl div.uitroep {
	background:white url('../img/blk_bl_uitroep.gif') no-repeat;
}
.tt_template div.blok_bl div.vraag {
	background:white url('../img/blk_bl_vraag.gif') no-repeat;
}
.tt_template div.blok_bl div.een {
	background:white url('../img/blk_bl_een.gif') no-repeat;
}
.tt_template div.blok_bl div.twee {
	background:white url('../img/blk_bl_twee.gif') no-repeat;
}
.tt_template div.blok_bl div.drie {
	background:white url('../img/blk_bl_drie.gif') no-repeat;
}
.tt_template div.blok_bl div.vier {
	background:white url('../img/blk_bl_vier.gif') no-repeat;
}
.tt_template div.blok_bl div.vijf {
	background:white url('../img/blk_bl_vijf.gif') no-repeat;
}
.tt_template div.blok_bl div.zes {
	background:white url('../img/blk_bl_zes.gif') no-repeat;
}
.tt_template div.blok_bl div.zeven {
	background:white url('../img/blk_bl_zeven.gif') no-repeat;
}
.tt_template div.blok_bl div.acht {
	background:white url('../img/blk_bl_acht.gif') no-repeat;
}
.tt_template div.blok_bl div.negen {
	background:white url('../img/blk_bl_negen.gif') no-repeat;
}