@CHARSET "ISO-8859-1";

/*** Gff. Änderungen an der Webseite ***/ /*** Allgemeine Angaben ***/
DIV#div_editor,DIV#div_editor_popup {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  z-index: 100;
}

DIV#div_editor IMG {
  border: 0px;
}

DIV#div_editor .code {
  font-family: monospace;
  background: white;
  border: 1px solid gray;
  padding: 3px;
}

DIV#div_editor TABLE {
  border-collapse: collapse;
}

DIV#div_editor DIV.error {
  color: gray;
  font-weight: bold;
  font-size: 9px;
}

DIV#div_editor DIV.message {
  color: gray;
  font-weight: bold;
  font-size: 9px;
}

DIV#div_editor {
  text-align: left;
  overflow: visible;
  background: #efefef;
  border: 2px solid silver;
  padding: 20px;
  position: absolute;
  top:20px;
  left:15px;
  right:15px;
}

DIV#div_editor DIV#myvary_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
}

DIV#div_editor DIV#editor_logo {
  color: silver;
  font-weight: bold;
  font-size: 9px;
  margin-top: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

DIV#div_editor.div_editor_alt {
  position: absolute;
  top: 120px;
  left:720px;
  width: 450px;
  height: 430px;
}

DIV#div_editor.div_editor_alt .insert_button {
  font-size: 10px;
  padding: 0px;
  margin: 3px;
  width: 70px;
}

DIV#div_editor H1 {
  font-size: 12px;
  height: 50px;
}

DIV#div_editor H2 {
  font-size: 12px;
  height: 20px;
  margin-bottom: 0px;
  color: gray;
}

DIV#div_editor H3 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}

DIV#div_editor P {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 17px;
  width: 400px;
}

DIV#div_editor P.indented {
  margin-left: 45px;
  margin-top: 0px;
}

DIV#div_editor HR {
  width: 450px;
  margin-left: 0px;
  height: 0px;
  border: 0px;
  border-top: 1px solid silver;
}

DIV#div_editor IMG.icon_24 {
  float: left;
  margin-right: 8px;
  margin-top: 10px;
}

DIV#div_editor IMG.icon_32 {
  float: left;
  margin-right: 15px;
}

DIV#div_buttons {
  
}

DIV#div_editor TABLE#editor_buttons A {
  font-size: 10px;
  color: black;
  border: 0px;
  text-decoration: none;
  color: black;
}

DIV#div_editor TABLE#editor_buttons {
  margin: 0px;
  margin-top: 2px;
  text-align: left;
  padding: 5px;
  font-size: 9px;
  margin-top: 5px;
  height: 45px;
  color: black;
}

DIV#div_editor TABLE#editor_buttons TD {
  text-align: center;
  width: 80px;
  height: 60px;
  border: 0px;
  color: black;
  font-size: 10px;
  white-space: nowrap;
  padding: 0px;
}

DIV#div_editor TABLE#editor_buttons TD IMG {
  margin: 0px;
  float: none;
}

DIV#div_editor TABLE#editor_buttons TD   INPUT {
  font-size: 10px;
}

DIV#div_editor FORM {
  margin: 0px;
}

DIV#div_editor {
  font-size: 12px;
  color: black;
  margin-top: 10px;
}

DIV#div_editor TABLE TH {
  text-align: left;
  font-size: 11px;
  padding: 5px;
}

DIV#div_editor TABLE TD {
  padding: 5px;
  font-size: 12px;
  border: 1px dashed gray;
}

DIV#div_editor TABLE TD.width_200 {
  width: 200px;
}

DIV#div_editor P#backlink {
  margin-top: 5px;
  margin-bottom: 20px;
}

DIV#div_editor_popup {
  width: 380px;
  font-size: 12px;
}

DIV#div_editor_popup P {
  line-height: 20px;
  font-size: 10px;
}

DIV#div_editor_popup IMG.icon_32 {
  float: left;
  margin-right: 10px;
}

DIV#div_editor_popup DIV.div_close A {
  color: gray;
  font-size: 10px;
}

DIV#div_editor_popup DIV.div_close {
  float: right;
  padding-top: 8px;
}

DIV#div_editor_popup H1 {
  font-size: 16px;
  color: gray;
  padding-top: 6px;
}

DIV#div_editor_popup TABLE {
}

DIV#div_editor_popup TH {
  padding: 5px;
  font-size: 11px;
  text-align: left;
}

DIV#div_editor_popup TABLE {
  width: 380px;
}

DIV#div_editor_popup TD {
  border: 1px solid silver;
  padding: 5px;
  font-size: 11px;
}

/*** Admin Panel ***/
DIV#div_admin_panel {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #FFFFFF;
  border: 0px;
  border-bottom: 1px solid silver;
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

DIV#div_admin_panel A,DIV#div_admin_panel FONT {
  font-weight: normal;
  font-size: 10px;
  margin-right: 21px;
}

DIV#div_admin_panel A#myvary_link {
  margin-left: 5px;
  font-weight: bold;
  color: gray;
  text-decoration: none;
}

DIV#div_admin_panel IMG.icon_12 {
  float: none;
  margin-right: 3px;
}