/*
  VTG Stylesheet for a normal (860px wide) 3 column layout.
  
  $Id: vtg-narrow-3col.css 1309 2009-06-24 14:25:34Z nfechner $
*/

table#page {
    width: 860px;
}

td#pagecell {
    width: 860px;
}

table#pageborder {
    width: 860px;
}

table#headertable {
    width: 860px;
}

td#logocell {
    width: 278px;
}

td#topmenu {
    width: 350px;
}

td#headcell {
    width: 860px;
}

td#headImages {
    width: 860px;
}

img#leftBanner {
    width: 628px;
}

td#crumbNavigation {
    width: 636px;
}

td#rootcontentcell {
    width: 579px;
}

td#rootteasercell {
    width: 230px;
}

td#contentcell {
	// SVP-171: 
    // width: 409px;
	width: 85%;
}

