body {
background-color:#aedbec;
background-image:url(images/left_neu1.gif);
background-repeat:repeat-x;
/*padding-left: 2em;
padding-top: 2em;*/
font-family: Arial, sans-serif;
font-weight: bold;
color: black;
}

body div.HSG-menue { 
	display: block;
	} /* Overrides 'none' in banner-*.css */

div.HSG-menue {
  margin: 0;
  font-size: 100% /*not smaller*/;
  letter-spacing:1px;
  font-family:Tahoma, Verdana, Arial;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  position: absolute;		/* Fallback if 'fixed' is not supported */
  top: 220px;
  left: 0.2em;
  width: 9.5em;
  right: auto;
}
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
div.endmatter>div.HSG-menue {
  position: fixed;		/* Overrides 'absolute' above */
}

div.HSG-menue p {
  margin: 0; 
  font-family: Arial, sans-serif;
  border: thin outset #fff;	/* Override this color together with bg */
  color: white;
}

/*
div.banner a { display: block; margin: 0 0.5em }
div.banner a + a { border-top: 2px groove #999 }
*/
div.HSG-menue a, div.HSG-menue em { 
background-image:url(images/menubutton2.gif);
  padding: 5px;
  display: block;
}


div.HSG-menue a:first-child { border-top: 5px }

/*div.HSG-menue em { color: #CFC }*/

div.HSG-menue a:link { text-decoration: none; color: white }
div.HSG-menue a:visited { text-decoration: none; color: white }
div.HSG-menue a:hover { color: #000099 }

div.HSG-menue img { height: 24px; float: none; vertical-align: middle }

