/* * Template Version: 2.2 * */
/* * Date: 2007-04-12 * */
/* * Author: Jonas Hartmann code A_T jonas DASH hartmann DOT c0m * */
/* * XHTML 1.0 Valid, CSS 2.1 Valid * */

/**************/
/*** 1Colum ***/
/**************/
/* Remove context column box */
#box_context {
	display: none;
}
/* Stretch layout boxes */
#box_bottom,
#box_bottom_2 {
	width: 62em;
	width: 62.2em;
}
/* Stretch breadcrume box */
#box_breadcrume {
	width: 55.25em; /* 62-6.75 */
}
/* Stretch content box */
#box_content {
	width: 48em;
	width: 48.2em;
	border-right: 1.55em solid #000;
}
