/* Projekt    : MeinOnlineSpiel
   Komponente : Kundenwebsite
   Datei      : Customer.css
   Inhalt     : Stylesheet mit kundenspezifischen Anpassungen für "Beas Backstube"

     25.01.2015  Gernot Daum  Implementierung
*/

/* Dimensionierung */
div#maintext{width: 94%} /* Voraussetzung: Kein Seitenmenü */
div#Memory{width: 100%}
div#score {width: 98%}
div#Memory table {width: 90%}

/* Hintergrundfarben */
div#wrapper, div#nav, div#footer, div#menu, div#pages, div#scrollitems, div#score
{background: #F0EEEB}
div#maintext {
	background: -webkit-linear-gradient(top, #FDD5CA, #D79864);
	background: -moz-linear-gradient(top, #FDD5CA, #D79864);
}
div#wrapper {
	max-width: 72em; 
	background: -webkit-linear-gradient(top, #F0EEEB, #D79864);
	background: -moz-linear-gradient(top, #F0EEEB, #D79864);
}
div#nav a {color:#000000; background: #F0EEEB}

/* Ende elaaufcuba/Customer.css */