body {	background-color: black;	margin: 0px;	padding: 0px;	behavior: url(csshover.htc);}h1 {	color: #808080;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 100%;	text-transform: uppercase;	font-weight: bold;}p {	color: white;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 12px;	margin-left: 10px;}a:link {	color: yellow;}a:visited {	color: yellow;}a:hover {	color: #808080;}a:active {	color: yellow;}#hintergrund {	position: absolute;	left: 50%;	width: 800px;	height: 530px;	margin-top: 20px;	margin-left: -400px;	visibility: visible;	border: 1px solid yellow;	display: block;	z-index: 1;}#gelberbalken {	position: absolute;	background-color: yellow;	top: 310px;	left: 0px;	width: 800px;	height: 124px;	visibility: visible;	display: block;	z-index: 2;}#willkommen {	position: absolute;	left: 60px;	top: 43px;	z-index: 3;}#logo {	position: absolute;	top: 326px;	left: 546px;	z-index: 4;}#haendlerlogin {	position: absolute;	top: 454px;	left: 558px;	z-index: 4;}#de_en {	position: absolute;	top: 480px;	left: 720px;	z-index: 4;}#inhalt {	position: absolute;	top: 100px;	left: 60px;	width: 410px;	height: 350px;	visibility: visible;	display: block;	border: 1px solid yellow;	background-color: black;	padding: 10px 25px 15px 15px;	overflow: auto;	z-index: 5;}#navigation {	position: absolute;	top: 100px;	left: 558px;	z-index: 6;	padding-bottom: 14px;}ul {	margin: 0px;	padding: 0px;	list-style: none;	width: 50px;}ul li {	position: relative;}li ul {	position: relative;	display: none;	left: 10px;}ul li a {	display: inline-block;	/* IE 6 BugFuck thanx to drdoc http://www.webmasterworld.com */	text-decoration: none;	padding-bottom: 5px;}/* IE Holly Hack \*/* html ul li {	float: left;	height: 1%;}* html ul li a {	height: 1%;}/* End */li:hover ul, li.over ul {	display: block;}
