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

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


/* Farbe der Titelzeilen H1 bis H6 */

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


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

h2 { 
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

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

h4 { 
	margin: 0 0 10px 0;
	font-size: 21px;
	font-weight: bold;
}

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

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

p { 
	padding: 0;
	margin: 0;
}

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

ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}


li {
	padding: 0;
	margin: 0;
}

blockquote ul {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

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

a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}