#popup {
		position: absolute;
		z-index: 100;
		overflow: hidden;
		visibility: hidden;
       }

#popup_kopf {
		position: absolute;
		left: 0px;
		top: 0px;
		font-weight:normal;
		width: 600px !important;
		width /**/: 605px;
		height: 20px !important;
		height /**/: 24px;
		background-color: #3569bc;
		border: 1px solid black;
		z-index: 102;
		overflow: hidden;
		text-align: left
		
            }

#popup_inhalt {
		position: absolute;
		top: 22px;
		left: 0px;
		width: 600px !important;
		width /**/: 605px;
		height: 380px !important;
		height /**/: 404px;
		background-color: white;
		border: 1px solid black;
		z-index: 101;
		visibility: hidden;
              }

#popup_titel {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 552px;
		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: 556px;
		overflow: hidden;
             }
             
#popup_fuss {
		position: absolute;
		left: 0px;
		top: 404px;
		width: 600px !important;
		width /**/: 605px;
		height: 18px !important;
		height /**/: 22px;
		background-color: #3569bc;
		border: 1px solid black;
		z-index: 102;
		overflow: hidden;
		color: ffffff;
		padding-left: 5px;
		text-align: left;
	   }
            
#popup_fuss a {
a:link: text-decoration:none; font-weight:bold; color:#FFFFFF;
a:visited: text-decoration:none; font-weight:bold; color:#FFFFFF;
a:hover: text-decoration:none; font-weight:bold; color:#FFFFFF;
a:active: text-decoration:none; font-weight:bold; color:#FFFFFF;
}
