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

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


/* Farbe der Titelzeilen H1 bis H6 */

h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}

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

h2 { 
	margin: 3px 0px 10px 0px;
	font-size: 21px;
	line-height: 21px;
}

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

h4 { 
	margin: 3px 0px 6px 0px;
	font-size: 16px;
	line-height: 16px;
}


h5 { 
	margin: 3px 0px 4px 0px;
	font-size: 14px;
	line-height: 14px;
}

h6 { 
	margin: 3px 0px 4px 0px;
	font-size: 13px;
	line-height: 13px;
}

p { 
	padding: 0;
	margin: 0;
}

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

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}