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

     18.01.15  Gernot Daum  Beginn der Implementierung
*/

/* Dimensionierung */
div#wrapper {max-width: 89em}
div#nav {width: 80%} /* Soll nicht neben die Website Überschrift rurschen */
div#maintext{width: 95%} /* Voraussetzung: Kein Seitenmenü */
form#JGame {width: 99%; margin-left: 0.5em}

/* Hintergrundfarben */
div#maintext{background: #DDF1B9}
div#wrapper, div#nav, div#footer, div#menu, div#pages, div#scrollitems, div#score
{background: #F4E8FA}
div#wrapper {
	background: -webkit-linear-gradient(top, #F4E8FA, #E365BA);
	background: -moz-linear-gradient(top, #F4E8FA, #E365BA);
}
div#nav a {color:#000000; background: #F4E8FA}
div#score, table#table1 caption{background: #DDF849}


/* Ende grandmasorchids/Customer.css */