
/* Klapp-Fensterchen */

.infobox {	width: 140px;
			background-color: #fee019;
			border-style: outset;
			border-color: #eed019; 
			border-width: 2px;
			font-size: 10pt;
			padding: 7px;
			position: absolute;
			z-index:2;
			white-space: nowrap; }
.block {	display: block; }

/* Textfeld zur Hefteingabe */
.ausgabeliste {	border: 1px black solid; }

