/* style_big_content.css */


/*
 * Redefine Styles for Typo3 content from center (main) column
 */
/* 
#content-center-wrapper {float:left;width:780px; }  
#content-center {margin:0px;overflow:hidden;}
*/

/* #maincontent-wrapper {width:770px; }  */
/* #page-content-right-wrapper {
  width:726px; ORIG 580px 
} */
#page-maincontent-left-wrapper {
  width:726px; /* ORIG 580px */  /*  */
}

/* #maincontent-wrapper #maincontent ul {
  width:570px;
} */


/*
 * Hide Typo3 content from right column
 */
#page-maincontent-right-wrapper {display:none;visibility:hidden;}
