/*
 * DESCRIPTION
 * CSS styles used by the lay-out of 03 Spaces website   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Layout styles
 */


/* Layout styles 
-------------------------------------------------------------------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}

#maincontainer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 0 auto; */
    text-align: left;
    background: url(//manage.o3spaces.com/Clients/2/htdocs/2/images/mainbg.gif) repeat-y top;
	min-height: 660px;
}

#topsection {
    height: 135px;
    /*background: url(//manage.o3spaces.com/Clients/2/htdocs/2/images/topsection_bg.gif) repeat-x top;
	background: url(//beheer.o3werk.nl/Clients/2/htdocs/1/images/topsection_bg.gif) repeat-x top;*/
}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin: 0 175px;
}

#leftcolumn {
    float: left;
    width: 175px; 
   margin-left: -985px;
    background: url(//manage.o3spaces.com/Clients/2/htdocs/2/images/leftmenu_bg.gif) repeat-y;
    padding-bottom: 5px;
    height: 660px;
    min-height: 100%;
	
}

#rightcolumn {
    float: left;
    width: 175px; 
    margin-left: -175px;
    background: url(//manage.o3spaces.com/Clients/2/htdocs/2/images/rightmenu_bg.gif) repeat-y;
    padding-top: 5px;
		/* position: relative; */
		/*
		height: 100%;
		min-height: 100%;
		*/
	height: 660px;

}

#text_content {
    width: 628px;
    padding: 6px;
}

#text_content_home {
    width: 100%;
    padding: 6px;
}

#footer {
    clear: left;
    width: 100%;
    height: 42px;
    background: url(//manage.o3spaces.com/Clients/2/htdocs/2/images/bottom.gif) repeat-x;
    position: relative;
} 
