/*  von Volker Friedrich-Schmid  www.jura-basic.de*/


/* ------------------------------  */
/* ---------  Navigation 1.Tab ----------*/
/* ------------------------------  */
.tab_nav1  
{ 
  
  border: 1px solid black; 
  position: relative; left: 0px;  /* -- relative und dann left oder top --*/
  box-shadow_: 0px 0px 0px grey;
  margin-left: 0px; 
  height: 0px; 
  vertical-align: top;
  text-align: left;

  width: 100%;
  background-color_: white;

}

/* -- tabelle td (zeile)--*/
.tab_nav1 td
{ 

  border: 0px solid grey; /* -- rahmen --*/


}

/* ------------------------------  */
/* ---------  Navigation 2.Tab ----------*/
/* ------------------------------  */
.tab_nav2  
{ 
  top: 30px;
  border: 0px solid grey; 
  position: relative; left: 0px;  /* -- relative und dann left oder top --*/
  box-shadow: 0px 0px 0px grey;
  margin-left: 0px; 
  height: 0px; 
  vertical-align: top;
  text-align: left;

  width: 100%;
  background-color_: white;

}

/* -- tabelle td (zeile)--*/
.tab_nav2 td
{ 

  border: 0px solid grey; /* -- rahmen --*/

}

/* ------------------------------  */
/* ---------  Suchbox 3.Tab ----------*/
/* ------------------------------  */

.tab_nav3_  
{ 
  top: 0px;
  border: 0px solid grey; 
  position: relative; left: 25px;  /* -- relative und dann left oder top --*/
  box-shadow: 0px 0px 0px grey;
  margin-left: 0px; 
  height: 0px; 
  vertical-align: top;
  text-align: left;

  width: 98%;
  background-color_: white;

}

/* -- tabelle td (zeile)--*/
.tab_nav3 td
{ 

  border: 0px solid grey; /* -- rahmen --*/

}