/*   Stylesheet zur Homepage der IKO Nippon Thompson Europe B.V.             IIIIIII    KKKKK      KKKKK   OOOOOOOOOO
     unter den Domains                                                       IIIIIII    KKKKK    KKKKKKK   OOOOOOOOOO
       iko-nt.de                                                               III        KKK  KKKK        OOO    OOO
       iko-ntd.de                                                              III        KKKKKKK          OOO    OOO
       iko-ntd.com                                                             III        KKK  KKKK        OOO    OOO
       nipponthompson.de                                                       III        KKK    KKKK      OOO    OOO
                                                                            IIIIIIIII  KKKKKK      KKKKKK  OOOOOOOOOO
     2004 by Pascal Gwosdek (mailto:webmaster@iko-nt.de)                    IIIIIIIII  KKKKKK        KKKK  OOOOOOOOOO
     z.T. nach einem OpenSource-Projekt von server101.com                                                              */

/* ---------------------------------------------- */

body {
  font-size: 12px;
  font-family: "Arial" "Helvetica" "sans-serif";
}

a {
  color: #EFB3B3;
}

/* ---------------------------------------------- */

#ntd, #ntdn, #ntdr, #ntds {
  list-style: none;
}

#ntd_main, #ntdn_main, #ntdr_main, #ntds_main {
  text-decoration: none;
  font-weight: 600;
}

#hinweis {
  position: absolute;
  top: 117;
  left: 40;
  color: #EFB3B3;
  font-size: 10px;
  width: 100%;
}

/* ---------------------------------------------- */

ul.mbh {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-weight: 600;
}

ul.mbh li {
  float: left;
  width: 150;
  padding: 0;
  margin: 0;
  z-index: 1;
}

ul.mbh ul li { /* Hintergrundrahmen */
  float: none;
  position: relative;
  border-bottom: 1px solid #A00000; /* behebt im IE ein Abstandsproblem */
}

#ntds li ul { /* Hintergrund NTDS (3 Items)*/
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -98;
  left: 8;
  background: #A00000;
  z-index: 2;
}

ul.mbh li ul { /* Hintergrund NTD* (4 Items)*/
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -118;
  left: 8;
  background: #A00000;
  z-index: 2;
}

ul.mbh ul ul {
  margin-left: .2em;
  position: absolute;
  top: 0; /* if using borders, -1px to align top borders */
  left: 9em;
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active { /* Beschriftung normal */
  display: block;
  padding: .2em .5em;
  text-decoration: none;
  background: transparent;
  color: #EFB3B3;
}

ul.mbh li a:hover,
ul.mbh li a:active { /* Beschriftung highlighted */
  background: #700000;
  color: #FFFFFF;
}

ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
  width: 100% -.5em;
}

ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
	background: transparent;/*#C80000;*/
	color: #FFFFFF;
}


