/* CSS Document */
body {
	background-color: #000000;
	margin-left: 25px;
	margin-top: 30px;
}
#navigation {
	font-family: Arial;
	font-size: 11pt;
	color: #a4a1a1;
	height: 22px;
	width: 800px;
	position: relative;
}
#navigation a {
	font-family: Arial;
	color: #a4a1a1;
	z-index: auto;
	height: 22px;
	width: 800px;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Arial;
	color: #e7e3e3;
	position: relative;
	z-index: auto;
	height: 25px;
	width: 800px;
	text-decoration: none;
}
#fashion1 {
	position: absolute;
	height: auto;
	width: 80px;
	left: 0px;
	z-index: auto;
}
#fashion2 {
	position: absolute;
	height: auto;
	width: 80px;
	left: 100px;
	z-index: auto;
}
#beauty {
	position: absolute;
	height: auto;
	width: 65px;
	left: 201px;
	z-index: auto;
}
#portrait {
	position: absolute;
	height: auto;
	width: 80px;
	left: 283px;
	z-index: auto;
}
#contact {
	position: absolute;
	height: auto;
	width: 75px;
	left: 615px;
	z-index: auto;
}
#pwork {
	position: absolute;
	height: auto;
	width: 134px;
	left: 380px;
	z-index: auto;
}
#clients {
	position: absolute;
	height: auto;
	width: 70px;
	left: 530px;
	z-index: auto;
}
#imprint {
	position: absolute;
	height: auto;
	width: 80px;
	left: 705px;
	z-index: auto;
}
.steuerung {
	position: absolute;
	z-index: 100;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 120px;
	height: 450px;
}

