/* ---  überall die Aufteilung: 212px - 477px - 265px ---*/
/*  - aus presentation.css: */
#products_inner_wrapper .background,
#products_portal_wrapper .background,
#solutions_portal_wrapper .background  {
  right:265px;
  left:212px;
}
/*
#home_wrapper .left_and_center .center_col {
  width:325px;
}
*/

/* - aus layout.css: */
#call_to_action {
  width:265px;
}
.left_and_center, 
.h1_strip, 
.intro_text, 
.left_and_center_headers  {
  width:689px;
}
#solutions_portal_wrapper .left_col {
  width:212px;
}
#right_col {
  width:265px;
}

/* - aus leftnav.css: */
.left_col li a:link, 
.left_col li a:visited,
.left_col li a:hover, 
.left_col li a:active {
  width:186px;  
}


