html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

img {
	border: none;
}

#flippingbookcontainer {
	width: 100%;
	height: 100%;
}

.getflash {
	width: 350px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.getflash img {
	margin: 0px 10px 50px 0px;
	position: relative;
	top: 3px;
}

.page {
	width: 400px;
	position: absolute;
	top: 110px;
	left: 0px;
}

.fbtitle {
	padding: 4px 7px 4px 22px;
	margin-bottom: 30px;
}

.fbfoot {
	padding: 4px 7px 4px 22px;
	margin-top: 30px;
}

.browse {
	padding: 4px 7px 4px 22px;
	margin-bottom: 30px;
}

h1 {
	padding: 0px 0px 0px 20px;
	font-size: 17px;
}

h2 {
	padding: 0px 0px 0px 20px;
	font-size: 11px;
}

p {
	padding: 0px 0px 0px 20px;
}

h1.new-magazine {
	display: block;
	width: 619px;
	height: 190px;
	overflow: hidden;
	background: url(../images/neues_magazin.gif) 0 0 no-repeat;
	position: relative;
	top: 50%;
	margin: -95px auto 0 auto;
}
h1.new-magazine span {
	display: block;
	width: 619px;
	height: 190px;
	overflow: hidden;
}
body.new-magazine {
	background: url(../images/neues_magazin_bg.gif) center center repeat-x;
	margin: auto auto;
}