/* Haupteigenschaften der Seite */
body {
  font-size:1em;
  background:#DDD;
}

h1 { font-size:1.3em; }
h2 { font-size:1.15em; }

/* Linkfarben */
a:link { 
	color:#B23900; 
	text-decoration:none; 
	}
a:visited { 
	color:#B23900; 
	text-decoration:none; 
	}
a:hover { 
	color:#E56C44; 
	text-decoration:none; 
	}
a:active { 
	color:#BBBBBB; 
	}

/* Handschrift  */  
@font-face {
   font-family:"Girls";
   src: url(../fonts/girls.ttf);
}

/* Elemente auf der Einkaufsliste */
div.bottomline {
  display:block;
  position:relative;
  width:100%;
  text-align:center;
}
div.topline {
  background:#333 no-repeat;
  display:block;
  position:absolute;
  top:0px; left:0px;
  height:32px;
  width:100%;
  font:22px Helvetica;
  color:#333;
  padding:5px 5px 0px 0px;  
}
div.menuline {
  background:#333 no-repeat;
  display:block;
  position:relative;
  top:-8px;
  margin-left:auto; margin-right:auto;
  margin-top: 0px; margin-bottom: 0px; 
  border:0px solid #333;
  width:350px;
  padding:5px 0px 0px 0px; 
  color:#FFF;
  font:22px Helvetica;
  height:32px;
  text-align:center;
}
div.refresh {
  display:inline;
  padding:0px;
  margin:5px;
  vertical-align:middle;
  text-align:left;
}
div.menu {
  display:inline;
  padding:0px;
  margin:5px;
  vertical-align:middle;
  text-align:right;
}
span.menuItem {
  display:inline;
}
div.hintergrundmenu {
  background:#333;
  font:lighter 0.8em Helvetica;
  position:absolute;
  top:1.8em;
  right:-2px;
  display:none;
  width:170px;
  padding:10px;
  z-index:1;
}

div.yel {
  background:#fdfad7 url(./pin2.png) no-repeat top center; 
} 
div.whi {
  background:#FFF url(./pin1.png) no-repeat top center; 
}
div.red {
  background:#ffceda url(./pin2.png) no-repeat top center; 
}
div.gre {
  background:#ccfbd7 url(./pin1.png) no-repeat top center;   
}
div.blu {
  background:#c4dbfd url(./pin1.png) no-repeat top center;  
}
div.vio {
  background:#dbd6fe url(./pin2.png) no-repeat top center; 
} 
div.wod {
  background-color:#e3d1bb; 
  background-image: url(./schraube.png), url(./wood.jpg);
  background-position: top center, top left; 
  background-repeat: no-repeat, repeat;  
}
div.met {
  background:#d1d1d1 url(./metal.jpg) repeat; 
}
div.kit {
  background:#f0d1e1 url(./HelloKitty.png) no-repeat top right; 
}
div.smb {
  background:#0000e1 url(./SuperMarioBros.png) no-repeat bottom right;
}
                   
div.global {
  position:relative;
   border:0px solid grey;
  box-shadow:0px 8px 12px 0px #999;
  -webkit-box-shadow:0px 8px 12px 0px #999;
  width:300px;
  margin-left:auto; margin-right:auto;
  padding:50px 15px 15px 15px;
  font:1em Helvetica;
  line-height:1.5em;
  text-align:center;
}
input {
  font:1.1em Girls,sans-serif;
  padding:0.2em;
  background:transparent;
  border:solid #999;
  border-width:0px 0px 1px 0px;
}
input.listenname {
  width:240px;
  font-weight:bold;   
}
input.zeile {
  width:258px;
}
input.check {
  border:1px solid #555;
  background:white;
}
button.erstellen {
  text-align:center;
  vertical-align:middle;
  border-radius:20px;
  -webkit-border-radius:20px;
  box-shadow:5px 5px 5px #999;
  -webkit-box-shadow:5px 5px 5px #999;
  background:#FFF;
  font:1em sans-serif;
  color:#333;
  margin-left:auto; margin-right:auto;
  padding:10px;
  border:0px solid #999;
}
button.speichern {
  position:sticky;
  bottom:15px;
  width:3em; height:3em;
  text-align:center;
  vertical-align:middle;
  border-radius:50%;
  -webkit-border-radius:50%;
  box-shadow:5px 5px 5px #999;
  -webkit-box-shadow:5px 5px 5px #999;
  background:#FFF;
  font:1em sans-serif;
  color:#333;
  margin-left:250px; margin-right:0px;
  padding:0px;
  border:0px solid #999;
}

/* Stil der Checkboxen konfigurieren */
input {
   -webkit-appearance: none;
 }
input[type=checkbox] {
   display: inline-block;
   background:#e6e6e6 url(./unchecked.png) no-repeat center center;
   font-size: 15px;
   width: 18px;
   height: 18px;
   -webkit-border-radius: 0.25em; 
}
input[type=checkbox]:checked {
   background: url(./checked.png) no-repeat center center;
   -webkit-background-size: 20px 20px; /* shrink high resolution background */
}                                                                                  
