/* -------------- Standard HTML-Tags ------------- */
html, body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #000000;
}

/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3 { 
	margin: 0 0 6px 0;
	color: #C40000;
	font-weight: normal;
}

h4, h5, h6 { 
	margin: 0 0 6px 0;
	color: #000000;
	font-weight: normal;
}

h1 { 
	font-size: 21px;
	line-height: 23px;
}

h2 { 
	font-size: 19px;
	line-height: 21px;
}

h3 { 
	font-size: 17px;
	line-height: 19px;
}

h4 { 
	font-size: 21px;
	line-height: 23px;
}

h5 { 
	font-size: 19px;
	line-height: 21px;
}

h6 { 
	font-size: 17px;
	line-height: 19px;
}

p { 
	padding: 0;
	margin: 0;
}

hr { 
	border-top: 1px solid #717273;
	border-bottom: 0;
	height: 1px;
	width: 100%;
}

img {
	border: 0;
}

ul, ol {
	list-style: disc;
	margin: 5px 0;
	padding: 0;
}
li {
	margin-left: 1.2em;
	padding: 0;
}

a { 
	color: #C40000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover { 
	text-decoration: none;
}


.mceContentBody { 
	background: #FFFFFF;
}

/* --------------Float Left/Right------------- */

.flLeft { 
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	padding-top: 3px;
}

.flRight { 
	float: right;
	margin-left: 30px;
	margin-bottom: 8px;
	padding-top: 3px;
}

.flMitte { 
	float: left;
	margin: 0;
	padding-top: 3px;
}

.BildText { 
	margin-top: 4px;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}
