/* --------------------------------------------------------------------------------- */
/* -----------Styles for left navigation menu -------------------------------------- */
/* --------------------------------------------------------------------------------- */

.section_heading {
  display: block;  /* to allow background image expanding to full height+width */
  height: 40px;
  width: 230px;
  line-height: 40px;  /* to achieve vertical justification of text in button */
  padding: 0;
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 5px;

  background-image:url("../images/Button_Section230x40.png");
  background-repeat:no-repeat;
  background-size: 100%;
  box-shadow: 2px 2px 3px 1px #5a4e4e;

  text-align: center;
  vertical-align: middle;
  font-weight:bold;
  font-size:16px;
  white-space:nowrap;
  /* font-size:0.85em; */

}

/* Navigation buttons definition */
.nav {
  list-style: none;       /* no bullets */
  padding: 0;             /* to remove automatic indent of li elements */
  margin-left: 0px;
  margin-top: 0 ;
  margin-bottom: 0 ;
}

.nav a {
  display: block;  /* to allow background image expanding to full height+width */
  height: 30px;
  width: 210px;
  line-height: 30px;  /* to achieve vertical justification of text in button */
    
  margin: 8px;
  margin-left: 15px;

  background-image:url("../images/ButtonmitSchalter210x30a.png");
  background-repeat:no-repeat;
  background-size: 100%;
  box-shadow: 1px 1px 2px 2px #5a4e4e;  

  text-align: left;
  text-indent: 35px ;
  font-weight:bold;  
  font-size:14px;
  white-space:nowrap;
  /*font-size:0.75em;*/
}


.nav a:link    { color:black; text-decoration:none;}
.nav a:visited { color:#1a5f10; text-decoration:none;}
.nav a:hover   { text-decoration:none; background-image:url("../images/ButtonmitSchalter210x30b.png"); background-size: 100%;}
.nav a:active  { font-weight:bolder;text-decoration:none;}
