<!--
html {
font-family: Arial;
}
body {
text-align: center;
}
.zentrierer {
	width: 750px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0px auto;
	text-align: left;
	background-color: #FFCC33;
}

.mi {
   margin: 0;
   background-color: #FFAD14;
   font-size: 10pt;
   border-top: 0px none;
   border-right: 1px solid Black;
   border-left: 0px none;
   border-bottom: 1px solid Black;
   font-weight: bold;
   padding: 10px;
   text-align: center
} 

img {
	border-color: black;
}
-->
</style>