/*Buchrückseite*/

#oriental-dance-book{
	/*border: solid; border-width: 1px; border-color: red;*/
	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(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: 840px;
	margin: 0px, 0px, 0px, 0px;
	width: 110px;
	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(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: 70px;
	left: 108px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 335;
	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: 120px;
	left: 108px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 335;
	height: 410px;
	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: 510px;
	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: 510px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 340px;
	height: 410px;
	z-index: 210;
	}
	
.foto_left{
	/*border: solid; border-width: 1px; border-color: red; background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 73px;
	left: 113px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 310;
	height: 440;
	z-index: 50;
	}

.foto_right{
	/*border: solid; border-width: 1px; border-color: red; background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 70px;
	left: 513px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 320;
	height: 440;
	z-index: 510;
	text-align:center;
	}
	
.movie_frame{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 127px;
	left: 508;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 328;
	height: 246;
	z-index: 310;
	}

.movie{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 129px;
	left: 510px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 328;
	height: 246;
	z-index: 510;
	}

.movie_legende{
	/*border: solid; border-width: 1px; border-color: red;
	background-color: green; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 384px;
	left: 508px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 332px;
	height: 40;
	z-index: 410;
	}

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

