
h1{
	font: 3px;
	margin-top: 0px;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border: thin none Black;
	text-align: justify;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: Black;
}
	

/* grün grosse schrift fett */
h2{
	font: 16px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #ffff00;
	text-align: justify;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #cccccc;
}
/* das ist mit rotem rahmen*/	


h3{ font: 16px; margin-top: 0px; padding: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
border: 3px dashed #ffcc00; 
text-align: justify;
 position: relative; 
	top:  0px;
	left: 0px;

background-color: #ffff99;
	}


	
	
	
	
	
	/* das ist mit gelben  rahmen */
			h4{
	font: 16px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #ffff00;
	text-align: justify;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: #cccccc;
}
	
		h5{
	font: 16px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #66cc33;
	text-align: justify;
	font-weight: normal;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: #cccccc;
}
	

 
h6{
	font: 16px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid Yellow;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: #FFFF99;
}







	
