/*.Header {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#F8FCFF', EndColorStr='#DFEFF7');
  }*/
/*Im Bedarfsfall entweder an den BODY oder eine Weitenangabe machen*/

.dshadow {
  width: 100%;
  filter: dropshadow(color=#B0C4DE, OffX=1, OffY=1, positive=1);
  }
.linear {
	filter: alpha(opacity=50, style=1, -moz-opacity="50%")
}

/*Eric Meyers grandiose CSS Pop Ups*/
a.nav span {display: none;}

a.nav:hover span {
   display: block;
   position: absolute; 
   top: 135px; 
   left: 130px; 
   width: 220px;
   padding: 12px; 
   z-index: 100;
   color: #000099; 
   background: #DFEFF7;
   font: 11px Verdana, Arial, sans-serif;
   border-color: #bbbbbb;
	 border-width: 0px 1px 1px 0px;
	 border-style: solid;
}

a.nav:hover span.unten {
   position: absolute; 
   top: 175px; 
   left: 130px; 
}


a.nav:hover span.weiterunten {
   position: absolute; 
   top: 220px; 
   left: 130px; 
}

/*for more info, see http://www.meyerweb.com/eric/css/edge/popups/demo.html */
/*Thank you, Eric!*/  


