/*########################################################################*\

	Developed by 		: Jerry van Heerikhuize
	Version				: 1.0.1
	Creation Date		: 22-02-06
	Modification Date	: 24-08-06
	Creation by			: Jerry van Heerikhuize
	Modification by		: Jerry van Heerikhuize
	Description			: universal layout grids
	File				: grids.css

\*########################################################################*/

/*########################################################################*\

	GENERAL

\*########################################################################*/

.g_611
{
	margin: 0px;
	padding: 0px;
}

.g_611 td { vertical-align: top; }

div.debug td { background-color: #CCC;}
div.debug td.g_611_sep { background-color: black !important; }

.g_611_menu { width: 220px; }

/*########################################################################*\

	SEPERATORS

\*########################################################################*/

/* vertical seperator */
.g_611_sep { width: 13px; }

/* horizontal seperator */
.g_611_sep_hor { height: 13px; }

/*########################################################################*\


\*########################################################################*/

/* 1 column td */
.g_611_1c1, .g_611_2c2, .g_611_3c3, .g_611_4c4, .g_611_6c6 { width: 611px; }

/* 2 column td */
.g_611_2c1, .g_611_4c2, .g_611_6c3 { width: 299px; }

/* 3 column td */
.g_611_3c1, .g_611_6c2 { width: 195px; }
.g_611_3c2, .g_611_6c4 { width: 403px; }

/* 4 column td */
.g_611_4c1 { width: 143px; }
.g_611_4c3 { width: 455px; }

/* 6 column td */
.g_611_6c1 { width: 91px; }
.g_611_6c5 { width: 507px; }
