select.dialog_select {  /* MUSS an dieser Stelle stehen, wegen Quickbar Javascript */
  visibility:visible;
  width:250px;
}

body { background-color:#FFFFF4;margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;font-family:Arial,Verdana;font-size:x-small; font-style:normal;}

a:link {font-family:Arial,Verdana;font-size:x-small;font-style:normal;color:#23390E;text-decoration:none}
a:visited {font-family:Arial,Verdana; font-size:x-small;font-style:normal;color:#23390E;text-decoration:none;}
a:hover {font-family:Arial,Verdana;font-size:x-small;font-style:normal; color:#ee0000;text-decoration:underline;}
a:active {font-family:Arial,Verdana;font-size:x-small; font-style:normal; color:#23390E;text-decoration:none;}

td {font-family:arial;font-size:x-small;}

td.menu {background-color:#DAE6D0;};
td.smenu {background-color:#000060;};

table.menu { background-color:#E6EFDF;};

table.submenu { background-color:#cecece;};

td.submenu { background-color:#EFEFDF;};

span.menu {font-family:Arial,Verdana;font-size:small;font-style:normal;};

a.listcmd:link {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:normal;};
a.listcmd:visited {font-family:Arial,Verdana; font-size:x-small;font-style:normal; text-decoration:none;color:#000000;font-weight:normal;};
a.listcmd:hover { font-family:Arial,Verdana; font-size:x-small;font-style:normal; color:#8A670F; font-weight:normal; text-decoration:underline;};

a.menu:link {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:bold;};
a.menu:visited {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:bold;};
a.menu:hover {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#8A670F;font-weight:bold;};

a.sub_menu:link {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:normal;};
a.sub_menu:visited {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:normal;};
a.sub_menu:hover {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#ff0000;font-weight:normal;};
a.sub_menu:active {font-family:Arial,Verdana;font-size:x-small;font-style:normal;text-decoration:none;color:#000000;font-weight:normal;};

table.sub_menu {border:1px solid #B2CEC2;background-color:#FFFBF5};

span.error {
      font-family:Arial,Verdana;
      font-size:10pt;
      font-style:normal;
      color:#cc2222;
};

table.footer {font-family:Arial,Verdana;font-size:xx-small;font-style:normal;text-decoration:none;}
table.header {font-family:Arial,Verdana; font-size:small;text-decoration:none; background-color:#000080;}

.footer {text-decoration:none;font-family:arial,verdana;font-size:xx-small;color:#000000};

td.header {
      font-family:Arial,Verdana;
      font-size:small;
      text-decoration:none;
}

.header {
      font-family:Arial,Verdana;
      font-size:small;
      font-weight:bold;
      text-decoration:none;
}

.head1 {font-family:Arial,Verdana; font-size:small; font-weight:bold; text-decoration:none;}

select.dialog {
      width:250px;
}

select.number {
   width:250px;
};

input.dialog {
      width:250px;
}

textarea.dialog {
      width:250px;
}

td.dialog {
  font-size:x-small;
  font-family:Arial,Verdana;
  background-color:#F2F1E2;
};

td.dialogfolder {
  font-size:x-small;
  font-family:Arial,Verdana;
  background-color:#EAE1D1;
};


td.dialog2 {
  font-size:x-small;
  font-family:Arial,Verdana;
  background-color:#ECEADB;
};

td.dialog3 {
  font-size:small;
  font-family:Arial,Verdana;
  background-color:#DFDFD0;
};

th.dialog {
  font-family:Arial,Verdana;
  font-size:small;
  color:#252422;
  font-weight:bold;
  background-color:#ECEADB;

};

table.dialog {
  font-family:Arial,Verdana;
  background-color:#F2F1E2;

};

.info {
      font-family:Arial,Verdana;
      font-size:x-small;
      font-style:normal;
      border-left:2px solid #888888;
      padding:5px;
      color:#919191;
}

span.dialog {
      font-family:Arial,Verdana;
      font-size:small;
      font-style:normal;
};

.small {
      font-family:Arial,Verdana;
      font-size:xx-small;
      font-style:normal;
}

.text {
      font-family:Arial,Verdana;
      font-size:small;
      font-style:normal;
}

table.panel {
  background-color:#F6F6ED;
};

td.panelborder {
  background-color:#CECEC5;
};

table.panelheader {
  background-color:#eFeFDF;
};

form {margin:0px;padding:0px};



#navigation {
    position: absolute;
    top: 0px; left: -500px;
    width:400px;
    background-color:#8FABC0;
    overflow:auto;
    height:100%;
    visibility:visible;
}

html>body #navigation {  /* ausser fuer IE */
  position: fixed;
}

#content {
  margin: 0 0 0 0; padding: 0px 0px 0px 0px;
}

a.CssInfobox { border-bottom: 1px dashed #c30; text-decoration:none; }
a.CssInfobox:hover { cursor:help; color:#c30; background:white; }
a.CssInfobox span { visibility:hidden; position:absolute; left:-99em;
                   margin-top:1.5em; padding:1em; text-decoration:none; }
a.CssInfobox:hover span { visibility:visible; left:16em;
                         border:1px solid #c30; color:blue; background:white; }


