/* Page layout stylesheet */

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width: 883px;
	margin: auto;
	background: url(../../images_ips/main_bg_ips.gif) repeat-y 0 0;
	text-align: left;
}

#head {
	position: relative;
	height: 160px;
	background: url(../../images_ips/head_bg_ips.gif) no-repeat 0 0;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 159px;
		height: 42px;
		background-image: url(../../images_ips/logo_ips.gif);
		position: absolute;
		left: 32px;
		top: 95px;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 111px;
		width: 409px;
		position: absolute;
		left: 297px;
		top: 26px;
		background: url(../../images_ips/header_sample.jpg) no-repeat 0 0;
	}
	
	#loginBox {
		position: absolute;
		right: 13px !important;
		right: 6px;
		top: 85px;
	}
	
	#head #loginBox .defaultForm div.passRow {
		margin-top: -10px;
	}
	
	#head #loginBox .defaultForm label {
		width: 50px;
		color: #235a8c;
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 0px;
	}
	
	#head #loginBox .defaultForm input {
		background-color: #dbd9d7;
		border: 1px solid #a5a09b;
		margin-left: 0px !important;
		color: #235a8c;
		font-size: 10px;
	}
	
	#head #loginBox .defaultForm input.text {
		height: 10px;
		width: 72px !important;
		width: 76px;
	}
	
	#head #loginBox .defaultForm input.submit {
		border: none;
		background-color: #c9c6c3;
		width: 25px;
		position: relative;
		top: -2px;
	}
	
	#langNav {
		position: absolute;
		right: 17px;
		top: 33px;
		width: 150px;
	}
	
	#langNav li {
		float: left;
		border-right: 1px solid #235A8C;
	}
	
	#langNav li.first {
		margin-right: 4px;
		padding-right: 4px;
	}
	
	#langNav li.last {
		border-right: none;
	}
	
	#langNav li a,
	#langNav li span {
		font-size: 13px;
		display: block;
		color: #235A8C;
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		text-decoration: underline;
	}

#leftCol {
	width: 216px !important;
	width: 213px;
	float: left;
}

	#mainNav {
		margin-right: 25px;
		margin-left: 8px;
		background: url(../../images_ips/mainnav_border.gif) no-repeat 0 0;
	}
	
	#mainNav li {
		padding-left: 14px;
		background: url(../../images_ips/mainnav_border.gif) no-repeat left bottom;
	}
	
	#mainNav li.cur,
	#mainNav li.act {

	}
	
	#mainNav li a {
		color: #a5a09b;
		font-weight: bold;
		line-height: 22px;
		text-transform: uppercase;
		padding-left: 12px;
		display: block;
	}
	
	#mainNav li a.level1 {
		
	}
	
	#mainNav li a.level1:hover {
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 0 7px;
		padding-left: 12px;
	}
	
	#mainNav li a.cur,
	#mainNav li a.act {
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 0 7px;
		color: #235a8c;
		/* margin-top: -2px; */
	}
	
	#mainNav ul {
		padding-bottom: 2px;
		margin-top: -2px;
	}
	
	#mainNav li li {
		background-image: none;
	}
	
	#mainNav li li a.level2 {
		line-height: 18px;
		font-weight: normal;
		padding-left: 12px;
		text-transform: none;
	}
	
	#mainNav li li a.level2:hover {
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 0 6px;
		color: #a5a09b;
	}
	
	#mainNav li li a.act,
	#mainNav li li a.cur,
	#mainNav li li a.cur:hover,
	#mainNav li li a.act:hover{
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 0 6px;
		font-weight: bold;
		color: #235a8c;
		margin-top: 0px;
	}
	
	#mainNav li li ul {
		padding-bottom: 0px;
		margin-top: 0px;
	}
	
	#mainNav li li li a.level3 {
		line-height: 18px;
		font-weight: normal;
		padding-left: 12px;
		text-transform: none;
	}
	
	#mainNav li li li a.level3:hover {
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 1px 6px;
		color: #a5a09b;
	}
	
	#mainNav li li li a.cur,
	#mainNav li li li a.cur:hover{
		background: url(../../images_ips/mainnav_bullet.gif) no-repeat 1px 6px;
		font-weight: bold;
		color: #235a8c;
		margin-top: 0px;
	}
	
	#metaNav {
		background: url(../../images_ips/metanav_border.gif) no-repeat left bottom;
		position: relative;
		top: 3px;
		left: 0;
		height: 20px;
		width: 475px;
	}
	
	#metaNav li {
		float: left;
	}
	
	#metaNav li a {
		line-height: 15px;
		font-size: 9px;
		color: #a5a09b;
		border-right: 1px solid #a5a09b;
		padding: 0px 3px 0px 3px;
	}
	
	#metaNav li a:hover {
		color: #235a8c;
	}
	
	#metaNav li.first a {
		padding-left: 0px;
	}
	
	#metaNav li.last a {
		border-right: none;
	}
	
#midCol {
	background: url(../../images_ips/metanav_border.gif) no-repeat left top;
	margin-left: 216px !important;
	margin-left: 213px;
	margin-right: 192px !important;
	margin-right: 189px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		margin: 11px 0 10px 0;
	}
	
#rightCol {
	width: 177px;
	float: right;
}

	#rightCol .ctArea {
		position: relative;
		margin: 0 7px 0 0;
	}

#footer {
	clear: both;
	background: url(../../images_ips/footer_bg_ips.gif) no-repeat 0 0;
	width: 883px;
	height: 39px;
	position: relative;
}

	#companyOfGroup {
		color: #235a8c;
		font-size: 9px;
		line-height: 18px;
		width: 186px;
		position: absolute;	
		top: 6px!important;
		top: 9px;
		left: 34px;
	}

	#copyright {
		font-size: 9px;
		line-height: 18px;
		position: absolute;	
		left: 241px;
		top: 6px;
		color: #235a8c;
	}
	
	#copyright a {
		font-size: 9px;
		line-height: 18px;
		color: #235a8c;
		margin-left: 2px;
	}
	
	#copyright a span {
		display: none;
	}

	#swissStaffling {
		position: absolute;
		right: 86px!important;
		right: 85px;
		top: 3px;
	}
	
	#swissStaffling img {
		border: none;
	}


