/*
  VTG Stylesheet for a wider (1000px) 3 column layout.
  
  $Id: vtg-wide-3col.css 1705 2010-09-01 11:54:13Z xmgoellnitz $
*/

table#page {
    width: 1000px;
}

td#pagecell {
    width: 1000px;
}

table#pageborder {
    width: 1000px;
}

table#headertable {
    width: 1000px;
}

td#logocell {
    width: 368px;
}

td#topmenu {
    width: 400px;
}

td#headcell {
    width: 1000px;
}

td#headImages {
    width: 1000px;
}

img#leftBanner {
    width: 768px;
}

td#crumbNavigation {
    width: 784px;
}

td#rootcontentcell {
    width: 719px;
}

td#rootteasercell {
    width: 232px;
}

td#contentcell {
	// SVP-171: 
	// width: 549px; 
	width: 85%;
}
