#popup_background {
  display: none;
  background-color: #6c9e2f;
   background-color: #adff2f;
  /*background-color: #EE00EE;*/
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter:Alpha(opacity=60);
  position: fixed;
  top: 0px;
  left: 0px;
  /*width: 3000px;
  height: 5000px;*/
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 12;
}

#popup_breit {
  display: none;
  position: fixed;
  top: 20%;
  left: 40%;
  z-index: 12;
}

#popup_content {
  position: relative;
  top: -100px;
  left: -160px;
  width: 323px;
  z-index: 12;
}

#popup_content_breit {
  position: relative;
  top: -100px;
  left: -160px;
  width: 609px;
  z-index: 12;
}

#popup_titelleiste {
  border-bottom: 1px solid #999;
  background-color: #eee;
  cursor: default;
}

#popup_titel {
  padding: 3px;
  display: block;
}

#popup_titel_breit {
  margin-bottom: 4px;
  display: block;
}

#popup_titelleiste div {
  display: block;
  padding: 3px;
  margin-right: 3px;
  float: right;
  cursor: pointer;
}

#popup_inhalt {
  padding: 8px;
  min-height:50px;
  height:auto !important;  /* für moderne Browser */
  height:50px;  /*für den IE */
}

#popup_inhalt_breit {
  padding: 8px;
  min-height:50px;
  height:auto !important;  /* für moderne Browser */
  height:50px;  /*für den IE */
}

#popup_inhalt .submit {
  padding: 2px 5px;
  text-align: center;
  height: 20px;
}

#popup_inhalt_breit .submit {
  padding: 2px 5px;
  text-align: center;
  height: 20px;
}

#popup_inhalt div {
  margin-top: 8px;
  text-align: center;
}

#popup_inhalt_breit div {
  margin-top: 8px;
  text-align: center;
}

/**FAKE**/
.b_titel_left_popup{
	background-image: url(top_v2.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.popup_box_mainleft{
	padding-left: 3%;
	padding-right: 3%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: left;
	text-align: justify;
	min-height:50px;
	height:auto !important;  /* für moderne Browser */
	height:50px;  /*für den IE */
}
