/* CSS Document */

@import url(cHeader.css);
@import url(cNavigation.css);
@import url(subnavigation.css);
@import url(ContentStyle.css);
@import url(tx_fdfx2cols_pi1.css);
@import url(tx_fdfx3cols_pi1.css);
@import url(tx_indexedsearch.css);
@import url(breadcrumb.css);


/*all set null*/
body, table, tr, td, form, img { 

	margin:0px;
	padding:0px;
	border:0px;	
}
p {
	margin-top:12px;
	/*padding-top:0px;*/
}



#layoutcontainer {
	position:absolute;
	top:0px;
	left:0px; 
	width:993px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	visibility:visible;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#696868;
	z-index:10;
}
#header {
	position:relative;
	left:0px;
	height:106px;
	width:993px;
	background:URL(headerBg.gif) repeat-y;
}
#navigation {
	position:relative;
	left:0px;
	width:993px;
	height:82px;
}
#imageContainer {
	position:relative;
	left:0px;
	width:993px;
	height:158px;
	background:URL(contentTeaserBg.gif) repeat-y;
}
#breadcrumbContainer {
	position:relative;
	left:0px;
	width:993px;
	height:35px;
	background:URL(contentTeaserBg.gif) repeat-y;
}
#contentContainer {
	position:relative;
	left:0px;
	width:993px;
	background:URL(contentTeaserBg.gif) repeat-y;
}
#footerContainer {
	position:relative;
	bottom:0px;
	left:0px;
	height:220px;
	width:993px;
	background:URL(contentTeaserBg.gif) repeat-y;
}
#contentContainer_noNavi {
	position:relative;
	left:0px;
	width:993px;
	background:URL(contentTeaserBg.gif) repeat-y;
}
#footerContainer_noNavi {
	position:relative;
	bottom:0px;
	left:0px;
	height:185px;
	width:993px;
	background:URL(contentTeaserBg.gif) repeat-y
}