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

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

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

.css_window_title {
  width: 100%;

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

  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

  background-color: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
}
