/*
  In dieser css-Datei werden nur die vom Hauptmenue
  abhaengigen Farben eingestellt.
  Generelle Angaben siehe
    -> styles/main.css
    -> styles/menu.css
*/

/*
  a
  td.mainHeader
  td.mainMenuMarginTop
  td.mainMenuBottom
  td.mainContent
  td.mainContentBottom
  td.mainBottomLeft
  td.mainBottomRight
  mainContact
    td
    a
  td.menuLevelIcon_xx_high
  a.menuLevel_xx
  a.menuLevel_xx_high
*/

a:link, a:visited {
  color: #3B4146; /* siehe auch unten -> a.mainContact */
}
a:active, a:hover {
  color: white;   /* siehe auch unten -> a.mainContact */
}

td.mainHeader {
  background-image: url(images/head.jpg);
}
td.mainMenuMarginTop {
  background-image: url(images/menuline.jpg);
}
td.mainMenuBottom {
  background-image: url(images/menubottom.jpg);
}
td.mainContent,
td.mainContentBottom {
  color: #3B4146;
}
td.mainContent {
  background-image: url(images/pix_content.jpg);
}
td.mainContentBottom {
  background-image: url(images/contentline.jpg);
}
td.mainBottomLeft,
td.mainBottomRight {
  background-image: url(images/pix_bottom.jpg);
}

td.mainContact {
  background-image: url(images/pix_content.jpg);
  color: #3B4146;
}
a.mainContact:link, a.mainContact:visited {
  color: #3B4146; /* siehe auch oben -> a */
}
a.mainContact:active, a.mainContact:hover {
  color: white;   /* siehe auch oben -> a */
}

td.menuLevelIcon_01_high,
td.menuLevelIcon_02_high,
td.menuLevelIcon_03_high {
}

a:link.menuLevel_01, a:visited.menuLevel_01,
a:link.menuLevel_02, a:visited.menuLevel_02,
a:link.menuLevel_03, a:visited.menuLevel_03 {
  color: #878C89;
}

a:active.menuLevel_01, a:focus.menuLevel_01,
a:active.menuLevel_02, a:focus.menuLevel_02,
a:active.menuLevel_03, a:focus.menuLevel_03 {
  color: #3B4146;
}

a:hover.menuLevel_01,
a:hover.menuLevel_02,
a:hover.menuLevel_03 {
  color: #3B4146;
}

a:link.menuLevel_01_high, a:visited.menuLevel_01_high,
a:link.menuLevel_02_high, a:visited.menuLevel_02_high,
a:link.menuLevel_03_high, a:visited.menuLevel_03_high {
  color: #3B4146;
}

a:active.menuLevel_01_high, a:focus.menuLevel_01_high,
a:active.menuLevel_02_high, a:focus.menuLevel_02_high,
a:active.menuLevel_03_high, a:focus.menuLevel_03_high {
  color: #878C89;
}

a:hover.menuLevel_01_high,
a:hover.menuLevel_02_high,
a:hover.menuLevel_03_high {
  color: #878C89;
}

