@charset "iso-8859-1";

/*
(C) 2005-09 pCMS von Marcus Kabele
Version 1.0	2005
Version 1.1	2006.01-02
Version 1.2	2006.04-07
Version 1.4	2006.08
Version 1.5	2006.10
Version 1.6	2007.05
Version 2.0	2007.11
Version 2.1	2010.06	drop ie6 support
*/

/* ================================================= fixed: */
#fixedTop ,
#fixedBottom	{ width: 100%; }

/* ------------------------------------------------- */
/*	Settings for standard browsers other than ie_5-6/Win:
	ie_5-6/Win dont understand CSS selector ">" all other browsers do, even ie_7+
*/
body>#fixedTop ,
body>#fixedBottom
				{ position: fixed; }

body>#fixedTop ,
body>#fixedBottom
				{ left: 0; }
body>#fixedTop
				{ top: 0; }
body>#fixedBottom
				{ bottom: 0; }

#contentContent	{ padding-top: 66px; }	/* 78 */

#fixedBottom	{ height: 90px; }

/* #fixedTop		{ border: 1px #fcc solid; } /* */
/* #fixedBottom		{ border: 1px #ccf solid; } /* */
/* #contentContent	{ border: 1px #fcf solid; } /* */
/* ================================================= */
