body,html {
   padding         : 0px;
   margin          : 0px;
   background      : #ffffff;
}

table, td, tr, p,div,form,center {
   color           : #000000;
   font-family     : arial, sans-serif, helvetica;
   font-size       : 12px;
   padding         : 0px;
   margin          : 0px; 
}

#contentTab p,div {
   line-height     : 18px;
}

#mainTab {
   width            : 100%;
   height           : 100%;
   background-image : url(../files/layout/jpg/tabBG.jpg);
   background-repeat: no-repeat;
}
h1 {
   color           : #003D8F;
   font-size       : 18px;
   padding         : 0px;
   padding-bottom  : 15px;
   margin          : 0px;
   letter-spacing  : 1px;
   font-weight     : bold;
}
h2 {
   color           : #000000;
   font-size       : 11px;
   padding         : 0px;
   padding-bottom  : 0px;
   margin          : 0px;
   font-weight     : bold;
}

h3 {
   color           : #000000;
   font-size       : 11px;
   padding         : 0px;
   padding-bottom  : 0px;
   margin          : 0px;
   font-weight     : bold;
}

ul {
   padding         : 0px;
   margin          : 0px;
   margin-left     : 10px;
   margin-top      : 5px;
   margin-bottom   : 5px;
   
}
ol {
   padding         : 0px;
   margin          : 0px;
   margin-left     : 12px;
   margin-top      : 5px;
   margin-bottom   : 5px;
   
}
li {
   margin          : 0px;
   paddin          : 0px;
   margin-left     : 10px;
   line-height     : 18px;
}

IMG {
   border          : 0px;
}
.tickerText {
  color            : #000000;
}

.formFeld {
  border           : 1px inset;
  padding-left     : 4px;
}

a, a:link, a:active, a:visited {
  color            : #CC0033;
  font-size        : 12px;
  text-decoration  : none;
}
  a:hover {
  color            : #000000;
}

/****************************
 * Main-Navigation Normal   *
 *                          *
 ********/
 .mainNormal a {
  color            : #CC0033;
  text-decoration  : none;
}
 .mainNormal a:link {
  color            : #CC0033;
  text-decoration  : none;
}
 .mainNormal a:active {
  color            : #CC0033;
  text-decoration  : none;
}
 .mainNormal a:visited {
  color            : #CC0033;
  text-decoration  : none;
}
 .mainNormal a:hover {
  color            : #000000;
  text-decoration  : none;
}
/****************************
 * Main-Navigation Active   *
 *                          *
 ********/
 .mainActive a {
  color            : #000000;
  text-decoration  : none;
}
 .mainActive a:link {
  color            : #000000;
  text-decoration  : none;
}
 .mainActive a:active {
  color            : #000000;
  text-decoration  : none;
}
 .mainActive a:visited {
  color            : #000000;
  text-decoration  : none;
}
 .mainActive a:hover {
  color            : #CC0033;
}
