#linearBg2 {

background: #3f54e1; /* for non css3-Browsers */


/* hell bis dunkelblau, Safari, Chrome */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9cf), to(#0000CC));

/* hell bis dunkelblau, Firefox */
background: -moz-linear-gradient(100% 100% 90deg, #0000CC, #9cf);

/* for I.E. */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000CC', endColorstr='#9cf');
	
	


}

