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

     22.01.2015  Gernot Daum  Implementierung
*/

/* Dimensionierung */
div#maintext {
	/* Voraussetzung dieser Formatierung: Kein Seitenmenü */
	display: flow-root;
	width: 100%; 
	margin: 0;
	padding: 3% 0 3% 0
} 
div.Halbseite{width: 49%; margin-right: 0}
div.Halbseite.first{clear: left; margin-left: 0}
div.Halbseite.last{margin-left: 2%}
div.Drittelseite{width: 32%; margin-right: 0}
div.Drittelseite.first{clear: left; margin-left: 0}
div.Drittelseite:not(.first){margin-left: 2%}
div.Drittelseite img {margin-left: 0}
.emptyline {clear: left}
div#Memory {
	float: none;
	width: 100%;
  max-width: 800px; 
  margin-left: auto; 
  margin-right: auto
}
div#score {width: 100%; max-width: 360px}
div#Memory table {width: 90%}
#Memory button {width: 18.8%; height: auto}
#Memory button.btstyle1 {width: 30%; max-width: 180px}
img.floatnoneFill, img.floatnoneuFill {margin: 0; width: 100%}
img.floatnoneuFill8 {width: 80%; margin-left: 10%}

/* Hintergrundfarben */
div#wrapper, div#nav, div#footer, div#menu, div#pages, div#scrollitems, div#score
{background: #50EAEB}
div#maintext {
	background: -webkit-linear-gradient(top, #D0FAFA, #2829C6);
	background: -moz-linear-gradient(top, #D0FAFA, #2829C6);
}
div#wrapper {
	max-width: 1120px; 
	background: -webkit-linear-gradient(top, #50EAEB, #2829C6);
	background: -moz-linear-gradient(top, #50EAEB, #2829C6);
}
div#nav a {color:#000000; background: #50EAEB}
body#Die_Farbe_Blau div#maintext {background: #FFFFFF}

div.Blau1, div.Blau2, div.Blau3, div.Grau {
	display: inline-block; 
  padding: 0.5em
}
div.Blau1 {background: #31309C; color: #FFFFFF}
div.Blau2 {background: #63659C; color: #FFFFFF}
div.Blau3 {background: #6B69FF; color: #FFFFFF}
div.Grau  {background: #DEDFDE}
