/* Absoluter Tooltip */
div#menu {
	position: relative;
	top: 10px;
	left: 0px;
	width: 450px;
	height: 205px;
	font: 18px Verdana, sans-serif;
	z-index: 100;
  }
  
div#menu a {
	display: block;
	color: #808080;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: left;
	margin-left: 50px;
	text-decoration: none;
	vertical-align: top;
	letter-spacing: 1px;
	padding-left: 30pt;
	line-height: 20pt;
  }
  
div#menu a:hover {
	color: #EE7F00;
  }

div#menu a span {
	display: none;
}
div#menu a:hover span {
	display: block;
	position: absolute;
	width: 570px;
	z-index: 100;
	color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	text-align: left;
	top: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	left: 495px;
   }
   
   div#projekte {
	position: absolute;
	top: 200px;
	left: -24px;
	width: 450px;
	height: 205px;
	font: 18px Verdana, sans-serif;
	z-index: 100;
	position: absolute;
  }
  
div#projekte a {
	display: block;
	color: #808080;
	background-image: url(images/HG_Orange.gif);
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left: 50px;
	text-decoration: none;
	vertical-align: top;
	letter-spacing: 1px;
	padding-left: 20pt;
	line-height: 20pt;
	background-repeat: no-repeat;
  }
  
div#projekte a:hover {
	color: #666;
	background-image: url(images/HG_Pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 20pt;
  }

div#projekte a span {
	display: none;
}
div#projekte a:hover span {
	display: block;
	position: absolute;
	width: 570px;
	z-index: 100;
	color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 20pt;
	text-align: left;
	top: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	left: 483px;
}


