/* StyleSheets für dynamische CSS Popup Fenster */

.css_window {
  visibility: hidden;
  position: absolute;
  width: 200px;
  height: 30px;
  border: 1px solid #0C4764;
  background-color: white;
  z-index: 99;
}

.css_window_title_bar {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #0C4764;
  background-color: #0C4764;
}

.css_window_title {
/*   width: 100%; */

  margin: 0px;
  border: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;

  color: #00C8EB;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
}

.css_window_close {
  margin: 0px;
  border: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;

  background-color: #0C4764;
  color: black;
  font-weight: bold;
  cursor: pointer;
  height:20px;
}

.css_window_iframe {
    margin: 0px;
}

