html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFFFFF;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
img{
	display: block;
	border-style: none;
}
form{
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div#distance{ 
	width:1px;
	height:50%;
	margin-bottom:-362px; /* half of container's height */
	float:left;
}
div#centercontent{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:724px;
	width:897px;
	clear:left;
	background-image: url(bilder/book_home.jpg);
	background-repeat: no-repeat;
	background-position: 417px 62px;
	overflow: hidden;
}
div#home-image{
	position:absolute;
	left: 420px;
	top: 73px;
	width:407px;
	height:561px;
	background-image: url(bilder/bookbg/home_cover.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}
div#home-left{
	position: relative;
	left: 112px;
	top: 97px;
	background-image: url(bilder/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 143px;
	height: 507px;
	width: 223px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 21px;
	line-height: 30px;
}
div#centercontent div#home-left div{
	position: absolute;
	left: 1px;
	top: 492px;
}
div#centercontent div#home-left select{
	width: 220px;
}
div#disclamer{
	position: absolute;
	bottom: 0px;
	left: 112px;
}