nav
 a{
	font-size:35px;
	text-decoration:none;
	color:white
}
nav{
	margin:none;
}
header {
background-color:maroon;
}
nav li{
	display:inline-block;
	margin-right:50px;
	height:50px;
	list-style:none;
	margin-left:300px;
}
nav h1{
	margin-left:700px;
	margin-right:700px;
}
h1{
	text-shadow:1px 2px white;
}
main h1{
	margin-left:300px;
	margin-right:300px;
	color:red;
	margin-top:10px;
	text-shadow:1px 2px black;
}
nav li:hover{
	background-color:red;
}
main{
		width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:maroon;
	text-shadow:;
	margin-top
}
body{
	background-image:url("Bilder/darth.jpg");
	background-size:cover;
}
nav {
		margin-top:none;
}
main img{
	margin-left:50px;
}
header img{
	background-color:maroon;
}
main h2{
	margin-left:300px;
	color:red;
	margin-top:10px;
	text-shadow:1px 2px black;
}
body{
background-image: url("Bilder/darth.jpg") ;
size:cover;
background-attachment:fixed;
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.5s ease-in-out;
-webkit-transition:  0.2s ease-in-out;
transition: 0.5s ease-in-out;

}

body:hover {
background-image: url("Bilder/joker.jpg") ;
}

td img:hover { 
transform: rotate(780deg)scale(0.5,0.5);
transition: 5s; }
main p {
color:silver;
text-shadow:1px 2px black;
}
a {
	color:white;
	text-shadow:none;
}
p {
	font-size:20;
}
p img:hover {
	
}
p {
	margin-left:8px;
	margin-right:8px;
}
img.mySlides{
	height:400px;
	width:80%;
}
caption {
	font-size:200px;
}	
article img{
	width:25%;
	margin-left:10px;
	
}	

table{
	width:100%;
}
td img{
	float:left;
	width:26%;
}
footer{
	color:maroon;
}

