body   { font-family: Arial, Helvetica, sans-serif; padding:10px; color: #000000; background-color:#FFFFFF;} 
h1     { font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: bold;}
h2     { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; }
h3     { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; }
p      { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; }
table  { font-family: Arial, Helvetica, sans-serif; font-size:0.8em; background-color:#F3F3F3;  }
        .suchmaske  {font-family: Arial, Helvetica, sans-serif; font-size:0.8em; background-color:#F3F3F3; }
        .suchmaske_bold  {font-family: Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; background-color:#F3F3F3; }

a 	   {font-family: Arial, Helvetica, sans-serif; color: #0767B1; font-size:1em;}
      .suchergebnisse       {font-family: Arial, Helvetica, sans-serif; font-size:1em; color: #0767B1; font-weight: bold; text-decoration: none; }
      .suchergebnisse:hover {font-family: Arial, Helvetica, sans-serif; font-size:1em; color: #7BB0DC; font-weight: bold; text-decoration: none; }

/* Style für die Adminleiste------------------------------------------------*/

  ul#Uebersicht {
  font-size: 1.4em;
  float: left; width: 13em; 
  margin: 0; padding: 0;
  border: 1px dashed silver;

  }
  
  ul#Uebersicht li {
  list-style: none;
  margin: 0.5em; padding-left: 0.5em; padding-right: 0.5em;
  }

  ul#Uebersicht a, ul#Navigation span {
  display: block;
  padding: 0.2em;

    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border: 1px solid black;
    border-left-color: #e1e1e1; border-top-color: #e1e1e1;
    color: #666; background-color: #eee;
  }

  ul#Uebersicht a:hover, ul#Navigation a:active, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

/*------------------------------------------------------------------------------------------------*/

