/* CSS Document */
.buch{
border-top: 1px solid #CCC;
border-bottom: 0px solid #CCC;
padding:8px;
margin-left:20px;
width:60%;
}
.buch .aut{
font-weight:bold;
font-size:80%;
color:#456B36;
}

.buch .titel{
font-weight:bold;
font-size:90%;
color:#456B36;
}
.buch .tit_u{
font-weight:bold;
font-size:80%;
}
#site_content .buch p{
margin:0px;
padding:0px;
}
.buch .isbn{
font-size:80%;
}
.buch .link{
font-size:80%;
}
.buch .link a{
	padding:2px;
	text-decoration:none;
	color:#456B36;
	padding-left:17px;
	background-image: url(../hg/lnk.gif);
	background-repeat: no-repeat;
	background-position: left center;
}