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

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;
	color: #454545;
	border: 0;
}


/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3 { 
	padding:0;
	margin: 0 0 10px 0;
	color: #454545;
	font-weight: normal;
}

h4, h5, h6 { 
	padding:0;
	margin: 0 0 10px 0;
	color: #7A0000;
	font-weight: normal;
}

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

h2 { 
	font-size: 17px;
	line-height: 21px;
}

h3 { 
	font-size: 14px;
	line-height: 17px;
}

h4 {
	font-size: 21px;
	line-height: 24px;

}

h5 { 
	font-size: 17px;
	line-height: 21px;
}

h6 {
	font-size: 14px;
	line-height: 17px;
}

p { 
	padding: 0;
	margin: 0;
}

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

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

a:hover { 
	text-decoration: none;
}

#ContentRechts a {
	color: #F8B767;
}

#ContentRechts a:hover {

}

.mceContentBody {
    background: #FFF;
}

.mceContentBody hr { border-color: #EEE; }