div.verlagsprogramm_missionsverlag {
	margin: 15px;
	position: relative;
}

img.buecher {
	margin-top: 10px;
	float: right;
}
div.verlagsprogramm_missionsverlag h1 {
	font-size: 20px;
	color: #252;
}

/*

		Buch in Übersicht 
															*/

div.buch {
	float: left;
	/* height: 140px; */
	height: 152px;

	width: 270px;

	margin: 5px 10px 4px 4px;
	padding: 5px 0px 0px 5px;
	border: 1px solid #ddf;
	border-right: 3px double #ddf;
	border-left: 3px double #ddf;
	background: #fcfffc;
}

div.buch img {
	float: left;
	margin: 5px 2px 0px 0px;
	margin: 0px;
}
div.buch div.buch_bild {
	float: left;
	width: 80px;
	padding: 0px;
	margin: 5px 2px 0px 0px;

	/*background: yellow;  */
}

div.buch_bild img {
	border: 1px #ddd solid;
}

div.buch div.buch_info {
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-left: 5px;
}

div.buch h1 {
	font-size: 13px;
	color: #252;
	margin: 0px;
	margin-top: 8px;
}
div.buch h2 {
	font-size: 12px;
	color: #252;
	margin: 0px;
	margin-top: 5px;
}

div.buch h1 a:link,
div.buch h1 a:visited,
div.buch h1 a:active,
div.buch h1 a:focus {
	color: #252;
}

div.buch p {
	color: #252;
	margin-top: 6px;
}

div.buch p.autor {
	margin: 5px 0px -5px 0px;
}
div.buch p.isbn {
	margin: 5px 0px -5px 0px;
}

div.buch a:link,
div.buch a:visited,
div.buch a:active,
div.buch a:focus {
	text-decoration: underline;
}

/*

		Buch Details 
															*/


div.buch_details {
	position: relative;
	margin: 5px 20px 20px 10px;
	padding: 5px 5px 30px 5px;
	border: 1px solid #ddf;
	border-right: 3px double #ddf;
	border-left: 3px double #ddf;
	background: #fcfffc;
	width: 840px;
}

div.buch_details div.buch_abbildung {
	position: relative;
	float: right;
	margin: 10px 20px 10px 10px;
	height: auto;
	border: 1px #ddd solid;
}

div.buch_details div.buch_information {
	position: relative;
	float: left;
	height: auto;
	margin: 10px;
}

div.buch_details h1 {
	font-size: 16px;
	color: #252;
	margin: 0px;
	margin-top: 15px;
}
div.buch_details h2 {
	font-size: 14px;
	color: #252;
	margin: 10px 0px 10px 0px;
}

div.buch_details h3 {
	font-size: 12px;
	color: #252;
	margin: 2px 0px 2px 0px;
}
div.buch_details ul {
	color: #252;
	margin-left: 20px;
}
div.buch_details li {

}

div.buch_details p {
	color: #252;
	margin-top: 4px;
}

div.buch_details p.autor {
	margin: 10px 0px -5px 0px;
}
div.buch_details p.details {
	margin: 3px 0px 0px 0px;
}

div.buch_details a:link,
div.buch_details a:visited,
div.buch_details a:active,
div.buch_details a:focus {
	text-decoration: underline;
}

div.buch_details .zurueck {
	margin-top: 40px;
}




