body {
	background: #41AED9 ;
}

#teaser {
	background: #2192BF;
	background: -moz-linear-gradient(45deg,  #2192BF 0%, #41AED9 100%);
	background: -webkit-linear-gradient(45deg,  #2192BF 0%,#41AED9 100%);
	background: linear-gradient(45deg,  #2192BF 0%,#41AED9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2192BF', endColorstr='#41AED9',GradientType=1 );
}

#teaser .left { font-size: 1.1em; color: #FFFFFF !important; }
h1 { font-size: 1.8em; }
h2 { color: #ffffff; }