/*--------------------Content--------------------*/
div#header
{
	z-index: 2;
	position: absolute;
	width: 800px;
	background-color: transparent;
	color: inherit;
}

/*--------------------Schriftzug--------------------*/
div#pp
{
	font-size: 4em;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 2px #fff;
}

/*--------------------Navigation--------------------*/
div.nav
{
	position: absolute;
	margin: 60px 0 0 30px;
	width: 450px;
	height: 380px;
}

ul.nav
{
	display: inline;
	list-style: none;
	font-size: 1em;
	letter-spacing: .1em;
	color: rgb(85,65,50);
	background-color: inherit;
	overflow: auto;
}

ul.nav li:hover
{
	color: rgb(235,235,235);
	background-color: inherit;
	font-weight: bold;
	list-style-type: disc;
}

ul.nav li:hover :before
{
	content: " ";
}

ul.nav li:hover :after
{
	content: "!";
}

ul.nav li a:hover
{
	color: rgb(235,235,235);
	background-color: inherit;
	font-weight: bold;
	list-style-type: disc;
}

li#nav1
{
	position: absolute;
	left: 158px;
	top: 0px;
}

li#nav2
{
	position: absolute;
	left: 138px;
	top: 50px;
}

li#nav3
{
	position: absolute;
	left: 120px;
	top: 100px;
}

li#nav4
{
	position: absolute;
	left: 103px;
	top: 150px;
}

li#nav5
{
	position: absolute;
	left: 85px;
	top: 200px;
}

li#nav6
{
	position: absolute;
	left: 67px;
	top: 250px;
}

li#nav7
{
	position: absolute;
	left: 50px;
	top: 300px;
}

li#nav8
{
	position: absolute;
	left: 32px;
	top: 350px;
}

li#nav9
{
	position: absolute;
	left: 15px;
	top: 400px;
}

a.nav
{
	display: block;
	text-align: right;
	line-height: 1.3em;
	color: rgb(85,65,50);
	background-color: inherit;
	text-decoration: none;
}

/*---Footer--------------------*/
p.footer
{
	clear: both;
	width: 734px;
	text-align: center;
	font-size: .75em;
	position: relative;
	top: 550px;
}
