nav img {
	width: 100px;
}
nav {
	background-color: black;
	margin: 0;	
	position: fixed;
	width: 100%;
}
nav ul {
	list-style: none;
    font-size: 50px;
}
nav ul li{
	display: inline-block;
	margin: 100px;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
}
nav ul a {
	color:	rgb(221, 153, 255);
}
nav header {
	background-color: black;
	color: rgb(204, 255, 153);
	padding-top: 250px;
}
header {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
	color: white;
	padding-top: 230px;
	text-decoration: underline;
}
body {
	margin: 0;
	background-image: url("bilder/Hintergrund.jpg");
	background-attachment: fixed;
	background-size:cover;
}
footer a {
	color: rgb(209, 71, 71);
	font-size: 50px;
}
article img {
	width: 400px;
	transition: width 2s;
}
article img:hover {
	width:100%;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 230px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height:170px;
}

div.desc {
    padding: 15px;
    text-align: center;
}
main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
main h1 {
	text-decoration: underline;
}
main ul img {
	width: 100px;
	transition: width 2s;	
}
main ul img:hover {
   border: 3px solid #777;
   width: 50%;
}
.Text {
	font-size: 30px;
}


































