
  ul#Navigation {
  	font: normal 100% Calibri, Helvetica, Arial, sans-serif;
  	z-index: 2;
	margin: 0; padding-top: 30;
	text-align: right;
	border: none;
	background-color: none;
  }
  
  ul#Navigation li {
  	display: inline;
	list-style: none; 
	
	text-align: center;
  }

  ul#Navigation a, ul#Navigation span {
	padding: 0.2em 1em;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	color: green; background-color: none; background-image:url(images/hg-kasten-normal.png); background-repeat: no-repeat;
  }
  
  
  ul#Navigation a:hover, ul#Navigation span {
	padding: 0.3em 1em;
	font-weight: bold;
	border: 0;
	color: #666633; background-image:url(images/hg-kasten-hover.png); background-repeat: no-repeat;
  }
  
  .schwebend {
  	font: normal 100%, Calibri, Helvetica, Arial, sans-serif;
   	padding: 20px;
  	text-align: right;
  	position:absolute;
  	z-index: 3;
	left:50px; top:260px; width:300px; height:150px;
  }
