/* CSS STYLE LINDE GAS */
/* Sets the width and float properties of the right sidebar */
.body-tools {
	width:211px;
	float:right;
	font-size:12px;
	font-family: Arial,Univers,Helvetica,sans-serif;
}
.body-tools a {
	font-family: Arial,Univers,Helvetica,sans-serif;
	font-size:11px;
	color:rgb(114,114,114); 
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}
.body-tools a:hover {
	color:rgb(231,13,47); 
	text-decoration:none;
}
#body-tools-table { 
}
.body-tools-table-spacer {
		height:13px;
		_height:10px;
		border:0px;
}
.body-tools-table-margin {
		height:1px;
		background-color:rgb(255,255,255);
		border:0px;
}
.body-tools-table-container {
		border:0px;
}
.body-tools-genclass-formcell {
		height:0px;
		diaplay:none;
}
#body-sidebarright {
	float:left;
	width:211px;
	margin-left:47px;
	_margin-left:38px;
}

