body { 	
	background-color: #DDF9CC; 
	font-family: Arial, Sans-Serif;
}

h1 {	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {	
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zentriert {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 80px;			
}

nav {
	background-color: green; 
	display: inline-block;
}

nav ul { 
	list-style-type: none;
	padding-left: 0;	
	margin-top: 2px;
	margin-bottom: 4px;
}

nav li {
    display: inline-block;
    margin-left: 50px;
} 

nav a {
    font-size: 0.95em;
    color: white;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}
