/* Farbe (Hinweis nicht entfernen)*/
background: rgba(245,233,234,1);
background: -moz-linear-gradient(top, rgba(245,233,234,1) 0%, rgba(250,235,237,1) 22%, rgba(247,225,227,1) 65%, rgba(252,207,212,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,233,234,1)), color-stop(22%, rgba(250,235,237,1)), color-stop(65%, rgba(247,225,227,1)), color-stop(100%, rgba(252,207,212,1)));
background: -webkit-linear-gradient(top, rgba(245,233,234,1) 0%, rgba(250,235,237,1) 22%, rgba(247,225,227,1) 65%, rgba(252,207,212,1) 100%);
background: -o-linear-gradient(top, rgba(245,233,234,1) 0%, rgba(250,235,237,1) 22%, rgba(247,225,227,1) 65%, rgba(252,207,212,1) 100%);
background: -ms-linear-gradient(top, rgba(245,233,234,1) 0%, rgba(250,235,237,1) 22%, rgba(247,225,227,1) 65%, rgba(252,207,212,1) 100%);
background: linear-gradient(to bottom, rgba(245,233,234,1) 0%, rgba(250,235,237,1) 22%, rgba(247,225,227,1) 65%, rgba(252,207,212,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e9ea', endColorstr='#fccfd4', GradientType=0 );