/* schriftstil,scrolleiste,abstände */

body{
  color: white ;
  background-color:white;
  font-family: Arial,sans-serif,Verdana, Helvetica;
  font-size: 10pt;

  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: b4d1e1;
  scrollbar-highlight-color : silver;
  scrollbar-shadow-color : black;
}


.main{}
     
a:hover{
  text-decoration:  none; 
  color: cyan;
  background-color: #000060;
}

.textHeaderMenuLink{
  color           : white;
  background-color: #000060;
  text-decoration : underline;
  font-family     : Verdana;
  font-size       : 10pt;
}

.textMenuButton   {
  font-family     : Verdana;
  font-size       : 10pt;
  color           : black;
  text-decoration : none;
}

.textBody{
  font-family     : Verdana;
  font-size       : 10pt;
  color           : white;
}


/*adicionales!!!!*/

.textBodyTitle{
  font-family     : Verdana;
  font-size       : 10pt;
  color           : white;
  font-weight     : bold;
}

.textBodyTitlePrint{
  background-color: white;
  font-family     : "Times";
  font-size       : 12pt;
  color           : black;
  font-weight     : bold;
}


.textExtraBodyTitlePrint{
  background-color: white;
  font-family     : Verdana;
  font-size       : xx-small;
  color           : black;
  font-weight     : normal;

}

.textBodyTitleEmpPrint{
  background-color: white;
  font-family     : Verdana;
  font-size       : 14pt;
  color           : black;
  font-weight     : bold;
}



/*nuevo!!!*/

.textMenuLeft   {
  font-family     : Verdana;
  font-size       : 8pt;
  color           : black;
  text-decoration : none;
}

.textMenuLeftMark   {
  background-color: #42A6E7;
  font-family     : Verdana;
  font-size       : 8pt;
  color           : white;
  text-decoration : none;
  font-weight     : bold;
}





