/*-------------------------------------------------------------
 CSS TEMPLATE FOR XHTML 1.0 TRANSITIONAL HTML-DOCUMENTS
 Version 1.0
 
 - grid
---------------------------------------------------------------*/

/************************************
* page scrolling behaviour
*************************************/

/* when in standards mode, use styles below */

html
{
	overflow:scroll;		
	overflow-x:auto;
}
body
{
	overflow:hidden;
	background-color:#DADBE0;
}

/* when in quirksmode, use styles below */

/*
html
{
	overflow:hidden;
}
body
{
	overflow:scroll;		
	overflow-x:auto;
}
*/

html,
body
{
}
div
{
}

/************************************
* typolight default structure
*************************************/

/* page wrapper */
#wrapper
{
}
/* header */
#header
{
}
/* main content */
#container
{
}
/* main content left column */
#container #left
{
}
#container #left .inside
{
}
/* main content right column */
#container #right
{
}
#container #right .inside
{
}
/* main content main column */
#container #main
{
}
#container #main .inside
{
}

/* footer */
#footer
{
}


/* custom sections */


