/* Nur für WYSIWYG Editor */
body.mceContentBody
{
	background-color: #ffffff !important;
	font-size: 12px !important;
}

/* Content von template.css */
body.mceContentBody
{
	line-height: 140%;
}
body.mceContentBody ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body.mceContentBody li
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	list-style: none;

	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}
body.mceContentBody img
{
	/* border: solid 1px #999999; */
}




/* Start Styles */
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: 12px;
	font-weight: bold;
}

h1
{
	color: #b80c1f;
	font-size: 17px;
	padding: 0px 0px 20px 0px;
}

h2
{
	padding: 0px 0px 10px 0px;
}

.rot
{
	color: #b80c1f;
}

img.img_left
{
	float: left;
	margin: 0px 10px 0px 0px;
}

img.img_right
{
	float: right;
	margin: 0px 0px 0px 10px;
}

img.img_left_border
{
	float: left;
	border: solid 1px #999999;
	margin: 0px 10px 0px 0px;
}

img.img_right_border
{
	float: right;
	border: solid 1px #999999;
	margin: 0px 0px 0px 10px;
}

img.img_border
{
	border: solid 1px #999999;
}

td
{
	vertical-align: top;
}

.table_100
{
	width: 100%;
}

.table_team
{

}
.table_team td
{
	height: 140px;
	font-size: 11px;
	line-height: 125%;
	padding: 0px 5px 0px 0px;
}

.table_partner
{

}
.table_partner td
{
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	border-bottom: dashed 1px #b80c1f;
}

/* farbige tabelle */
.table_color
{
	width: 100%;
	border-collapse: collapse;
}

.cell_title
{
	background-color: #fddc9d;
	vertical-align: top;
}

.cell_dark
{
	background-color: #fff6d9;
	vertical-align: top;
}

.cell_light
{
	background-color: #FFFFFF;
	vertical-align: top;
}

.cell_title td, .cell_dark td, .cell_light td
{
	padding: 3px 5px 3px 5px;
	border: solid 1px #C8C8C8;
}


.small
{
	font-size: 11px;
}