
/* ----- jk_steckbrief.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: #c6e6e0 ; */
	}
	#portal-column-one .portlet
	{
		width: 180px;
		margin: 15px;
	}
	#portal-column-one h6, #portal-column-content h6, #portal-column-two h6
	{
		font-size: 100%;
		margin: 8px 0 0 0;
	}
	#portal-column-one p
	{
		font-size: 93%;
		margin: 36px 0 0 0;
	}
	#portal-column-content
	{
		width: 430px;
	}
	#portal-column-content .content
	{
		background-color: #e5f3f1 ;
		width: 430px;
		float: left;
	}
	#portal-column-content .content div
	{
		padding: 25px 15px 0px 15px;
	}

	#portal-column-content .content a
	{
		text-decoration: none;
		color: #003333;
	}
	#portal-column-content .content a:hover
	{
		/*background-color: #12233a ;*/
		color: #78a0a4;
	}
	#portal-column-content .content h1
	{
		margin: 0px;
		color: #336666;
	}
	#portal-column-content .weitere
	{
		float: left;
		width: 430px;
		background-color: #b3d1cb ;
		margin: 10px 0 0 0;
	}
	#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;*/
	}
	
	#steckbrief
	{
		height: 600px;
		padding-top:119px;
		padding-left:59px;
		padding-right:27px;
	}
	
	#erste-zeile
	{
		width:200px;
	}
	
	#zeilen
	{
	
	}
	
	strong
	{
		font-weight:bold;
	}
	
	#steckbrief_inhalt
	{	
		height:	436px;
		overflow:hidden;
	}
	
	div.steckbrief_navi 
	{
		text-align:center;
		display:float;
		float:left;
		width:110px;
		
	}
	
	a.steckbrief_navi:link,a.steckbrief_navi:visited,a.steckbrief_navi:active,a.steckbrief_navi:focus 	
	{
		text-decoration:none;
		color: #336666;
	}
	
	a.steckbrief_navi:hover
	{
		text-decoration:underline;
		color: #336666;
	}
/* 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 */	


	
