/* schriftstil,abstaende */ 
body {
  margin-top: 2px; 
  margin-left: 5px; 
  margin-right: 5px;
  margin-bottom: 8px; 
  color: black; 
  background-color: #77b9fc; 
  font-family: verdana, arial, sans-serif;
  font-size: 9pt;
} 

table,tr,td { 
  color: #030303;
  background-color: #77b9fc;
  font-family: verdana, arial, sans-serif; 
  font-size: 9pt
} 

/* scrolleiste internet explorer ab vers.5.5 */ 
/* body {scrollbar-arrow-color: #000066; scrollbar-base-color: #336699; 
  scrollbar-highlight-color : #000066; scrollbar-shadow-color : #ffffff;
  SCROLLBAR-TRACK-COLOR: #336699;} */

 /* allgemeine links im text */
a:link {
  font-family: Verdana, arial, sans-serif;
  font-size: 9pt;
  color: #030303;
  text-decoration: underline;
}
a:visited {
  font-family: Verdana, arial, sans-serif;
  font-size: 9pt;
  color: #5381b0;
  text-decoration: underline;
  font-style: normal;
} 

/* a:hover { font-family: Verdana; font-size: 8pt;color: #FF9900; 
  text-decoration: none} */ 

