/*

Beispielhafte CSS Datei für besonders Formate aus dem MEDitor

*/

span.floatclear
{
	display		: block;
	clear			: both;
	float			: none;
	height		: 1em;
	overflow		: hidden;
}

table.border td
{
	border		: 1px solid #666666 !important;
}

img.floatleft
{
	float			: left !important;
	margin		: 0px 2em 1.2em 0px;
}

img.floatright
{
	float			: right !important;
	margin		: 0px 0px 1.2em 2em;
}

td, th
{
	background: #FFFFFF;
}

tr.color1 td,
tr.color1 th,
td.color1,
th.color1
{
	background: #EFEFEF !important;
}

tr.color2 td,
tr.color2 th,
td.color2,
th.color2
{
	background: #CCCCCC !important;
}

tr.color3 td,
tr.color3 th,
td.color3,
th.color3
{
	background: #AAAAAA !important;
}

