@CHARSET "ISO-8859-1";

/**
 *	Print Stylesheet for CSN Metals Website
 *	@author Marcel Eichner // Ephigenia
 *	@since 2006-07.05
 */
#header {
	height: 150px;
	clear: both;
}
#header.indexPage {
	height: 150px;
}

#content {
	position: relative;
	top: -150px;
}

#bigArrow {
	width: auto;
	height: auto;
}

/**
 *	Marginal Column
 */
#marginal form.language {
	display: none;
}

/**
 *	Footer
 */
#footer {
	border-top: 1px solid #000000;
	text-align: center;
}