/****************************************************
	H E A D E R
****************************************************/
table#HeaderContainer {
	width: 955px;
}

div#HeaderContent {
	height: 30px; /* Top.Margin */
}

/****************************************************
	T O P   G R A P H I C
****************************************************/
table#TopGraphicContainer {
	width: 950px;
	height: 195px;
}

div#TopGraphic {	
	height: 195px;
	background-color: white;
	margin-left: 1px;
	/*background-image: url(/images/template/top.gif);*/
	/*background-repeat: no-repeat;*/
}

/****************************************************
	C O L U M N S
	Correct styling of <td>: 
		width, border, background, color
	Incorrect styling of <td>:
		height, margin, padding
	See styling of inner <div>-tags in PageLayout.css
****************************************************/
div#ColumnsContainerWrapper{
	width: 955px;	
	background-image: url(/images/template/top_spacer.gif);
	background-repeat: repeat-y;	
}
table#ColumnsContainer {
	width: 955px;		
}

td#LeftColumnSpacer {
	width: 13px;
}

td#RightColumnSpacer {
	width: 18px;
}


td#LeftColumn {
	width: 191px;
	background-color: #C5D9E3;
}

td#MinHeightColumn {
	width: 0px;
}

td#ContentColumn {
	width: 542px;	
	height: 450px;
}

td#ContentInclRightColumn {
	width: 733px;
}

td#ContentInclLeftAndRightColumn {
	width: 924px;
}

td#RightColumn {
	width: 191px;
	background-color: #C5D9E3;
}

/* Minimum height of content columns */
div#MinHeightColumnInner {
	height: 350px;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	width: 955px;
	height: 43px;
	background-image: url(/images/template/bund.gif);
	background-repeat: no-repeat;
}

table#FooterContainer div#CompanyInfoContent{
	margin-top: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}

table#FooterContainer td#CompanyInfoLeft{
	width: 13px;
}

table#FooterContainer td#CompanyInfoRight{
	width: 18px;
}

table#FooterContainer div#CompanyInfoContent{
	background-color: #455560;
	color: white;
}

table#FooterContainer td#FooterBottom{
	
}