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

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

/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

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

h2 { 
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

h3 { 
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

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

h5 { 
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

h6 { 
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}


p { 
	padding: 0;
	margin: 0;
}

hr { 
	border-bottom: 0;
	height: 1px;
	width: 100%;
}

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}