@CHARSET "ISO-8859-1";
*{
	margin: 0px;
	padding: 0px;
}
.center{
	text-align: center;
}
/* --- HTML/BODY AREA START --- */
html,
body{
	height: 100%;
	width: 100%;
}
body{
	min-height: 768px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
div#bodyOuterBox {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
div#bodyMiddleBox {
	position: relative;
	display: table-cell;
	height: 768px;
	text-align: center;
	vertical-align: middle;
}
div#bodyInnerBox,
div#bodyInnerBox_1 {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: auto;
	text-align: left;
	background:#ffffff;
	color:#000000;
}
div#bodyInnerBox_1 {
	background: none;
}
/* --- text box START --- */
div#homeContentBox{
	height: 100%;
	width: 100%;
	background-image: url("./../images/buchvorstellung.jpg");
	background-repeat: no-repeat;
}
div#leseprobeContentBox{
	height: 100%;
	width: 100%;
	background-image: url("./../images/leseprobe.jpg");
	background-repeat: no-repeat;
}
div#content{
	display: none;
}
div#contentMenuBox{
	position: absolute;
	top: 254px;
	left: 38px;
}
div#leseprobeContentBox div#contentMenuBox{
	top: 650px;
	left: 28px;
}
div#contentMenuBox a{
	color: #494949;
	text-decoration: none;
	margin-right: 40px;
	font-size: 11px;
}
div#contentMenuBox a#color,
div#contentMenuBox a:hover{
	color: #a80929;
}
div#contentInnerBox{
	margin: 20px;
}
div#kontakt{
	display: none;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 500px;
	height: 580px;
	background-color: #ffffff;
	border: 1px solid #a80929;
}
div#kontakt1{
	display: none;
	position: absolute;
	left: 120px;
	top: 57px;
	width: 500px;
	height: 580px;
	background-color: #ffffff;
	border: 1px solid #a80929;
}
div#neuerscheinungen{
	display: none;
	position: absolute;
	width: 1040px;
	height: 750px;
	padding: 10px;
	background-color: #ffffff;
	background-image: url("./../images/Bilder_und_Grafiken.jpg");
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border: 1px solid #a80929;
}
div#leseprobeContentBox div#kontakt{
	left: 104px;
	top: 385px;
}
div#rezension{
	display: none;
	position: absolute;
	left: 350px;
	top: -50px;
	width: 351px;
	height: 865px;
	background-color: #ffffff;
	border: 1px solid #a80929;
}
img#rezension{
	margin: 10px 0px 0px -20px;
}
div#kontakt h3,
div#kontakt1 h3{
	margin-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
}
div#kontakt p,
div#kontakt1 p{
	line-height: 17px;
	font-size: 12px;
}
div#rezension p{
	line-height: 11px;
	font-size: 8px;
}
div#kontakt a,
div#kontakt1 a,
div#rezension a{
	display: block;
	margin-top: 10px;
	text-align: right;
	line-height: 22px;
	font-size: 12px;
	color: #494949;
	text-decoration: none;
}

div#kontakt a:hover,
div#kontakt1 a:hover,
div#rezension a:hover,
div#neuerscheinungen a:hover{
	color: #a80929;
}

div#neuerscheinungen a{
	display: block;
	margin-top: 735px;
	text-align: right;
	line-height: 22px;
	font-size: 12px;
	color: #494949;
	text-decoration: none;
}