
/* ----- jk_artikelliste.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-two
	{
		width: 1px;
		height: 1px;
	}	
	
	#portal-column-content
	{
		width: 890px;		
		color: #063231;
		background: url(bg_artikelliste.gif) repeat-y ;	
		padding: 0px;	
	}
	
	
	#artikel, #multimedia
	{
		width: 430px;
		padding: 4px 0px 10px 15px;
		float: left;
	} 
	#artikel div , #multimedia div
	{
		float: left;
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #003436;
		width: 400px;
	}
	#artikel h1 , #multimedia h1
	{
		border-bottom: 1px solid #003333;
		width: 370px;
		font-size: 121%;
		padding: 4px 0 4px 30px ;
		margin: 4px 0 0 0;
		height: 20px;
	}
	#artikel h1
	{
		background: url(document.gif) no-repeat ;	
	}
	#multimedia h1
	{
		background: url(multimedia.gif) no-repeat ;	
	}
	#artikel div p, #multimedia div p
	{
		margin: 0 10px 0 0;
		float: left;
		max-width: 320px;
	}
	#artikel div p strong, #multimedia div p strong
	{
		display: block;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	#artikel div p .mehr , #multimedia div p .mehr
	{
		display: block;
		font-weight: bold;
		color: #003333;
		text-decoration: none;
		margin: 2px 0 0 0;
	}
	#artikel div p a:hover , #multimedia div p a:hover
	{
		color: #666666;
	}
	#multimedia div .textonly
	{
		max-width: 400px;
	}



/* 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 */	

