/* leftSearchTable ist die linke Suchmenü-Tabelle. (momentan nicht benutzt)
*/

.leftSearchTable {
  width: 180px;
  background-color: #EAEAEA;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}

/* leftSearchTable td ist eine horizontale Zelle der linken Suchmenü-Tabelle. (momentan nicht benutzt)
*/

.leftSearchTable td {
  /*border-color: #CCCCCC;*/
  border-color: #EAEAEA;
  border-style: solid;
  border-width: 1px 1px 0px 0px; 
  text-align: center;
}

/* leftSearchFont ist die Schrift, die für die Suchmaschine benutzt wird (momentan nicht benutzt)
*/

.leftSearchFont {
  display: inline;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

/* leftMenuTable ist die linke Menü-Tabelle.
*/

.leftMenuTable {
  width: 180px;
  background-color: #EAEAEA;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  text-align: left;
}

/* leftMenuTable td ist eine horizontale Zelle der linken Menü-Tabelle.
*/

.leftMenuTable td {
  /*border: 1px solid #CCCCCC;*/
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  height: 24px;
  width: 180px;
}

/* leftMenuTable td a definiert einen Link in jedem horizontale Zelle der linken Menü-Tabelle.

   link: normale Links (nicht geklickt). 
   visited: Links, die besucht werden.
   hover: Links, wenn man die Maus über den Link bewegt. 
*/

.leftMenuTable td a{
  padding: 4px;
  padding-left: 10px;
  width: 180px;
  display: block;
}

.leftMenuTable td a:link {
  text-decoration: none;
  color: #006699;
}

.leftMenuTable td a:visited {
  text-decoration: none;
  color: #006699;
}

.leftMenuTable td a:hover {
  color: #FFFFFF;
  /*background-color: #000080;*/
  background-color: #003366;
}

/* leftMenuFont ist die Schrift, die für das linke Menü benutzt ist
*/

.leftMenuFont {
  display: inline;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* leftMenuVerticalCell ist die ganze Zelle wo das linke Menü steht
*/

.leftMenuVerticalCell {
  background-color: #EAEAEA;
}
