body, html {
	height: 100%;
	background-color: #cac1a4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #907f4a;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #907f4a;
	font-weight: bold;
}

div#container {
	margin: 20px auto;
	background-color: #1e1a10;
	width: 857px;
}

div.levenQuote {
	background-color: #000;
	height: 115px;
}

div.levenQuote img {
	margin: 20px 20px;
}

div.leftColumn {
	float: left;
	width: 439px;
}

div.rightColumn {
	float: right;
	width: 340px;
	padding: 20px 50px 20px 20px;
}

div.book {
	float: left;
	width: 285px;
	height: 140px;
	background-color: #1a170e;
}

div.book.odd {
	background-color: #322c1a;
}

div.book div.bookImage{
	float: left;
	width: 100px;
}

div.book div.bookImage img {
	margin: 20px;
}

div.book div.bookDescription{
	padding: 20px 0 0 0;
	float: right;
	width: 180px;
}

div.book div.bookDescription a {
	color: #907f4a;
}

div.book div.bookDescription div.title {
	margin-bottom: 5px;
	color: #907f4a;
	font-weight: bold;
}

div.listeningItem {
	background-color: #1a170e;
}

div.listeningItem.odd {
	background-color: #322c1a;
}

div.listeningItem div.listeningItemLeft {
	float: left;
	width: 100px;
	margin-bottom: 40px;
	border: 1px solid #1a170e;
}

div.listeningItem.odd div.listeningItemLeft {
	border: 1px solid #322c1a;
}

div.listeningItem div.listeningItemLeft img {
	margin-top: 35px;
}

div.listeningItem div.listeningItemRight {
	float: right;
	padding: 20px;
	background-color: #010101;
	width: 710px;
}

div.listeningItem.odd div.listeningItemRight {
	background-color: #1e1a10;
}

p.title {
	color: #907f4a;
	font-weight: bold;
	font-size: 12px;
}

div.contentGedeelte {
	padding: 25px;
}

div.bookSingle {
	background-color: #1a170e;
}

div.bookSingle div.bookLeft {
	float: left;
	width: 250px;
}

div.bookSingle div.bookLeft img.book {
	margin: 20px 20px 10px 20px;
}

div.bookSingle div.bookRight {
	float: right;
	padding: 5px 20px;
	background-color: #010101;
	width: 565px;
}

div.bookSingle.odd div.bookRight {
	background-color: #1e1a10;
}

div.regularItem {
	background-color: #1a170e;
}

div.regularItem div.regularItemLeft {
	float: left;
	width: 100px;
}

div.regularItem div.regularItemLeft img {
	margin: 20px;
}

div.regularItem div.regularItemRight {
	float: right;
	padding: 20px;
	background-color: #010101;
	width: 710px;
}

div.bestel {
	padding: 0;
	margin: 0;
	height: 24px;
	border: 1px solid red;
	text-align: center;
}