html {
	width: 100%;
	min-height: 100%;
	height:100%;
}

body {
	position: relative;
	text-align: center;
	border : 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 13px;
	background: url('pics/poelking_intro_bg.jpg') repeat-x #e54d13;
	color: #ffffff;
	line-height:1,3em;
}

a {
	color: #ffffff;
}

#wrapper {
	position: relative;
		width: 842px;
		margin: auto;
}

#auswahl {
	position: absolute;
	top: 250px;
	width: 842px;
	height: 291px;
}

#auswahl img {
	position: absolute;
	left: 70px;
}

#auswahl ul {
	list-style-type: none;
	margin: 240px 0px 0px 0px;
	padding: 0px;
}

#auswahl li {
  margin: 0px 40px 0px 0px;
  padding: 0px;
  float: left;
}

#auswahl li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-transform:uppercase;
	position: relative;
	z-index: 20;
}

#hand {
	position: absolute;
	left:0px;
	top: 0px;
}

img, div, a, input { behavior: url(/iepngfix.htc) }