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

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	border: 0;
}


/* Farbe der Titelzeilen H1 bis H6 */

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

h1 { font-size: 22px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p { 
	padding: 0;
	margin: 0;
}

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

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}