/**
 * Modifications File
 *
 * This file contains styles that overwrite styles in base.css.
 *
 * @project PwC Redesign
 * @version 0.1
 * @package xhtml-css
 * @author Sebastian Mehl
 * @copyright 2009 by insign
 * @cssdoc version 1.0-pre
 */
 
/**
 * Container and Columns
 *
 * Defines width and arrangement of columns.
 *
 * @section Container and columns
 */
#container {
	padding-left: 0;
	padding-right: 0;
	padding-top: 14px;
	position: relative;
}
* html #container {
	position: static;
}
#center {
	padding: 0;
	width: auto;
}
#left {
	width: 192px;
	padding: 0;
	right: 0;
	margin-left: 0;
}
/*!! IE Fix !!*/
* html #left {
	left: 0;
}
#right {
	width: 192px;
	padding: 0;
}

/**
 * Footer
 *
 * Defines the look and feel of the footer.
 *
 * @section Footer
 */
#footerlinks {
	line-height: 1.3em;
}
#countrieslink a {
	background-image: url(../images/micro/mapiconout.gif);
}
#countrieslink a:hover {
	background-image: url(../images/micro/mapiconover.gif);
}
#header .langlink a:link, #header .langlink a:visited {
	text-decoration: underline;
}

/**
 * General
 *
 * This and that.
 *
 * @section General
 */
 p {
 	margin: 0;
	padding: 0;
 }