

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration:none;
    color:#000000;
  }


.text_gross {
    color : #ffffff;
    font-size:16px;
    font-weight:bold;
  }


.text_bold {
    color : #ffffff;
    font-size:12px;
    font-weight:bold;
  }


.text {
    color : #ffffff;
    font-size:12px;
    font-weight:normal;
  }


.text_bold_titel {
    color : #ffffff;
    font-size:18px;
    font-weight:bold;
  }


.text_winzig {
    color : #ffffff;
    font-size:1px;
    font-weight:normal;
  }


.index_aktiv_sub {
    color : #bc4d1e;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.index_aktiv {
    color : #ffffff;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.index {
    color : #ffffff;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.index:visited {
    color:#ffffff;
  }


.index:hover {
    color:#bc4d1e;
  }


.index:active {
    color:#bc4d1e;
  }


.link {
    color : #ffffff;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.link:visited {
    color:#ffffff;
  }


.link:hover {
    color:#4b391f;
  }


.link:active {
    color:#4b391f;
  }


