/* standard.css */


/* Allgemeines */
html,body {
  background: white;
}

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

body, td, th, a, input, select, textarea, button  {
  font-family: arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}

input, select, textarea {
  border: 1px solid #CCCCCC;  /* #D4D0C8;*/
  background-color: #F3F3F3;
}

button  {
  border: 1px solid #797979;
  background: #dcdcdc;
  background: url(/images/navbg_tile_l.gif);
}

a {
  text-decoration: none;
  color: blue;
}

form {
  margin: 0px;
}

img {
  border: none;
  vertical-align: middle;
}

fieldset  {
  padding: 5px;
  border: 0;
  border-top: 1px solid #999;
}

legend  {
  color: #486791;
  font-weight: bold;
}

table {
  color: black;
  width: 100%;
  border: none;
}

td {
  vertical-align: top;
}


/* Bildschirmaufbau */
#screenleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 14em;
  height: 100%;
  color: black;
  background: #6699cc;
}

#screenmain {
  position: absolute;
  top: 0;
  left: 14em;
  right: 0;
  height: 100%;
  background: white;
  text-align: left;
}

#screenmainheader {
  padding-left: 20px;
  font-size: 2em;
  line-height: 1.2em;
  color: black;
  background: #ccc;
}

#screenmainmiddle {
  width: auto;
  color: black;
  background: white;
  padding: 20px;
  min-height: 480px;
}

* html div#screenmainmiddle {height: 1em;}  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */



/* Hauptmenue */
#menu {
  margin: 10px;
}

#menu .menuheader {
  padding: 5px;
  background: #ccc;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  padding: 5px 0;
  width: 100%;
  background: #eee;
  border-top: 1px solid white;
}

#menu a {
  font-size: 10pt;
  font-weight: normal;
  padding-left: 20px;
  display: block; color: black;
}

#menu a:hover {
  color: blue;
}

#menu a.here {
  text-decoration: underline;
}
#menu ul ul {
  padding-top: 5px;
}

#menu ul ul li {
  padding: 5px 0 5px 0;
}

#menu ul ul a {
  padding-left: 40px;
  font-size: 14px;
  color: #394c94;
}




.logo             {margin: 20px;}
.logo a           {font-size: 24px; color: black;}



/* Login - Seite */
#loginkopf {
  margin: 40px 0 0 40px;
  font-size: 5em;
  color: #6699cc;
}

#loginpanel {
  margin-left: 40px;
}

.loginbuttonpanel {
  margin-left: 40px;
  margin-top: 20px;
}

#loginpanel .erklaerung {
  font-size: 10px;
  margin: 20px 0 10px;
}



.buttonpanel    {margin-top: 20px;}


.clearboth      {clear: both;}
.clearleft      {clear: left;}
.clearright     {clear: right;}


.tabs             {margin-bottom: 10px;}
.tabs ul          {padding: 0; margin: 0; list-style: none; height: 18px; background-image: url(/images/tabs/tabs_bg.gif);}
.tabs li          {float: left; padding: 0; margin: 0 5px 0 0; background: url(/images/tabs/tab_bg.gif) no-repeat left top;}
.tabs a           {text-decoration: none; color: black; font: normal 10pt Arial,Helvetica,sans-serif; padding: 3px 10px; display: block; background: url(/images/tabs/tab_end.gif) no-repeat right top;}
.tabs .current    {height: 18px; background: url(/images/tabs/tab_sel_bg.gif) no-repeat left top;}
.tabs .current a  {background: url(/images/tabs/tab_sel_end.gif) no-repeat right top;}


.eingabezeile label {width: 10em; float: left;}
.eingabefeld        {width: 250px;}

.formularfehler {margin-left: 20px; color: red; background-color: transparent; font-weight: bold;}
.fehlertext     {color: red; background-color: transparent;}


#insertdiv {
  margin-bottom: 20px;
}



#liste {
  height: 440px;
  overflow: auto;
}

#liste table {
  width: 800px;
}

#liste table tbody tr {
  height: 20px;
}

#liste tbody tr:hover {
  background: #cfc;
}

.feldnamen_row {
  background: #d3dce3; line-height: 20px;
}

.even_row {
  background: #ddd;
}

.odd_row {
  background: #fff;
}



#visliste          {border: 1px solid #c0c0c0;}
#visliste table    {}
#visliste table th {height: 20px;}


#rechteliste table thead th {
  text-align: center;
}



.light_row_class {
  background: white;
}

.heavy_row_class {
  background: #dfdfd7;
}

.skyblue_class {
  background: skyblue;
}

.listbg_class {
  background: #efefef;
}



.finder_table {
}

.finder_table input,
.finder_table select {
  border: 1px solid white;
  background: #ededed;
  margin-top: 2px;
}

.finder_table_content {
  background: #c0c0c0;
}

.data_border{
  border: 1px solid #c0c0c0;
  margin-bottom: 10px;
  width: 812px;
}


.data_header,
.data_header_table {
  background: #c0c0c0;
  padding: 0 10px 0 10px;
}

.data_header td,
.data_header_table td {
  line-height: 20px;
}

.data_header_div {
  background: #c0c0c0;
  height: 23px;
  padding: 0 10px 0 10px;
  font-size: 9pt; line-height: 22px;
}

.data_content_table {
  margin: 5px 10px;
  width: 790px;
  padding: 0px;
}

#status_content_header,
#planungsabsprachen_header,
#contact_content_header,
#connect_content_header {
  background: #efefe7;
  font-weight: bold;
}

#status_content_header td,
#planungsabsprachen_header td,
#contact_content_header td,
#connect_content_header td {
  border-bottom: 1px solid black;
  vertical-align: bottom;
}

.save_button,
.find_button,
.new_button {
  font-size: 10pt;
  color: white;
  background: #010987;
  border: 1px solid white;
  width: 120px;
  margin-top: 1px;
}


#terminpanel td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 32px;
}

.terminentry {
  position: absolute;
  left: 47px;
  top: 0px;
  height: 32px;
  width: 565px;
  background: #ddd;
  padding: 3px 5px;
}

.toolbar {
  background: ButtonFace;
  padding: 3px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.toolbar img {
  cursor: pointer;
  vertical-align: middle;
}

.toolbar .button {
  background: ButtonFace;
  color: ButtonText;
  border: 1px solid ButtonFace;
  padding: 1px;
  margin: 0px;
  width: 18px;
  height: 18px;
}

.toolbar .button:hover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.toolbar .textbutton {
  background: ButtonFace;
  color: ButtonText;
  border: 1px solid ButtonFace;
  padding: 1px;
  margin: 0px;
  height: 18px;
}

.toolbar .textbutton:hover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.toolbar .imgbutton {
  background: ButtonFace;
  color: ButtonText;
  border: 1px solid ButtonFace;
  padding: 1px;
  margin: 0px;
}

.toolbar .imgbutton:hover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.toolbar .separator {
  margin: 2px;
  border-left: 1px solid ButtonShadow;
  border-right: 1px solid ButtonHighlight;
  width: 0px;
  height: 18px;
  padding: 0px;
}

.toolbar .buttonPressed {
  padding: 2px 0px 0px 2px;
  background: ButtonHighlight;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.toolbar .buttonDisabled {
  padding: 1px;
  /*filter: gray() alpha(opacity = 25); -moz-opacity: 0.25;*/
  border: 1px solid ButtonFace;
}

