/*stylesheet für Buchpräsentation */

body      {color: #000000; background-color: #FFFFFF;
           background:url(bilder/hg.jpg) repeat;
/*			  background: url(bilder/textur_01.jpg)  fixed repeat; */
           font-family:Arial,sans-serif; font-size:12px;
          }
h1        { font-size:200%;}
h2        { font-size:150%;}
h3        { font-size:130%; }

/*--- Basisbereiche ---*/
.nav{
	left:50px;top:40px;position:fixed;width:200px;
	text-align:center;
	min-height:800px;
}
.txt{
	left:5px;top:10px;position:absolute;
  	background:url(bilder/buch_002.gif) top left no-repeat;
  	width:100%;
	min-height:800px;

}
.book{
	font-family:Cataneo BT;
 	font-size:16px;
 	text-align:justify;

}
.book_txt{
	height:710px; width:500px;
 	background:none;
 	border-width:0px;
 	border-style:none;
 	left:350px;top:30px;
 	position:relative;
 	overflow:auto;
 	padding-right:30px;
 	padding-top:10px;
}
.book_txt img{
	float:left;
	margin-right:15px;
	border-style:outset;
	border-width:5px;
	border-color:#CC0033;
}
.book_txt p{
 margin-top:0px;
}
.book_txt h3{
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:15px;
	padding:20px;
	padding-top:5px;
	border-width:5px;
	border-color:#CC0033;
	border-style:outset;
	width:160px;
	text-align:center;
   background:url(bilder/1231967771.jpg) center left no-repeat;
}
.nav a{
   background: url(bilder/navbut.gif) center top no-repeat;
	min-height:20px; padding-top:28px; margin-top:10px;
   display:block;
   text-decoration: none; color: black;
	font-size:14px; font-weight:bold;
}
.nav hr{width:100px;}
.submenu{
	height:500px;
	overflow:auto;
}
.submenu a{
   background: url(bilder/navbut.gif) center top no-repeat;
	background:none;
	padding-top:0px;
	margin-top:10px;
	margin-bottom:5px;
   display:block;
   text-decoration: underline; color: black;
	font-size:14px; font-weight:bold;
}

.submenu_item{}
.submenu_item a{
	font-size:12px; font-weight:bold;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	text-decoration:none;
}
.submenu h1{
	font-size:18px;
	margin-bottom:5px;
}

