/***   Standard CSS Stylesheet für www.linde-anlagenbau.de   ***/
/* nach Like30 Vorgaben */

/* 
	Farben:
	LG Blue:			#0D5C91
	LG Cyan:			#00A3E0		(Highlight)
	Hintergrund Grau:	#E5E5E5		Pfad-Navigation
*/



/** News **/
#Content p.beschreibung {
	font-weight:bold;
}
#Content .newsdaten {
	font-size:11px;
	font-weight:normal;
}
#Content p.newsblock b {
	color:#0D5C91;
}
#Content p.newsblock a {
	font-weight:bold;
}
#Content p.newsblock a:visited {
	font-weight:bold;
}
/* Download-Link */
a div.download {
	background-image:url(/img/download.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* weiter, more, go... */
   a div.cont {
   background-image:url(/img/navimg.gif);
   background-repeat:no-repeat;
   background-position:left;
   }
   a div.close {
   background-image:url(/img/close.gif);
   background-repeat:no-repeat;
   background-position:left;
   }

