body
{
	background-color:#00ADEF;
}

header{
  text-align:center;
}

h2{
	font-size:36px;
}

.search{
	font-size:24px;
}

input{
	/*
	height:3em;
	*/
	font-size:36px;
}

footer{
/*
  color:red;
*/
  position: absolute;
  bottom:1em;
  right:1em;
}

menu{
  background-color:white;
  position:absolute;
  left:5px;
  width:150px;
}
screen{
  position:absolute;
  top:6em;
  left:15em;
}

.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: yellow;
  background-color: blue;
  position:relative;
  left:-39px;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: crosshair;
  width:120px;
}

img.produkt{
  height:100px;
  position:relative;
  left:2em;
}

img.produkt:hover{
  height:600px;
}