
/* ----- jk_buecherliste.css ----- */
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* ------------------- Place Styles here --------------------------------*/

/* -------------------------------------------------------------------------*/

	#portal-column-one
	{		
		display: none;
	}		
	
	#portal-column-content
	{
		width: 650px;		
		color: #003333;
		background-color: #C5D9D9 ;	
		padding: 0px;	
	}
	
	#portal-column-content div
	{
		padding: 20px 10px 20px 16px;
		margin: 0px;
		float: left;
	}
	
	#portal-column-content div h1
	{
		margin: 0 0 20px 0;
		padding: 0px;
		color: #330000;
	}
	
	#portal-column-content div strong
	{
		color: #330000;
		font-weight: bold;
	}
	#portal-column-content div div
	{
		margin: 12px 0 0 0;
		padding: 12px 0 0 0;
		border-top: 1px solid #330000;
		float: left;
		width: 620px;
	}	
	#portal-column-content div .mehr
	{
		float: right;		
		text-align: left;
		width: 304px;
		color: #330000;
		font-weight: bold;
		text-decoration: none;
		font-size: 92%;
	}
	#portal-column-content div .mehr:hover
	{
		color: #ffffff;
	}
	#portal-column-content div p
	{
		float: left;		
		font-size: 92%;
		line-height: 136%;
	}
	#portal-column-content div .info
	{
		width: 220px;
	}
	#portal-column-content div .text
	{
		width: 300px;
		height: 110px;
	}
	#portal-column-content div .cover
	{
		margin: 0 16px 0 0;
	}
	
	#portal-column-two h6
	{
		font-size: 100%; 
		margin: 8px 0 0 0;		
	}
	
/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */	

	
	
	
