
/* ----- jk_artikel.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 ;	
	}	
	#portal-column-one a
	{
		text-decoration: none;
		color: #000000;		
		margin: 2px 0 0 0;
	}
	#portal-column-one a:hover
	{
		color: #ffffff;
	}		
	#portal-column-one p
	{
		margin: 15px;
		font-size: 93%;
	}
	#portal-column-one p img
	{
		margin: 0 0 4px 0;
	}
	
	#portal-column-content
	{
		width: 400px;		
		color: #003333;
		background-color: #C5D9D9 ;	
		padding: 15px;	
	}
	#portal-column-content p
	{
		margin: 10px 0 0 0;
	}
	#portal-column-content .formleft
	{
		width: 100px;
		display: block;
		float: left;
	}
	#portal-column-content .formleft .standard
	{
		width: 240px;
	}
	#portal-column-content p .imgfloatright
	{
		float: right;
		margin: 0 0 0 10px;
	}
	#portal-column-content p .imgfloatleft
	{
		float: left;
		margin: 0 10px 0 0;
	}
	#portal-column-content h1
	{
		margin: 0 0 15px 0;
		color: #330000;
	}
	#portal-column-content h6
	{
		margin: 4px 0 2px 0;
		font-weight: bold;
		font-family: verdana,arial,helvetica,clean,sans-serif;
		font-size: 100%;
	}
	#portal-column-content a.mehr
	{
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		display: block;
		margin: 2px 0 20px 0;
	}
	#portal-column-content a.mehr:hover
	{
		color: #ffffff;
	}
	#portal-column-content ul
	{
		margin: 20px 0 10px 16px;
	}
	#portal-column-content li
	{
		list-style: disc outside;
		margin: 2px 0 2px 0;
	}
	#portal-column-content .artikelnavi
	{
		border-top: 1px solid #003333;
		padding: 4px 0 0 0 ;
		margin: 20px 0 0px 0;
		font-size: 93%;
		width: 400px;
		text-align: center;
	}
	#portal-column-content .artikelnavi a
	{
		text-decoration: none;
		color: #003333;
		font-weight: bold;
		font-size: 93%;
	}
	#portal-column-content .artikelnavi .back
	{
		float: left;
		display: block;	
		background: url(pfeil_orange_links.gif) no-repeat ;	
		padding: 1px 0 0 12px;
	}
	#portal-column-content .artikelnavi .forward
	{
		float: right;
		text-align: right;
		width: 70px;
		display: block;	
		background: url(pfeil_orange_rechts.gif) no-repeat ;	
		padding: 1px 12px 0 0;
	}
	#portal-column-content .artikelnavi i
	{
		font-style: normal;
		font-weight: bold;
		text-decoration: underline;
	}
	#portal-column-content strong
	{
		display: block;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	
	#portal-column-content h4
	{
		display: none;
	}
/* 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 */		

