/* DATEI: buecher.css */



div.image {
	float: left;
	width: 100px;
}

div.image img {
	width: 100px;
	margin: 0px auto;
	border: 1px #006E89 solid;
}


div.description {
	float: right;
	width: 380px;
	text-align: left;
}

div.description p.title {
	color: #8E1700;
	margin: 0 0 5px 5px;
}

div.clear1 {
	height: 10px;
    line-height: 10px;
	clear: both;
}

div.clear {
	height: 25px;
	clear: both;
}

div.clear2 {
	height: 3px;
    line-height: 1px;
	clear: both;
}


table.desc {
	width: 380px;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

table.desc tr td.left {
	background: transparent;
	padding: 2px 0 2px 0;
	width: 110px;
	vertical-align: top;
}

table.desc tr td {
	background-color: #C5E5EC;
	padding: 2px 0 2px 0;
	width: 270px;
	vertical-align: top;
}

table.desc tr.odd td {
	background: transparent;
}


p.table {
	margin: 0 5px 0 5px;
}