/*Buchrückseite*/

#oriental-dance-book{

	background-image: url(page.jpg);
	} 

/*Flippen*/
.flipleft{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: #F3ECDE; opacity: 0.5; filter:alpha(opacity=50);*/
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px, 0px, 0px, 0px;
	width: 120px;
	height: 580px;
	z-index:10;
	} 

.flipleft a:link {display: block; text-decoration: none; background-image:url(../grafics/0.gif); width: 120px; height: 580px;} 
.flipleft a:hover {display: block; color: #000000; text-decoration: none;background-image:url(../00index/page-flip_left.jpg); width: 120px; height: 580px;} 


.flipright{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: #F3ECDE; opacity: 0.5; filter:alpha(opacity=50);*/
	position: absolute;
	top: 20px;
	left: 724px;
	margin: 0px, 0px, 0px, 0px;
	width: 226px;
	height: 580px;
	z-index:20;
	} 

.flipright a:link {display: block; text-decoration: none; background-image:url(../grafics/0.gif); width: 110px; height: 580px;} 
.flipright a:hover {display: block; color: #000000; text-decoration: none;background-image:url(../00index/page-flip_right.jpg); width: 110px; height: 580px;} 


/*Inhalte*/
.titel_left{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: blue; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 54px;
	left: 49px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 340px;
	height: 50px;
	z-index: 100;
	}

.content_left{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 113px;
	left: 49px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 329px;
	height: 326px;
	z-index: 110;
	}

.titel_right{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: blue; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 70px;
	left: 523px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 340px;
	height: 50px;
	z-index: 200;
	}

.content_right{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 120px;
	left: 523px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 340px;
	height: 410px;
	z-index: 210;
	}

.bookmark{
	/*border: solid; border-width: 1px;
	border-color: red;
	background-color: #F3ECDE;
	opacity: 0.5;
	filter:alpha(opacity=50);*/
	position: absolute;
	top: 564px;
	left: 498px;
	margin: 0px, 0px, 0px, 0px;
	width: 55px;
	height: 60px;
	z-index:300;
	} 
	
.bookmark a:link {text-decoration: none;} 
.bookmark a:hover {text-decoration: none;} 
