﻿html {
	background-attachment: fixed;
	background-image:url('Bilder/background-1884239_1920.jpg');
	background-position:100%;
	background-repeat:no-repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:lime;
	text-align:center;
	text-decoration:underline;
	text-shadow:grey;
	width:60%;
	height:70px;
	margin-left:20%;
	margin-right:20%;
	font-size:48px;
	
}

h1 a {
	text-decoration:none;
	color: #CCFF99;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:gray 1px 1px 2px;
}

h2 {
	text-align:center;
	color:white;
}
	
nav ul {
	list-style-type: none;
	width:100%;
}

nav li {
	display:inline;
	width:100%;
	margin-right:50px;
	background-color:#999966;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 3px outset;
	border-color:silver;
	border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
nav {
	margin-top: 20px;
	text-align:center;
}

nav a {
	text-decoration:none;
	color:white;
	text-shadow: grey;	
}


nav a li:hover {
	border: 3px inset;
	border-color:gray;
	border-radius: 3px;
	text-decoration:underline;	
}	
	
dt {
 font-weight:bold;
  color:white;
}

dd { 
text-align:justify;
color:white;

}
	
footer {
	text-align:center;
	padding:5px;
	background-color:rgba(0,225,0,0,1);
	border-radius:10px;
}

footer p {
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:gray 1px 1px 2px;
}

p {
	color: white;
	width:100%;
	
}

p a {
	color:white;
}

ol {
	color: white;
}

ul {
	color: white;
}

li a {
	color:white;
}

table {
    color: white;
    width:70%;
    margin-left:15%;
    margin-right:15%;
    margin-top:10px;
    margin-bottom:10px;
    
}
table tr td img {
	float:right;
	margin-left:10%;
	margin-right:10%;
	width:50%;
}


dd a {
	color:white;
}

section article {
    margin-right: 10%;
    margin-left: 10%;
	width:80%;
	border-radius: 5px;
	padding: inherit;

	background-color: rgba(225,225,225,0.15);
}

img {
	margin-left:25%;
	margin-right:25%;
	text-align:center;
	margin-bottom: 10px;
	margin-top:10px;
	
}

