/*Buchrückseite*/

#oriental-dance-book{
	/*border: solid; border-width: 1px; border-color: red;*/
	background-image: url(page.jpg);
	} 

/*Schriften Sonderformatierung*/
h3 { margin-top:18px}
h3 {font-size: 105%;margin-top:8px}
h4 {font-size: 100%; font-weight:normal}
ol, ul {margin-top:0px}
	li {margin-bottom: 1px}


/*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: 70;
	left: 100;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 330;
	height: 50;
	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: 456px;
	left: 100px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 350px;
	height: 91px;
	z-index: 110;
	}

.titel_right{
	/*border:dotted ; border-width: 1px; border-color: red;
	background-color: blue; opacity: 0.2; filter:alpha(opacity=20);*/
	position: absolute;
	top: 70px;
	left: 540;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 340px;
	height: 34px;
	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: 95px;
	left: 540;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 339px;
	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: 145px;
	left: 100;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 104px;
	height: 302px;
	z-index: 50;
	}
	
.twitter{
	position: absolute;
	top: 136px;
	left: 211px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 233px;
	height: 310px;
	z-index: 200;
	}
	
.twitter-back{
	border: dotted;
	border-width: 1px;
	border-color: #463519;
	background-color: #ffffff;
	opacity: 0.2;
	filter:alpha(opacity=20);
	position: absolute;
	top: 139px;
	left: 215px;
	margin: 0px, 0px, 0px, 0px; /*top, right, bottom, left*/
	width: 227px;
	height: 301px;
	z-index: 100;
	}

