body {
	background-color:#e0e0e0;
}

#wrapper {
	background-color: white;
	min-height: 500px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	border-radius: 15px;
}


#header {
	text-shadow: 1px 1px 4px#000;
	color: #fff;
	line-height: 170px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	height: 200px;
	width: 720px;
	background-image: url(img/Vorhang.png)
}

#navi {
	width:auo;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
}

#navi li {
	float: left;
}

#content {
	margin-top:20px;
	margin-left: 20px;
	margin-right: 20px;
}

a.header:link {
	text-decoration: none;
}

a.header:visited {
	text-decoration: none;
}

a.header:hover {
	color: #fff;
	text-decoration: underline;
}
