#header { 
  background-image: url(../images/header/header_bg.jpg);
  height: 199px;
  width: 890px;
}

/* Any styles that apply to the majority of the links can be defined together */
#menu a {
  position: relative;
  text-indent: -9999px; 
  letter-spacing: -9999px; 
  font-size: 0;
  text-decoration: none;
}

/* Position each link individually */
a#home { 
  left: 66px;
  top: 10px;
  height: 102px;
  width: 127px; 
}

a#partner { 
  left: 124px; 
  top: 45px;
  height: 93px;
  width: 106px;
}

a#info { 
  left: 171px; 
  top: 36px;
  height: 123px;
  width: 83px;
}

a#contact { 
  left: 171px; 
  top: 18px;
  height: 115px;
  width: 118px;
}

a#imprint { 
  left: 226px; 
  top: 1px;
  height: 98px;
  width: 145px;
}

/* Rollover effects */
a#home:hover { 
  background-image: url(../images/header/homeglow.jpg); 
}

a#partner:hover { 
  background-image: url(../images/header/partnerglow.jpg); 
}

a#info:hover { 
  background-image: url(../images/header/infoglow.jpg); 
}
a#contact:hover { 
  background-image: url(../images/header/contactglow.jpg); 
}


a#imprint:hover { 
  background-image: url(../images/header/imprintglow.jpg); 
}

/* Bugfix for Internet Explorer that causes the rollover images to refrain from disappearing as expected */
a#home:hover, a#partner:hover, a#info:hover, 
a#contact:hover, a#imprint:hover { 
  border: none; 
}
