body.mceContentBody
{
	background-color: #dcd2db !important;
	color: #59314f !important;
	font-size: 12px !important;
	line-height: 140%;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

h1
{
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

h2
{
	padding: 0px 0px 10px 0px;
}

.rot
{
	color: #8a1212;
}

.small
{
	font-size: 10px;
}

.img_float
{
	float: left;
	margin: 0px 10px 0px 0px;
}

/* SorTable */
.sortable
{
	width: 100%;
	border-collapse: collapse;
}
.sortable td
{
	font-size: 11px;
	border: solid 1px #b3a1b2;
	padding: 2px 2px 2px 2px;
}
.sortable thead td
{
	font-size: 12px;
	font-weight: bold;
	background-color: #d1c7d0;
}
.sortable a
{
	text-decoration: none;
}
.sortable tr.odd td
{
	background-color: #e5dae4;
}
.sortable tr.even td
{
	background-color: #ebe4ea;
}