nav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	width: 1200px;
	
	
}

p {
    float: left;
	
}

p a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

p a:hover {
    background-color: #111;
}

#kopf {
	background-color: #FF0088;
	height: 100px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	text-align: center;

}
#inhalt {
	background-color: #CCCCFF;
	height: 500px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	text-align: center;
}
#fuss {
	background-color: #FF0088;
	height: 100px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	text-align: center;
}
body {
	background-color: #00FF66;
}

h1 {
	text-decoration: unterline;
}
