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

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.65em;
	letter-spacing: 0;
	color: #010101;
	border: 0;
}


/* Farbe der Titelzeilen H1 bis H6 */


h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: normal;
}

h1 { 
	font-size: 1.9em;
	line-height: 1.5em;
}

h2 { 
	font-size: 1.7em;
	line-height: 1.5em;
}

h3 { 
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 { 
	font-size: 1.3em;
	line-height: 1.5em;
}

h5 { 
	font-size: 1.1em;
	line-height: 1.3em;
}

h6 { 
	font-size: .95em;
	line-height: 1.1em;
}


p { 
	padding: 0;
	margin: 0;
}

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

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}
