
/* ----- jk_buchdetail.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
	{		
		background-color: #5A8686 ;
		color: #003233;
	}		
	#portal-column-one .portlet
	{
		width: 180px;
		margin: 15px;
	}
	#portal-column-one h6, #portal-column-content h6
	{
		font-size: 100%; 
		margin: 8px 0 0 0;				
	}
	#portal-column-one h6
	{
		color: #ffffff;
	}
	#portal-column-one p
	{
		font-size: 93%;
		margin: 36px 0 0 0;
	}
	#portal-column-content
	{
		width: 430px;		
	}
	#portal-column-content .content
	{
		background-color: #C5D9D9 ;
		color: #003233;
		width: 430px;
		float: left;
	}	
	#portal-column-content .content div
	{	
		padding: 25px 15px 0px 15px;
	}
	
	#portal-column-content .content a
	{
		text-decoration: none;
		color: #003233;
	}
	#portal-column-content .content a:hover
	{
		/*background-color: #12233a ;*/
		color: #ffffff;
	}
	#portal-column-content .content h1
	{
		margin: 0px;
		color: #270000;
	}
	#portal-column-content .weitere
	{		
		float: left;
		width: 430px;
		background-color: #7E2031 ;
		margin: 10px 0 0 0;
	}	
	#portal-column-content .weitere h6
	{	
		color: #ffffff;
	}
	#portal-column-content .weitere div
	{	
		padding: 0px 15px 0px 15px;
	}
	#portal-column-content ul
	{
		margin: 4px 0 0 0;
	}	
	#portal-column-two div
	{
		/*margin: 0 0 10px 0;*/
	}
	
	

	.druckansicht
	{
		background: url(print.gif) no-repeat ;			
		padding: 5px 0 0 24px;
		height: 24px;
		width: 110px;
		font-weight: bold;			
		margin: 0px;	
	}		
	.pdfansicht
	{
		float: right;
		background: url(pdf.gif) no-repeat ;			
		padding: 5px 0 0 24px;
		height: 24px;
		width: 110px;
		font-weight: bold;
		margin: 0px 0px 0px 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 */		
