html {
    margin: 0px;
    padding: 0px;
}
body { 
    font: 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	color:#222222;
    margin: 0px;
    padding: 0px;
}

a, a:visited, a:hover {
  color: #00793a;
}

p { line-height: 1.4; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

h1 { font-size: 30px; }
h2 { font-size: 185%; }
h3 { font-size: 160%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

span.important { /* @CKEDITOR_STYLE: wichtiges Wort */
	font-weight: bold;
}
h1 { /* @CKEDITOR_STYLE: Überschrift 1 */
	color: #8cc63f;

}
h2 /* @CKEDITOR_STYLE: Überschrift 2 */
{
	color: #8cc63f;
	
}
h3 { /* @CKEDITOR_STYLE: Überschrift 3 */
	color: #00793a;
}
p /* @CKEDITOR_STYLE: normaler Absatz */
{
/* 	min-width: 540px; */
/* 	max-width: 700px; */
/* 	width: 540px; */
/* 	width: auto !important; */
	
    
}
p.important { /* @CKEDITOR_STYLE: wichtiger Absatz */
	font-weight: bold;
	color: red
}
span.hervorhebung{ /* @CKEDITOR_STYLE: Hervorhebung */
	font-weight: bold;
}
span.erklaerung{ /* @CKEDITOR_STYLE: Erklärung */
	font-size: 75%;
}



.important { /* @CKEDITOR_STYLE: falsche Definition, kein Tag vorhanden */
}




table.width35{
	width: 35em;
}
table.width35 td{
	padding-bottom: 0.5em;
}



