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

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


/* Farbe der Titelzeilen H1 bis H6 */

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

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

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

h2 { 
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 17px;
}

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

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

h5 { 
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 16px;
}

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

p { 
	padding: 0;
	margin: 0;
}

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

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


#ContentLinks a { 
	color: #4f818f;
	text-decoration: underline;
	font-weight: bold;
}

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}
