body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

header {
	background-color: #99cc33;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}

h1 {
	margin: 0;
}

nav {
	margin-top: 20px;
}

nav ul {
	list-style: none;
	display: flex;
}

nav li {
	margin-right: 20px;
}

nav a {
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	text-decoration: underline;
}

section {
	padding: 40px;
}

section h2 {
	margin-top: 0;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

.button {
	display: inline-block;
	background-color: #99cc33;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	
}

.button:hover {
	background-color: #546f1d;
}

.hd{
    display: flex;
    justify-content: space-between;
    width: 380px;
}

.link {
    background-image: url(icon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
    height: 10px;
    width: 10px;
}

.teil{
    width: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
}

.img{
    width: 35px;
    height: 35px;
    display: inline-block;
}

footer {
    position: relative;
    bottom: 0;
	background-color: #e6f3cd;
	padding-top: 20px;
	text-align: center;
    height: 65px;
}
