/* Style für Editor */
	.TableList2Cols
	{
		border-collapse: collapse;
		border-bottom: #ccc 1px solid;
		width:100%;
		/*border-top: #ccc 1px solid;*/
	}
	.TableList2Cols td {
		border-bottom: #ccc 1px dotted;
		padding: 3px;
		width:50%;
	}
	.TableList2Cols th {
		border-bottom: #ccc 1px dotted;
		padding: 3px;
		font-weight:bold;
	}

         .TableListCols
	{
		border-collapse: collapse;
		border-bottom: #ccc 1px solid;
		width:100%;
		/*border-top: #ccc 1px solid;*/
	}
	.TableListCols td {
		border-bottom: #ccc 1px dotted;
		padding: 3px;
	}
	.TableListCols th {
		border-bottom: #ccc 1px dotted;
		padding: 3px;
		font-weight:bold;
	}