body {
background-color: #A4A4A4;
}


h1 {
font-size: 50px;
text-align: left;
}

h2 {
font-size: 15px;
text-align: left;
}
img {
width: 60%;
}

ul#menu {
margin: 0;
padding: 0;
font: bold 1em Georgia, Times, serif;
list-style-type: none;
}

#menu a {
display: block;
margin: 5px 0;
color: black;
text-decoration: none;
font: bold 1em Georgia, Times, serif;
line-height: 35px;
width: 170px;
border: 1px solid black;
background: #fc0;
text-align: center;
}

#menu a:hover {
color: #DF7401;
background: yellow;
}

ul.galerie1 li {
float: left;
margin: 0 10px;
padding: 10px;
border: 1px solid #ddd;
list-style: none;
}

ul.galerie1 li a img {
float: left;
width: 200px;
}

ul.galerie1 li a:hover img {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
}

