#popup {
		position: absolute;
		z-index: 100;
		overflow: hidden;
		visibility: hidden;
       }

#popup_kopf {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 120px !important;
		width /**/: 124px;
		height: 20px !important;
		height /**/: 24px;
		background-color: blue;
		border: 2px solid black;
		z-index: 102;
		overflow: hidden;
            }

#popup_inhalt {
		position: absolute;
		top: 22px;
		left: 0px;
		width: 120px !important;
		width /**/: 124px;
		height: 185px !important;
		height /**/: 189px;
		background-color: white;
		border: 2px solid black;
		z-index: 101;
		visibility: hidden;
              }

#popup_titel {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 75px;
		padding: 2px 4px 0px 4px;
		font-family: Arial,sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: white;
		float: left;
		overflow: hidden;
		cursor: move;
             }

#popup_icons {
		position: absolute;
		top: 2px;
		left: 80px;
		overflow: hidden;
             }
