/* general styles */
.tmce {
	line-height: 16px;
	width:670px;
}

/* list styles */
.tmce ul, .tmce  ul li {
	list-style: none;
}
.tmce ul li {
	padding: 0px 0px 0px 12px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	background-image: url('../img/dot.gif');
}
.tmce ol {
	padding: 0px 0px 0px 24px;
}

/* image styles */
img.tmceImgLeft {
	margin: 0px 6px 6px 0px;
}
img.tmceImgRight {
	margin: 0px 0px 6px 6px;
}

/* link styles */
.tmce a {

}
body.isThemaConsultancy .tmce .tmceTxtHigh a, body.isThemaProducts .tmce .tmceTxtHigh a, body.isThemaGeneral .tmce .tmceTxtHigh a {
	color:#000;
	font-weight:bold;
	text-decoration:none;	
}
body.isThemaConsultancy .tmce .tmceTxtHigh a:hover, body.isThemaProducts .tmce .tmceTxtHigh a:hover, body.isThemaGeneral .tmce .tmceTxtHigh a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;	
}
body.isThemaConsultancy .tmce a, body.isThemaProducts .tmce a, body.isThemaGeneral .tmce a {
	color:#000;
	text-decoration:none;	
}
body.isThemaConsultancy .tmce a:hover, body.isThemaProducts .tmce a:hover, body.isThemaGeneral .tmce a:hover {
	color:#000;
	text-decoration:underline;
}
a.tmceLnkReadon {
	background:url(../img/leesmeer_icon.gif) left top no-repeat;
	padding:2px 0 2px 24px;
}
.tmceTxtIntro a {
	font-weight: bold;
	color: #000;
}

/* text styles */
.tmceTxtIntro {
	font-weight: bold;
	color: #000;
}
.tmceTxtHigh, .tmceBlauwTxtHigh, .tmcePaarsTxtHigh, .tmceGroenTxtHigh, .tmceRoodTxtHigh, .tmceMosterdTxtHigh, .tmceCamelTxtHigh {
	font-weight: bold;
}
.tmceBlauwTxt, .tmceGroenTxt, .tmceRoodTxt, .tmceMosterdTxt, .tmceCamelTxt, .tmcePaarsTxt {
	font-weight:normal;
}
.tmceBlauwTxtHigh, .tmceBlauwTxt {
	color:#00A0BA;
}
.tmceGroenTxtHigh, .tmceGroenTxt {
	color:#847711;	
}
.tmceMosterdTxtHigh, .tmceMosterdTxt {
	color:#D6CE49;	
}
.tmceRoodTxtHigh, .tmceRoodTxt {
	color:#D81E05;	
}
.tmceCamelTxtHigh, .tmceCamelTxt {
	color:#BA7530;	
}
.tmcePaarsTxtHigh, .tmcePaarsTxt {
	color:#605677;	
}

/* table styles */
.tmceTblOdd td, .tmceTblEven td {
	padding: 3px 18px 3px 0px;
}
body.isThemaConsultancy .tmceTblHeader td {
	font-weight: bold;
	line-height:32px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background:none;
	color:#c71102;
}
body.isThemaProducts .tmceTblHeader td {
	font-weight: bold;
	line-height:32px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background:none;
	color:#00a1b9;
}
body.isThemaGeneral .tmceTblHeader td {
	font-weight: bold;
	line-height:32px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	background:none;
	color:#605677;
}
.tmceTblOdd td {
	background:url(../img/odd.gif) left bottom repeat-x;
}
.tmceTblOdd td, .tmceTblEven td{
	border-bottom:1px solid #d9d9d9;
}
