﻿

#canvas
{
  overflow: hidden;
  padding: 0px;
  background: url('../images/archief_shadow_left_main.gif') repeat-y left 50%;
  height:100%;
	/*margin-right: 30px;*/
	margin-top: 0;
	margin-bottom: 0;
}

.line
{
  float: left;
  width: 100%;
  display: block;
  position: relative;
  /*overflow: hidden;*/
  background: url( "../images/archief_shadow_right_main.gif" );
  background-repeat: repeat-y;
  background-position: right;
  
}

.item
{
  position: relative;
  float: left;
  overflow: hidden;
  left: 100%;
  
}


.column
{
  /* all columns have continous background color */
  /*
  margin-bottom: -5000px;
  padding-bottom: 5000px;
*/
  min-height: 700px;
  height: auto !important;
  /*height: 700px;*/
  float: left;
  
}

/* COL LEFT*/
#main #sidebar-left
{
  margin-left: -100%;
  width: 253px;
  z-index: 100; /*prevent main content from obscuring sidebars */
  height: 100% !important;
  
  background: url( "../images/archief_shadow_left_main.gif" );
  background-repeat: repeat-y;
  background-position: left; 
  background-color: #FFFFFF;
}

#main #maincontent
{
  margin-left: -100%;
  width: 97%;
  color: #444;

}


#main #maincontentHome
{
  margin-left: -100%;
  width: 97%;
  color: #444;

}
/* COL RIGHT*/
#main #sidebar-right
{
  margin-left: -187px;
  width: 187px;
  z-index: 100;
}

#main #sidebar-rightHome
{
	padding-top: 164px;
  margin-left: -187px;
  width: 187px;
  z-index: 100;
  position:relative
  
}


#main #sidebar-right .content
{
  padding-left: .5em;
  padding-right: .5em;
}

#main #maincontent .content
{
  padding: 0px 165px 20px 258px;
  
}

#main #maincontentHome .content
{
  padding: 154px 165px 20px 258px;
	background:url(../images/home_header_image.jpg);
	background-repeat:repeat-x;
	background-position: top right;
}
