/* für buchhandel-seite */
table.contenttable {
  width: 940px;
	color:  #FBBE01;
	background-color:#FFF8DC;
	
}

table.contenttable td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	width: 25%;
	height: 120px;
}

table.contenttable th {
  vertical-align: top;
  text-align:left;
  font-size:1.0em;
  font-weight:normal;
  height:3em;  
  }
  
table.contenttable caption{
  text-align:left;
  margin-bottom:1em; 
  font-family: Verdana,sans-serif;
  font-weight: bold;  
  color: #C5B9DF;
  }

div #rand{
  float:right;
}

