.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}


.kueffnerLightGreen {
	color: #CCFF99;
}

.kueffnerLightGreenBackground {
	background-color: #CCFF99;
}

.kueffnerGreen {
	color: #00917C;
}

.kueffnerGreenBackground {
	background-color: #00917C;
}

.kueffnerLightGrey {
	color: #F0F0F0;
}

.kueffnerLightGreyBackground {
	background-color: #F0F0F0;
}

.kueffnerGrey {
	color: #D3D3D3;
}

.kueffnerGreyBackground {
	background-color: #D3D3D3;
}

table.contenttable {
	width: 100%;
	margin-bottom: 10px;
}

table.contenttable td,
table.contenttable th {
	padding: 2px;
}

table.contenttable thead td,
table.contenttable thead th {
	background-color: #CCFF99;
}


div.template-main div#mount-content-main table.contenttable p {
	margin-bottom: 2px;
}
