/* --------------------------------------- */
/*            SCHRIFTARTEN                 */
/* --------------------------------------- */

.textBlack {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}

.textBlue {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
}

.textRed {
  font-family: Arial;
  font-size: 11px;
  color: #FF3333;
}

.textOrange {
  font-family: Arial;
  font-size: 11px;
  color: #FFAA33;
}


/* --------------------------------------- */
/*            LINKS                        */
/* --------------------------------------- */

a {
  display:block;
}


/*            YELLOW                       */

a.linkMenu:link {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:visited {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:focus {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:hover {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}

a.linkMenu:active {
  font-family: Arial;
  font-size: 9pt;
  color: #555555;
  text-decoration: none;
}


/*            BLUE                         */

a.linkBlue:link {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:visited {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:focus {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
  text-decoration: underline;
}

a.linkBlue:hover {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
  text-decoration: none;
}

a.linkBlue:active {
  font-family: Arial;
  font-size: 11px;
  color: #000096;
  text-decoration: none;
}


/* --------------------------------------- */
/*            STANDARDBODY                 */
/* --------------------------------------- */

body.standardbody {
  margin: 10px;
  background-color: #0000FF;
  
  scrollbar-3dlight-color:#6666FF;
  scrollbar-arrow-color:#8888FF;
  scrollbar-base-color:#FFFFFF;
  scrollbar-darkshadow-color:#000060;
  scrollbar-face-color:#000096;
  scrollbar-highlight-color:#0000FF;
  scrollbar-shadow-color:#000050;
}



/* --------------------------------------- */
/*            TABLES                       */
/* --------------------------------------- */

table.blind {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.yellowBorder {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #FFFF00;
}

table.yellowBorder td {
  border-color: #FFFF00;
  border-width: 1px 1px 0 0;
  border-style: solid;
  margin: 0;
  padding: 0px;
}


/* --------------------------------------- */
/*            INPUT ELEMENTS               */
/* --------------------------------------- */

.loginTextField {
  width: 102px;
  height: 18px;
  background-color: #0000FF;
  color: #FFFF00;
  font-family: Arial;
  font-size: 11px;
  border: 1 solid #000096;
}

.loginSubmit {
  width: 140px;
  height: 18px;
  background-color: #333396;
  color: #FFFF00;
  font-family: Arial;
  font-size: 11px;
  border: 1 solid #000096;
}

.bodyTextField {
  width: 250px;
  height: 18px;
  background-color: #8899FF;
  color: #000096;
  font-family: Arial;
  font-size: 11px;
  border: 1 solid #000096;
}

.bodyCheckBox {
  width: 18px;
  height: 18px;
  background-color: #8899FF;
  color: #FFFF00;
}

.bodySubmit {
  width: 250px;
  height: 18px;
  background-color: #0000FF;
  color: #FFFF00;
  font-family: Arial;
  font-size: 11px;
  border: 1 solid #FFFF00;
}

.bodyDisplayTextField {
  height: 16px;
  background-color: #0000FF;
  color: #FFFF00;
  font-family: Arial;
  font-size: 11px;
  border: 0;
}

