@import url("default.css");
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	background: #f9f8f6 url(img/back.png) repeat-x;
}
h1 {
	position: relative;
	top: 40px;
	left: 650px;
	text-indent: -3000px;
	background: url(img/nicolasdierking.png) no-repeat;
	height: 72px;
	width: 396px;
}
h2 {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #333;
	font: italic bold 35px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	width: 600px;
	padding: 10px;
}
#content {
	position: relative;
	top: 70px;
	left: 650px;
	width: 400px;
}
ul {
	margin: 10px 0 50px 0;
}
ul li {
	float: left;
	margin: 0 5px 0 0;
}
p {
	color: #333;
	clear: left;
}
#impressum {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
#impressum_center {
	position: relative;

	width: 850px;
}
#impressum_center p {
	width: 850px;
	text-align: left;
	font-size: 10px;
}
.nowrap {
	white-space: nowrap;
}