BODY { margin: 0 0 0 0; background-color: black; color:white; font-family: verdana, arial; }

A, P, OL, UL, DIV, H1, H2 { font-family: verdana, arial; color: white; }
H1 { font-size: 15px; }
H2 { font-size: 13px; }

P, H1, H2 { margin: 0px 0px 5px 0px; }

A { text-decoration: none; color: #ffff80; }
A:hover { text-decoration: underline; }

/* header */
TD.header { border-bottom:5px solid #aaaaaa; border-top:5px solid #aaaaaa; }

/* footer */
TD#footer { border-top: dotted 1px #202020; font-size: 10px; }
TD#footer P { font-size: 10px; text-align: center; }
TD#footer A { font-size: 10px; }

/* content */
TD#content {
  font-family: verdana, arial;
  font-size: 11px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  vertical-align: top; 
  width: 578px;
}

/* menu */
TD#menu {	
  vertical-align: top; 
  width: 192px;
  height: 330px;
  background-image: url(../images/Inge_left.JPG);
  background-repeat : no-repeat;
  padding-top: 10px;
}
TD#menu DIV {
  width: 95%;
}
TD#menu DIV A {
  color: white;
  text-decoration: none;
}
TD#menu DIV A:hover {
  color: white;
  text-decoration: underline;
}

/* menu, level 1 */
TD#menu DIV.menu_level1_normal {
  border-bottom: 1px dotted #202090;
  font-size: 12px;
  padding-top:5px;
  padding-left:5px;
}
TD#menu DIV.menu_level1_active {
  border-bottom: 1px dotted #202090;
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;

  background-color: #000080;
  filter:alpha(opacity='60', style='0');
}

/* menu, level 2 */
TD#menu DIV.menu_level2_normal {
  font-size: 11px;
  padding-left: 20px;
}
TD#menu DIV.menu_level2_active {
  font-size: 11px;
  font-weight: bold;
  padding-left: 20px;
}

