/*-------------------------------------------------------------
 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:auto;		
	overflow-x:auto;
	overflow-y:auto;
}
body
{
	overflow:visible;
}
body.editor {
	
	}

/* 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 {
	display:block;
	height:95px;
	width:100%;
	background-color: #000000;
	}
body.editor #header {
	height:45px;
	}
/* inside */
#header .inside {
	position:relative;
	height:45px;
	width:995px;
	margin-left: auto;
	margin-right: auto;
	}
body.editor #header .inside {
	width:auto;
	}

#left {
	margin-top: 25px;
	}

/* main content */
#container
{
	margin-left:auto;
	margin-right:auto;
	width:995px;
	z-index:101;
}
body.editor #container {	
	width:auto;
	}
/* 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
{
	margin-left:auto;
	margin-right:auto;
	width:995px;
	z-index:101;
}

/* custom sections */

/************************************
* typolight enter default structure 
*************************************/
body.enter #header
{
	height:295px;
	background-image:url(../images/stripes.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
body.enter #header .inside
{
	height:295px;
}

