#popup {
		position: absolute;
		z-index: 100;
		overflow: hidden;
		visibility: visible;
       }

#popup_kopf {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 200px !important;
		width /**/: 204px;
		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: 200px !important;
		width /**/: 204px;
		height: 300px !important;
		height /**/: 304px;
		background-color: white;
		border: 2px solid black;
		z-index: 101;
		visibility: visible;
              }

#popup_titel {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100px;
		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: 160px;
		overflow: hidden;
             }
