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

#popup_kopf {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 180px !important;
		width /**/: 182px;
		height: 20px !important;
		height /**/: 22px;
		background-color: #FF6600;
		border: 1px solid black;
		z-index: 102;
		overflow: hidden;
            }

#popup_inhalt {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 180px !important;
		width /**/: 182px;
		height: 100px !important;
		height /**/: 102px;
		background-color: white;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		z-index: 101;
		visibility: hidden;
              }

#popup_titel {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 132px;
		padding: 2px 4px 0px 4px;
		font-family: Arial,sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #fff568;
		float: left;
		overflow: hidden;
             }

#popup_icons {
		position: absolute;
		top: 2px;
		left: 144px;
		overflow: hidden;
             }
