/* -------------- Standard HTML-Tags ------------- */



html, body { 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
}

/* Farbe der Titelzeilen H1 bis H6 */





h1, h2, h3 { 
	color: #ffffff;
	font-weight: normal;
}

h4, h5, h6 { 
	color: #c5073d;
	font-weight: normal;
}

h1 { 
	margin: 0 0 12px 0;
	font-size: 21px;
	line-height: 24px;
}

h2 { 
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 19px;
}

h3 { 
	margin: 0 0 6px 0;
	font-size: 14px;
	line-height: 14px;
}

h4 { 
	margin: 0 0 10px 0;
	font-size: 21px;
	line-height: 19px;
}

h5 { 
	margin: 0 0 8px 0;
	font-size: 17px;
	line-height: 19px;
}

h6 { 
	margin: 0 0 6px 0;
	font-size: 14px;
	line-height: 14px;
}

p { 
	padding: 0;
	margin: 0;
}

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

a { 
	color: #c5073d;
	text-decoration: underline;
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
}

.mceContentBody { 
	background: #572a29;
}

table {
	width: 860px;
}

/* --------------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;
}
