/*****************************/
/* CSS Styled Content        */
/*****************************/
.csc-textpic-image {
  _border: solid 1px #aaaaaa;
}
.csc-textpic-caption {
  display: none;
}

/*****************************/
/* Text Styles and Formulars */
/*****************************/
DIV.tx-rlmpflashdetection-pi1,
DIV.tx-felogin-pi1,
DIV.submenutext,
SPAN.submenu-no,
SPAN.submenu-act,
body,
li, 
ul,
p, 
p.bodytext {
  font-family: verdana;
  font-size: 11px;
  color: #ffffff;
  text-align: justify;
  text-transform: lowercase;
}
/*****************************/
/* Links                     */
/*****************************/
a {
  color: #e3001b;
  text-decoration: none;
  /* font-weight: bold; */
  -moz-outline-width: 0; 
}

a:hover {
  color: #ffffff;
}

a.download-pdf {
  padding-left: 23px;
  background: url(../images/adobe.jpg) no-repeat left center;
  color: #e3001b;
  text-decoration: none;
  /* font-weight: bold; */
  -moz-outline-width: 0; 
}
a.download-pdf:hover {
  color: #ffffff;
}

/*******************************/
/* Submenu Text EntryLevel = 2 */
/*******************************/
.submenu-no a {
  padding: 2px;
  color: #e3001b;
  text-decoration: none;
}
.submenu-act a,
.submenu-no a:hover {
  padding: 2px;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
}
.submenu-act a:hover {
  color: #e3001b;
  padding: 2px;
}
.submenu-spacer {
  color: #f5ab00;
}  


