/**
	Default
*/
/*#contentMainNavigation,
#contentLeft,
#contentNormal,
#contentRight{
	float:left;width:200px;
}
*/


/**********************************************************************
																   PAGE
**********************************************************************/
body {
		margin:0px;
		padding:0px;
		font-family: Verdana, sans-serif;
		font-size: 10pt;
}

/**********************************************************************
														  PAGE ELEMENTS
**********************************************************************/
/**********************************************************************
										  WHOLE PAGE do not wrap floats
**********************************************************************/
#pageWidth {
}

/**********************************************************************
															   LEFT COL
**********************************************************************/
#containerLeft {
		display:none;
}

/**********************************************************************
															  RIGHT COL
**********************************************************************/
#containerRight {
		float:none;
}
/**********************************************************************
													 SERVICE NAVIGATION
**********************************************************************/
#contentNavigationService {
		display:none;
}
/**********************************************************************
											   MAIN NAVIGATION 1. LEVEL
**********************************************************************/
#contentNavigationMain {
		display:none;
}

/**********************************************************************
											   MAIN NAVIGATION 2. LEVEL
**********************************************************************/
#contentNavigationSub {
		display:none;
}

/**********************************************************************
														LEFT NAVIGATION
**********************************************************************/
#contentNavigationLeft {
		display:none;
}

/**********************************************************************
																 FOOTER
**********************************************************************/
#containerFoot {
	display:none;
}


/**********************************************************************
															  HEADLINES
**********************************************************************/

h1 {font-size:21pt; font-weight:normal;}

/**********************************************************************
																POWERED
**********************************************************************/
.powered  {
	clear:both;
	text-align:right;
	margin-top:10px;
}





/* div {border:1px solid red; padding:2px;} */