/* =============== */
/*  Layout Styles  */
/* =============== */
body {
	background: #fff;
	color: #000;
	font: 75%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
html {
	height: 101%;
}
/* @group General Stuff */
a {
	color: #000;
}
input {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
/* @end General Stuff */
#pagecenter {
	margin: 0 auto 1.5em;
	min-width: 906px;
	width: 75.5em;
}
#page {
	background: #fff;
}
#header {
	position: relative;
}
#headerLeft {
	background: transparent url(../img/ui/bg_header_links.png) repeat-x left bottom;
	float: left;
	height: 76px;
	min-width: 204px;
	position: relative;
	width: 17em;
}
#headerLogo {
	background: transparent url(../img/ui/bg_logo.png) no-repeat right bottom;
	bottom: 0;
	height: 76px;
	position: absolute;
	right: 0;
	width: 204px;
}
#headerRight {
	background: transparent url(../img/ui/bg_header_rechts.png) repeat-x left bottom;
	float: right;
	height: 157px;
	min-width: 702px;
	position: relative;
	width: 58.5em;
}
#headerImage {
	background: transparent url(../img/ui/fma_header1.jpg) no-repeat left bottom;
	bottom: 0;
	height: 130px;
	left: 0;
	position: absolute;
	width: 702px;
}
.fma #headerImage {
	/*background: transparent url(../img/ui/fma_subheader.jpg) no-repeat left bottom;*/
	background: transparent url(../img/ui/fma_header.jpg) no-repeat left bottom;
}
.ifmastart #headerImage {
	background: transparent url(../img/ui/ifma_header.jpg) no-repeat left bottom;
}
.ifma #headerImage {
	/*background: transparent url(../img/ui/ifma_subheader.jpg) no-repeat left bottom;*/
	background: transparent url(../img/ui/ifma_header.jpg) no-repeat left bottom;
}
#metaNav {
	position: absolute;
	right: 0;
	top: 0;
}
#cols {
	clear: both;
	margin-top: 30px;
	position: relative;
}
#leftCol {
	float: left;
	margin-top: 5px;
	min-width: 204px;
	width: 17em;
}
#rightCol {
	float: right;
	margin-top: 5px;
	min-width: 175px;
	width: 14.6em;
}
#contentCol {
	float: left;
	min-width: 504px;
	width: 42em;
}
.twoColumns #contentCol {
	min-width: 702px;
	width: 58.5em;
}
.twoColumns #rightCol {
	height: 2em;
	position: absolute;
	right: 0;
	top: 0;
}