
/* ----- jk_autorentelefon.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;
		color: #222222;
	}		
	
	#portal-column-content
	{
		width: 650px;	
		height: 739px;
		background: url(bg_site_autorentel.jpg) no-repeat ;		
	}
	#portal-column-content p
	{
		
	}
	#portal-column-content ul
	{
		margin: 190px 0 0 18px;
		display: inline;
		float: left;
		width: 300px;
		list-style-type: disc;
		list-style-position: outside;		
	}
	#portal-column-content li
	{
		margin: 0 0 10px 20px;
		font-size: 93%;
	}
	#portal-column-content a
	{
		color: #222222;
		text-decoration: none;
	}
	#portal-column-content a:hover
	{
		color: #000000;
		text-decoration: underline;
	}
	
	#portal-column-content div
	{
		float: right;
		margin: 190px 40px 0 0;
		width: 210px;
		text-align: left;
		font-style: italic;
		color: #222222;
		display: inline;
		font-size: 93%;
	}
		
	#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 */	



