
/* ----- idonskin_structure.css ----- */
 /*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* ------------------- Place Structure here --------------------------------*/


	.section-front-page
	{		
		background: url(bg_site.jpg) no-repeat ;
		background-color: #d18b04 ;
		color: #000000;
	}

		
	
	#visual-portal-wrapper
	{
		width: 890px;
	}
	

	/* Ausblenden ungenutzter DIVs */
	#portal-siteactions, #portal-searchbox, #portal-logo, #portal-skinswitcher, #portal-breadcrumbs, #portal-personaltools-wrapper, .hiddenStructure, .visualClear, .netscape4, #portlet-login, #portlet-navigation-tree, #portal-colophon
	{
		display: none;
	}


	/* Header/Navi */
	#portal-top
	{		
		position: relative;		
		width: 870px;
		height: 320px;
	}
	#portal-globalnav
	{
		left: 90px;
		top: 289px;
	}
	#portal-globalnav li
	{
		display: inline;
		margin: 0px;	
	}


	/* Contentbereich */
	#portal-column-one, #portal-column-content, #portal-column-two
	{
		float: left;
		display: inline;
		position: relative;
		min-height: 200px;
		margin: 0 0 0 10px;
		width: 210px;		
	}

	/* Footer */
	#portal-footer
	{
		margin: 20px 0 20px 10px;	
		width; 870px;
		color: #270000;
		font-size: 92%;
	}
	#portal-footer a
	{
		color: #270000;
		text-decoration: 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 */

